public class AndroidDeviceOwnerCompliancePolicy extends DeviceCompliancePolicy implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
AndroidDeviceOwnerCompliancePolicy.Builder |
createdDateTime, description, displayName, lastModifiedDateTime, roleScopeTagIds, roleScopeTagIdsNextLink, versionchangedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
AndroidDeviceOwnerCompliancePolicy() |
| Modifier and Type | Method and Description |
|---|---|
static AndroidDeviceOwnerCompliancePolicy.Builder |
builderAndroidDeviceOwnerCompliancePolicy()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<DeviceThreatProtectionLevel> |
getAdvancedThreatProtectionRequiredSecurityLevel()
“MDATP Require Mobile Threat Protection minimum risk level to report
noncompliance.”
|
com.github.davidmoten.odata.client.internal.ChangedFields |
getChangedFields() |
Optional<Boolean> |
getDeviceThreatProtectionEnabled()
“Require that devices have enabled device threat protection.”
|
Optional<DeviceThreatProtectionLevel> |
getDeviceThreatProtectionRequiredSecurityLevel()
“Require Mobile Threat Protection minimum risk level to report noncompliance.”
|
Optional<String> |
getMinAndroidSecurityPatchLevel()
“Minimum Android security patch level.”
|
Optional<String> |
getOsMaximumVersion()
“Maximum Android version.”
|
Optional<String> |
getOsMinimumVersion()
“Minimum Android version.”
|
Optional<Integer> |
getPasswordExpirationDays()
“Number of days before the password expires.
|
Optional<Integer> |
getPasswordMinimumLength()
“Minimum password length.
|
Optional<Integer> |
getPasswordMinimumLetterCharacters()
“Indicates the minimum number of letter characters required for device password.
|
Optional<Integer> |
getPasswordMinimumLowerCaseCharacters()
“Indicates the minimum number of lower case characters required for device
password.
|
Optional<Integer> |
getPasswordMinimumNonLetterCharacters()
“Indicates the minimum number of non-letter characters required for device
password.
|
Optional<Integer> |
getPasswordMinimumNumericCharacters()
“Indicates the minimum number of numeric characters required for device password.
|
Optional<Integer> |
getPasswordMinimumSymbolCharacters()
“Indicates the minimum number of symbol characters required for device password.
|
Optional<Integer> |
getPasswordMinimumUpperCaseCharacters()
“Indicates the minimum number of upper case letter characters required for device
password.
|
Optional<Integer> |
getPasswordMinutesOfInactivityBeforeLock()
“Minutes of inactivity before a password is required.”
|
Optional<Integer> |
getPasswordPreviousPasswordCountToBlock()
“Number of previous passwords to block.
|
Optional<Boolean> |
getPasswordRequired()
“Require a password to unlock device.”
|
Optional<AndroidDeviceOwnerRequiredPasswordType> |
getPasswordRequiredType()
“Type of characters in password”
|
Optional<Boolean> |
getSecurityRequireSafetyNetAttestationBasicIntegrity()
“Require the device to pass the SafetyNet basic integrity check.”
|
Optional<Boolean> |
getSecurityRequireSafetyNetAttestationCertifiedDevice()
“Require the device to pass the SafetyNet certified device check.”
|
Optional<Boolean> |
getStorageRequireEncryption()
“Require encryption on Android devices.”
|
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
AndroidDeviceOwnerCompliancePolicy |
patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
void |
postInject(boolean addKeysToContextPath) |
AndroidDeviceOwnerCompliancePolicy |
put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
String |
toString() |
AndroidDeviceOwnerCompliancePolicy |
withAdvancedThreatProtectionRequiredSecurityLevel(DeviceThreatProtectionLevel advancedThreatProtectionRequiredSecurityLevel)
Returns an immutable copy of
this with just the advancedThreatProtectionRequiredSecurityLevel field changed. |
AndroidDeviceOwnerCompliancePolicy |
withDeviceThreatProtectionEnabled(Boolean deviceThreatProtectionEnabled)
Returns an immutable copy of
this with just the deviceThreatProtectionEnabled field changed. |
AndroidDeviceOwnerCompliancePolicy |
withDeviceThreatProtectionRequiredSecurityLevel(DeviceThreatProtectionLevel deviceThreatProtectionRequiredSecurityLevel)
Returns an immutable copy of
this with just the deviceThreatProtectionRequiredSecurityLevel field changed. |
AndroidDeviceOwnerCompliancePolicy |
withMinAndroidSecurityPatchLevel(String minAndroidSecurityPatchLevel)
Returns an immutable copy of
this with just the minAndroidSecurityPatchLevel field changed. |
AndroidDeviceOwnerCompliancePolicy |
withOsMaximumVersion(String osMaximumVersion)
Returns an immutable copy of
this with just the osMaximumVersion
field changed. |
AndroidDeviceOwnerCompliancePolicy |
withOsMinimumVersion(String osMinimumVersion)
Returns an immutable copy of
this with just the osMinimumVersion
field changed. |
AndroidDeviceOwnerCompliancePolicy |
withPasswordExpirationDays(Integer passwordExpirationDays)
Returns an immutable copy of
this with just the passwordExpirationDays field changed. |
AndroidDeviceOwnerCompliancePolicy |
withPasswordMinimumLength(Integer passwordMinimumLength)
Returns an immutable copy of
this with just the passwordMinimumLength field changed. |
AndroidDeviceOwnerCompliancePolicy |
withPasswordMinimumLetterCharacters(Integer passwordMinimumLetterCharacters)
Returns an immutable copy of
this with just the passwordMinimumLetterCharacters field changed. |
AndroidDeviceOwnerCompliancePolicy |
withPasswordMinimumLowerCaseCharacters(Integer passwordMinimumLowerCaseCharacters)
Returns an immutable copy of
this with just the passwordMinimumLowerCaseCharacters field changed. |
AndroidDeviceOwnerCompliancePolicy |
withPasswordMinimumNonLetterCharacters(Integer passwordMinimumNonLetterCharacters)
Returns an immutable copy of
this with just the passwordMinimumNonLetterCharacters field changed. |
AndroidDeviceOwnerCompliancePolicy |
withPasswordMinimumNumericCharacters(Integer passwordMinimumNumericCharacters)
Returns an immutable copy of
this with just the passwordMinimumNumericCharacters field changed. |
AndroidDeviceOwnerCompliancePolicy |
withPasswordMinimumSymbolCharacters(Integer passwordMinimumSymbolCharacters)
Returns an immutable copy of
this with just the passwordMinimumSymbolCharacters field changed. |
AndroidDeviceOwnerCompliancePolicy |
withPasswordMinimumUpperCaseCharacters(Integer passwordMinimumUpperCaseCharacters)
Returns an immutable copy of
this with just the passwordMinimumUpperCaseCharacters field changed. |
AndroidDeviceOwnerCompliancePolicy |
withPasswordMinutesOfInactivityBeforeLock(Integer passwordMinutesOfInactivityBeforeLock)
Returns an immutable copy of
this with just the passwordMinutesOfInactivityBeforeLock field changed. |
AndroidDeviceOwnerCompliancePolicy |
withPasswordPreviousPasswordCountToBlock(Integer passwordPreviousPasswordCountToBlock)
Returns an immutable copy of
this with just the passwordPreviousPasswordCountToBlock field changed. |
AndroidDeviceOwnerCompliancePolicy |
withPasswordRequired(Boolean passwordRequired)
Returns an immutable copy of
this with just the passwordRequired
field changed. |
AndroidDeviceOwnerCompliancePolicy |
withPasswordRequiredType(AndroidDeviceOwnerRequiredPasswordType passwordRequiredType)
Returns an immutable copy of
this with just the passwordRequiredType field changed. |
AndroidDeviceOwnerCompliancePolicy |
withSecurityRequireSafetyNetAttestationBasicIntegrity(Boolean securityRequireSafetyNetAttestationBasicIntegrity)
Returns an immutable copy of
this with just the securityRequireSafetyNetAttestationBasicIntegrity field changed. |
AndroidDeviceOwnerCompliancePolicy |
withSecurityRequireSafetyNetAttestationCertifiedDevice(Boolean securityRequireSafetyNetAttestationCertifiedDevice)
Returns an immutable copy of
this with just the securityRequireSafetyNetAttestationCertifiedDevice field changed. |
AndroidDeviceOwnerCompliancePolicy |
withStorageRequireEncryption(Boolean storageRequireEncryption)
Returns an immutable copy of
this with just the storageRequireEncryption field changed. |
assign, getAssignments, getCreatedDateTime, getDescription, getDeviceSettingStateSummaries, getDeviceStatuses, getDeviceStatusOverview, getDisplayName, getLastModifiedDateTime, getRoleScopeTagIds, getRoleScopeTagIds, getScheduledActionsForRule, getUserStatuses, getUserStatusOverview, getVersion, scheduleActionsForRules, withCreatedDateTime, withDescription, withDisplayName, withLastModifiedDateTime, withVersionprotected Boolean deviceThreatProtectionEnabled
protected DeviceThreatProtectionLevel deviceThreatProtectionRequiredSecurityLevel
protected DeviceThreatProtectionLevel advancedThreatProtectionRequiredSecurityLevel
protected Boolean securityRequireSafetyNetAttestationBasicIntegrity
protected Boolean securityRequireSafetyNetAttestationCertifiedDevice
protected String osMinimumVersion
protected String osMaximumVersion
protected String minAndroidSecurityPatchLevel
protected Boolean passwordRequired
protected Integer passwordMinimumLength
protected Integer passwordMinimumLetterCharacters
protected Integer passwordMinimumLowerCaseCharacters
protected Integer passwordMinimumNonLetterCharacters
protected Integer passwordMinimumNumericCharacters
protected Integer passwordMinimumSymbolCharacters
protected Integer passwordMinimumUpperCaseCharacters
protected AndroidDeviceOwnerRequiredPasswordType passwordRequiredType
protected Integer passwordMinutesOfInactivityBeforeLock
protected Integer passwordExpirationDays
protected Integer passwordPreviousPasswordCountToBlock
protected Boolean storageRequireEncryption
protected AndroidDeviceOwnerCompliancePolicy()
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class DeviceCompliancePolicypublic static AndroidDeviceOwnerCompliancePolicy.Builder builderAndroidDeviceOwnerCompliancePolicy()
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
getChangedFields in interface com.github.davidmoten.odata.client.ODataEntityTypegetChangedFields in class DeviceCompliancePolicypublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class DeviceCompliancePolicypublic Optional<Boolean> getDeviceThreatProtectionEnabled()
public AndroidDeviceOwnerCompliancePolicy withDeviceThreatProtectionEnabled(Boolean deviceThreatProtectionEnabled)
this with just the deviceThreatProtectionEnabled field changed. Field description below. The field
name is also added to an internal map of changed fields in the returned object
so that when this.patch() is called (if available)on the returned object
only the changed fields are submitted.
“Require that devices have enabled device threat protection.”
deviceThreatProtectionEnabled - new value of deviceThreatProtectionEnabled field (as defined in service metadata)this with just the deviceThreatProtectionEnabled field changedpublic Optional<DeviceThreatProtectionLevel> getDeviceThreatProtectionRequiredSecurityLevel()
public AndroidDeviceOwnerCompliancePolicy withDeviceThreatProtectionRequiredSecurityLevel(DeviceThreatProtectionLevel deviceThreatProtectionRequiredSecurityLevel)
this with just the deviceThreatProtectionRequiredSecurityLevel field changed. Field description
below. The field name is also added to an internal map of changed fields in the
returned object so that when this.patch() is called (if available)on the
returned object only the changed fields are submitted.
“Require Mobile Threat Protection minimum risk level to report noncompliance.”
deviceThreatProtectionRequiredSecurityLevel - new value of deviceThreatProtectionRequiredSecurityLevel field (as defined in service metadata)this with just the deviceThreatProtectionRequiredSecurityLevel field changedpublic Optional<DeviceThreatProtectionLevel> getAdvancedThreatProtectionRequiredSecurityLevel()
public AndroidDeviceOwnerCompliancePolicy withAdvancedThreatProtectionRequiredSecurityLevel(DeviceThreatProtectionLevel advancedThreatProtectionRequiredSecurityLevel)
this with just the advancedThreatProtectionRequiredSecurityLevel field changed. Field description
below. The field name is also added to an internal map of changed fields in the
returned object so that when this.patch() is called (if available)on the
returned object only the changed fields are submitted.
“MDATP Require Mobile Threat Protection minimum risk level to report noncompliance.”
advancedThreatProtectionRequiredSecurityLevel - new value of advancedThreatProtectionRequiredSecurityLevel field (as defined in service metadata)this with just the advancedThreatProtectionRequiredSecurityLevel field changedpublic Optional<Boolean> getSecurityRequireSafetyNetAttestationBasicIntegrity()
public AndroidDeviceOwnerCompliancePolicy withSecurityRequireSafetyNetAttestationBasicIntegrity(Boolean securityRequireSafetyNetAttestationBasicIntegrity)
this with just the securityRequireSafetyNetAttestationBasicIntegrity field changed. Field
description below. The field name is also added to an internal map of changed
fields in the returned object so that when this.patch() is called (if
available)on the returned object only the changed fields are submitted.
“Require the device to pass the SafetyNet basic integrity check.”
securityRequireSafetyNetAttestationBasicIntegrity - new value of securityRequireSafetyNetAttestationBasicIntegrity field (as defined in service metadata)this with just the securityRequireSafetyNetAttestationBasicIntegrity field changedpublic Optional<Boolean> getSecurityRequireSafetyNetAttestationCertifiedDevice()
public AndroidDeviceOwnerCompliancePolicy withSecurityRequireSafetyNetAttestationCertifiedDevice(Boolean securityRequireSafetyNetAttestationCertifiedDevice)
this with just the securityRequireSafetyNetAttestationCertifiedDevice field changed. Field
description below. The field name is also added to an internal map of changed
fields in the returned object so that when this.patch() is called (if
available)on the returned object only the changed fields are submitted.
“Require the device to pass the SafetyNet certified device check.”
securityRequireSafetyNetAttestationCertifiedDevice - new value of securityRequireSafetyNetAttestationCertifiedDevice field (as defined in service metadata)this with just the securityRequireSafetyNetAttestationCertifiedDevice field changedpublic Optional<String> getOsMinimumVersion()
public AndroidDeviceOwnerCompliancePolicy withOsMinimumVersion(String osMinimumVersion)
this with just the osMinimumVersion
field changed. Field description below. The field name is also added to an
internal map of changed fields in the returned object so that when this.
patch() is called (if available)on the returned object only the changed fields
are submitted.
“Minimum Android version.”
osMinimumVersion - new value of osMinimumVersion field (as defined in service metadata)this with just the osMinimumVersion field changedpublic Optional<String> getOsMaximumVersion()
public AndroidDeviceOwnerCompliancePolicy withOsMaximumVersion(String osMaximumVersion)
this with just the osMaximumVersion
field changed. Field description below. The field name is also added to an
internal map of changed fields in the returned object so that when this.
patch() is called (if available)on the returned object only the changed fields
are submitted.
“Maximum Android version.”
osMaximumVersion - new value of osMaximumVersion field (as defined in service metadata)this with just the osMaximumVersion field changedpublic Optional<String> getMinAndroidSecurityPatchLevel()
public AndroidDeviceOwnerCompliancePolicy withMinAndroidSecurityPatchLevel(String minAndroidSecurityPatchLevel)
this with just the minAndroidSecurityPatchLevel field changed. Field description below. The field
name is also added to an internal map of changed fields in the returned object
so that when this.patch() is called (if available)on the returned object
only the changed fields are submitted.
“Minimum Android security patch level.”
minAndroidSecurityPatchLevel - new value of minAndroidSecurityPatchLevel field (as defined in service metadata)this with just the minAndroidSecurityPatchLevel field changedpublic Optional<Boolean> getPasswordRequired()
public AndroidDeviceOwnerCompliancePolicy withPasswordRequired(Boolean passwordRequired)
this with just the passwordRequired
field changed. Field description below. The field name is also added to an
internal map of changed fields in the returned object so that when this.
patch() is called (if available)on the returned object only the changed fields
are submitted.
“Require a password to unlock device.”
passwordRequired - new value of passwordRequired field (as defined in service metadata)this with just the passwordRequired field changedpublic Optional<Integer> getPasswordMinimumLength()
public AndroidDeviceOwnerCompliancePolicy withPasswordMinimumLength(Integer passwordMinimumLength)
this with just the passwordMinimumLength field changed. Field description below. The field name is
also added to an internal map of changed fields in the returned object so that
when this.patch() is called (if available)on the returned object only
the changed fields are submitted.
“Minimum password length. Valid values 4 to 16”
passwordMinimumLength - new value of passwordMinimumLength field (as defined in service metadata)this with just the passwordMinimumLength field changedpublic Optional<Integer> getPasswordMinimumLetterCharacters()
public AndroidDeviceOwnerCompliancePolicy withPasswordMinimumLetterCharacters(Integer passwordMinimumLetterCharacters)
this with just the passwordMinimumLetterCharacters field changed. Field description below. The
field name is also added to an internal map of changed fields in the returned
object so that when this.patch() is called (if available)on the returned
object only the changed fields are submitted.
“Indicates the minimum number of letter characters required for device password. Valid values 1 to 16”
passwordMinimumLetterCharacters - new value of passwordMinimumLetterCharacters field (as defined in service metadata)this with just the passwordMinimumLetterCharacters field changedpublic Optional<Integer> getPasswordMinimumLowerCaseCharacters()
public AndroidDeviceOwnerCompliancePolicy withPasswordMinimumLowerCaseCharacters(Integer passwordMinimumLowerCaseCharacters)
this with just the passwordMinimumLowerCaseCharacters field changed. Field description below. The
field name is also added to an internal map of changed fields in the returned
object so that when this.patch() is called (if available)on the returned
object only the changed fields are submitted.
“Indicates the minimum number of lower case characters required for device password. Valid values 1 to 16”
passwordMinimumLowerCaseCharacters - new value of passwordMinimumLowerCaseCharacters field (as defined in service metadata)this with just the passwordMinimumLowerCaseCharacters field changedpublic Optional<Integer> getPasswordMinimumNonLetterCharacters()
public AndroidDeviceOwnerCompliancePolicy withPasswordMinimumNonLetterCharacters(Integer passwordMinimumNonLetterCharacters)
this with just the passwordMinimumNonLetterCharacters field changed. Field description below. The
field name is also added to an internal map of changed fields in the returned
object so that when this.patch() is called (if available)on the returned
object only the changed fields are submitted.
“Indicates the minimum number of non-letter characters required for device password. Valid values 1 to 16”
passwordMinimumNonLetterCharacters - new value of passwordMinimumNonLetterCharacters field (as defined in service metadata)this with just the passwordMinimumNonLetterCharacters field changedpublic Optional<Integer> getPasswordMinimumNumericCharacters()
public AndroidDeviceOwnerCompliancePolicy withPasswordMinimumNumericCharacters(Integer passwordMinimumNumericCharacters)
this with just the passwordMinimumNumericCharacters field changed. Field description below. The
field name is also added to an internal map of changed fields in the returned
object so that when this.patch() is called (if available)on the returned
object only the changed fields are submitted.
“Indicates the minimum number of numeric characters required for device password. Valid values 1 to 16”
passwordMinimumNumericCharacters - new value of passwordMinimumNumericCharacters field (as defined in service metadata)this with just the passwordMinimumNumericCharacters field changedpublic Optional<Integer> getPasswordMinimumSymbolCharacters()
public AndroidDeviceOwnerCompliancePolicy withPasswordMinimumSymbolCharacters(Integer passwordMinimumSymbolCharacters)
this with just the passwordMinimumSymbolCharacters field changed. Field description below. The
field name is also added to an internal map of changed fields in the returned
object so that when this.patch() is called (if available)on the returned
object only the changed fields are submitted.
“Indicates the minimum number of symbol characters required for device password. Valid values 1 to 16”
passwordMinimumSymbolCharacters - new value of passwordMinimumSymbolCharacters field (as defined in service metadata)this with just the passwordMinimumSymbolCharacters field changedpublic Optional<Integer> getPasswordMinimumUpperCaseCharacters()
public AndroidDeviceOwnerCompliancePolicy withPasswordMinimumUpperCaseCharacters(Integer passwordMinimumUpperCaseCharacters)
this with just the passwordMinimumUpperCaseCharacters field changed. Field description below. The
field name is also added to an internal map of changed fields in the returned
object so that when this.patch() is called (if available)on the returned
object only the changed fields are submitted.
“Indicates the minimum number of upper case letter characters required for device password. Valid values 1 to 16”
passwordMinimumUpperCaseCharacters - new value of passwordMinimumUpperCaseCharacters field (as defined in service metadata)this with just the passwordMinimumUpperCaseCharacters field changedpublic Optional<AndroidDeviceOwnerRequiredPasswordType> getPasswordRequiredType()
public AndroidDeviceOwnerCompliancePolicy withPasswordRequiredType(AndroidDeviceOwnerRequiredPasswordType passwordRequiredType)
this with just the passwordRequiredType field changed. Field description below. The field name is
also added to an internal map of changed fields in the returned object so that
when this.patch() is called (if available)on the returned object only
the changed fields are submitted.
“Type of characters in password”
passwordRequiredType - new value of passwordRequiredType field (as defined in service metadata)this with just the passwordRequiredType field changedpublic Optional<Integer> getPasswordMinutesOfInactivityBeforeLock()
public AndroidDeviceOwnerCompliancePolicy withPasswordMinutesOfInactivityBeforeLock(Integer passwordMinutesOfInactivityBeforeLock)
this with just the passwordMinutesOfInactivityBeforeLock field changed. Field description below.
The field name is also added to an internal map of changed fields in the
returned object so that when this.patch() is called (if available)on the
returned object only the changed fields are submitted.
“Minutes of inactivity before a password is required.”
passwordMinutesOfInactivityBeforeLock - new value of passwordMinutesOfInactivityBeforeLock field (as defined in service metadata)this with just the passwordMinutesOfInactivityBeforeLock field changedpublic Optional<Integer> getPasswordExpirationDays()
public AndroidDeviceOwnerCompliancePolicy withPasswordExpirationDays(Integer passwordExpirationDays)
this with just the passwordExpirationDays field changed. Field description below. The field name
is also added to an internal map of changed fields in the returned object so
that when this.patch() is called (if available)on the returned object
only the changed fields are submitted.
“Number of days before the password expires. Valid values 1 to 365”
passwordExpirationDays - new value of passwordExpirationDays field (as defined in service metadata)this with just the passwordExpirationDays field changedpublic Optional<Integer> getPasswordPreviousPasswordCountToBlock()
public AndroidDeviceOwnerCompliancePolicy withPasswordPreviousPasswordCountToBlock(Integer passwordPreviousPasswordCountToBlock)
this with just the passwordPreviousPasswordCountToBlock field changed. Field description below.
The field name is also added to an internal map of changed fields in the
returned object so that when this.patch() is called (if available)on the
returned object only the changed fields are submitted.
“Number of previous passwords to block. Valid values 1 to 24”
passwordPreviousPasswordCountToBlock - new value of passwordPreviousPasswordCountToBlock field (as defined in service metadata)this with just the passwordPreviousPasswordCountToBlock field changedpublic Optional<Boolean> getStorageRequireEncryption()
public AndroidDeviceOwnerCompliancePolicy withStorageRequireEncryption(Boolean storageRequireEncryption)
this with just the storageRequireEncryption field changed. Field description below. The field name
is also added to an internal map of changed fields in the returned object so
that when this.patch() is called (if available)on the returned object
only the changed fields are submitted.
“Require encryption on Android devices.”
storageRequireEncryption - new value of storageRequireEncryption field (as defined in service metadata)this with just the storageRequireEncryption field changedpublic com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class DeviceCompliancePolicypublic AndroidDeviceOwnerCompliancePolicy patch()
this with changed fields reset.patch in class DeviceCompliancePolicythis with changed fields resetcom.github.davidmoten.odata.client.ClientException - if HTTP response is not as expectedpublic AndroidDeviceOwnerCompliancePolicy put()
this
with changed fields reset (they were ignored anyway).put in class DeviceCompliancePolicythis with changed fields resetcom.github.davidmoten.odata.client.ClientException - if HTTP response is not as expectedpublic String toString()
toString in class DeviceCompliancePolicyCopyright © 2018–2020. All rights reserved.