DeviceCompliancePolicyState |
DeviceCompliancePolicyState.Builder.build() |
|
DeviceCompliancePolicyState |
DeviceCompliancePolicyState.patch() |
Submits only changed fields for update and returns an
immutable copy of this with changed fields reset.
|
DeviceCompliancePolicyState |
DeviceCompliancePolicyState.put() |
Submits all fields for update and returns an immutable copy of this
with changed fields reset (they were ignored anyway).
|
DeviceCompliancePolicyState |
DeviceCompliancePolicyState.withDisplayName(String displayName) |
Returns an immutable copy of this with just the displayName
field changed.
|
DeviceCompliancePolicyState |
DeviceCompliancePolicyState.withPlatformType(PolicyPlatformType platformType) |
Returns an immutable copy of this with just the platformType
field changed.
|
DeviceCompliancePolicyState |
DeviceCompliancePolicyState.withSettingCount(Integer settingCount) |
Returns an immutable copy of this with just the settingCount
field changed.
|
DeviceCompliancePolicyState |
DeviceCompliancePolicyState.withSettingStates(List<DeviceCompliancePolicySettingState> settingStates) |
|
DeviceCompliancePolicyState |
DeviceCompliancePolicyState.withState(ComplianceStatus state) |
Returns an immutable copy of this with just the state field
changed.
|
DeviceCompliancePolicyState |
DeviceCompliancePolicyState.withUnmappedField(String name,
String value) |
|
DeviceCompliancePolicyState |
DeviceCompliancePolicyState.withUserId(String userId) |
Returns an immutable copy of this with just the userId field
changed.
|
DeviceCompliancePolicyState |
DeviceCompliancePolicyState.withUserPrincipalName(String userPrincipalName) |
Returns an immutable copy of this with just the userPrincipalName
field changed.
|
DeviceCompliancePolicyState |
DeviceCompliancePolicyState.withVersion(Integer version) |
Returns an immutable copy of this with just the version field
changed.
|