Uses of Enum
com.microsoft.graph.models.DeviceRegistrationState
Packages that use DeviceRegistrationState
-
Uses of DeviceRegistrationState in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return DeviceRegistrationStateModifier and TypeMethodDescriptionstatic DeviceRegistrationStateManagedDevice.getDeviceRegistrationState()Gets the deviceRegistrationState property value.static DeviceRegistrationStateReturns the enum constant of this type with the specified name.static DeviceRegistrationState[]DeviceRegistrationState.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 DeviceRegistrationStateModifier and TypeMethodDescriptionvoidManagedDevice.setDeviceRegistrationState(DeviceRegistrationState value) Sets the deviceRegistrationState property value.