Uses of Enum
com.microsoft.graph.models.ComplianceStatus
Packages that use ComplianceStatus
-
Uses of ComplianceStatus in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return ComplianceStatusModifier and TypeMethodDescriptionstatic ComplianceStatusDeviceCompliancePolicySettingState.getState()Gets the state property value.DeviceCompliancePolicyState.getState()Gets the state property value.DeviceComplianceSettingState.getState()Gets the state property value.DeviceConfigurationSettingState.getState()Gets the state property value.DeviceConfigurationState.getState()Gets the state property value.DeviceComplianceDeviceStatus.getStatus()Gets the status property value.DeviceComplianceUserStatus.getStatus()Gets the status property value.DeviceConfigurationDeviceStatus.getStatus()Gets the status property value.DeviceConfigurationUserStatus.getStatus()Gets the status property value.IosUpdateDeviceStatus.getStatus()Gets the status property value.ManagedDeviceMobileAppConfigurationDeviceStatus.getStatus()Gets the status property value.ManagedDeviceMobileAppConfigurationUserStatus.getStatus()Gets the status property value.static ComplianceStatusReturns the enum constant of this type with the specified name.static ComplianceStatus[]ComplianceStatus.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 ComplianceStatusModifier and TypeMethodDescriptionvoidDeviceCompliancePolicySettingState.setState(ComplianceStatus value) Sets the state property value.voidDeviceCompliancePolicyState.setState(ComplianceStatus value) Sets the state property value.voidDeviceComplianceSettingState.setState(ComplianceStatus value) Sets the state property value.voidDeviceConfigurationSettingState.setState(ComplianceStatus value) Sets the state property value.voidDeviceConfigurationState.setState(ComplianceStatus value) Sets the state property value.voidDeviceComplianceDeviceStatus.setStatus(ComplianceStatus value) Sets the status property value.voidDeviceComplianceUserStatus.setStatus(ComplianceStatus value) Sets the status property value.voidDeviceConfigurationDeviceStatus.setStatus(ComplianceStatus value) Sets the status property value.voidDeviceConfigurationUserStatus.setStatus(ComplianceStatus value) Sets the status property value.voidIosUpdateDeviceStatus.setStatus(ComplianceStatus value) Sets the status property value.voidManagedDeviceMobileAppConfigurationDeviceStatus.setStatus(ComplianceStatus value) Sets the status property value.voidManagedDeviceMobileAppConfigurationUserStatus.setStatus(ComplianceStatus value) Sets the status property value.