Uses of Enum
com.microsoft.graph.models.ManagedDeviceOwnerType
Packages that use ManagedDeviceOwnerType
-
Uses of ManagedDeviceOwnerType in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return ManagedDeviceOwnerTypeModifier and TypeMethodDescriptionstatic ManagedDeviceOwnerTypeManagedDevice.getManagedDeviceOwnerType()Gets the managedDeviceOwnerType property value.static ManagedDeviceOwnerTypeReturns the enum constant of this type with the specified name.static ManagedDeviceOwnerType[]ManagedDeviceOwnerType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.graph.models with parameters of type ManagedDeviceOwnerTypeModifier and TypeMethodDescriptionvoidManagedDevice.setManagedDeviceOwnerType(ManagedDeviceOwnerType value) Sets the managedDeviceOwnerType property value.