Uses of Class
odata.msgraph.client.beta.enums.ComplianceState
-
Packages that use ComplianceState Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of ComplianceState in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as ComplianceState Modifier and Type Field Description protected ComplianceStateManagedDevice. complianceStateMethods in odata.msgraph.client.beta.entity that return types with arguments of type ComplianceState Modifier and Type Method Description Optional<ComplianceState>ManagedDevice. getComplianceState()“Compliance state of the device.Methods in odata.msgraph.client.beta.entity with parameters of type ComplianceState Modifier and Type Method Description ManagedDevice.BuilderManagedDevice.Builder. complianceState(ComplianceState complianceState)“Compliance state of the device.WindowsManagedDevice.BuilderWindowsManagedDevice.Builder. complianceState(ComplianceState complianceState)ManagedDeviceManagedDevice. withComplianceState(ComplianceState complianceState)Returns an immutable copy ofthiswith just thecomplianceStatefield changed. -
Uses of ComplianceState in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return ComplianceState Modifier and Type Method Description static ComplianceStateComplianceState. valueOf(String name)Returns 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.
-