Uses of Enum
com.microsoft.graph.models.ComplianceState
Packages that use ComplianceState
-
Uses of ComplianceState in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return ComplianceStateModifier and TypeMethodDescriptionstatic ComplianceStateManagedDevice.getComplianceState()Gets the complianceState property value.static ComplianceStateReturns the enum constant of this type with the specified name.static ComplianceState[]ComplianceState.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 ComplianceStateModifier and TypeMethodDescriptionvoidManagedDevice.setComplianceState(ComplianceState value) Sets the complianceState property value.