Uses of Enum
com.microsoft.graph.models.ManagementState
Packages that use ManagementState
-
Uses of ManagementState in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return ManagementStateModifier and TypeMethodDescriptionstatic ManagementStateManagedDevice.getManagementState()Gets the managementState property value.static ManagementStateReturns the enum constant of this type with the specified name.static ManagementState[]ManagementState.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 ManagementStateModifier and TypeMethodDescriptionvoidManagedDevice.setManagementState(ManagementState value) Sets the managementState property value.