Uses of Class
odata.msgraph.client.beta.entity.DeviceCompliancePolicy
-
Packages that use DeviceCompliancePolicy Package Description odata.msgraph.client.beta.entity -
-
Uses of DeviceCompliancePolicy in odata.msgraph.client.beta.entity
Subclasses of DeviceCompliancePolicy in odata.msgraph.client.beta.entity Modifier and Type Class Description classAndroidCompliancePolicy“This class contains compliance settings for Android.”classAndroidDeviceOwnerCompliancePolicy“This topic provides descriptions of the declared methods, properties and relationships exposed by the AndroidDeviceOwnerCompliancePolicy resource.”classAndroidForWorkCompliancePolicy“This class contains compliance settings for Android for Work.”classAndroidWorkProfileCompliancePolicy“This class contains compliance settings for Android Work Profile.”classAospDeviceOwnerCompliancePolicy“This topic provides descriptions of the declared methods, properties and relationships exposed by the AndroidDeviceOwnerAOSPCompliancePolicy resource.”classDefaultDeviceCompliancePolicy“Default device compliance policy rules that are enforced account wide.”classIosCompliancePolicy“This class contains compliance settings for IOS.”classMacOSCompliancePolicy“This class contains compliance settings for Mac OS.”classWindows10CompliancePolicy“This class contains compliance settings for Windows 10.”classWindows10MobileCompliancePolicy“This class contains compliance settings for Windows 10 Mobile.”classWindows81CompliancePolicy“This class contains compliance settings for Windows 8.1.”classWindowsPhone81CompliancePolicy“This class contains compliance settings for Windows 8.1 Mobile.”Methods in odata.msgraph.client.beta.entity that return DeviceCompliancePolicy Modifier and Type Method Description DeviceCompliancePolicyDeviceCompliancePolicy. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.DeviceCompliancePolicyDeviceCompliancePolicy. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).DeviceCompliancePolicyDeviceCompliancePolicy. withCreatedDateTime(OffsetDateTime createdDateTime)Returns an immutable copy ofthiswith just thecreatedDateTimefield changed.DeviceCompliancePolicyDeviceCompliancePolicy. withDescription(String description)Returns an immutable copy ofthiswith just thedescriptionfield changed.DeviceCompliancePolicyDeviceCompliancePolicy. withDisplayName(String displayName)Returns an immutable copy ofthiswith just thedisplayNamefield changed.DeviceCompliancePolicyDeviceCompliancePolicy. withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime)Returns an immutable copy ofthiswith just thelastModifiedDateTimefield changed.DeviceCompliancePolicyDeviceCompliancePolicy. withRoleScopeTagIds(List<String> roleScopeTagIds)Returns an immutable copy ofthiswith just theroleScopeTagIdsfield changed.DeviceCompliancePolicyDeviceCompliancePolicy. withUnmappedField(String name, String value)DeviceCompliancePolicyDeviceCompliancePolicy. withVersion(Integer version)Returns an immutable copy ofthiswith just theversionfield changed.
-