DeviceComplianceSettingState |
DeviceComplianceSettingState.Builder.build() |
|
DeviceComplianceSettingState |
DeviceComplianceSettingState.patch() |
Submits only changed fields for update and returns an
immutable copy of this with changed fields reset.
|
DeviceComplianceSettingState |
DeviceComplianceSettingState.put() |
Submits all fields for update and returns an immutable copy of this
with changed fields reset (they were ignored anyway).
|
DeviceComplianceSettingState |
DeviceComplianceSettingState.withComplianceGracePeriodExpirationDateTime(OffsetDateTime complianceGracePeriodExpirationDateTime) |
Returns an immutable copy of this with just the
complianceGracePeriodExpirationDateTime field changed.
|
DeviceComplianceSettingState |
DeviceComplianceSettingState.withDeviceId(String deviceId) |
Returns an immutable copy of this with just the deviceId field
changed.
|
DeviceComplianceSettingState |
DeviceComplianceSettingState.withDeviceModel(String deviceModel) |
Returns an immutable copy of this with just the deviceModel
field changed.
|
DeviceComplianceSettingState |
DeviceComplianceSettingState.withDeviceName(String deviceName) |
Returns an immutable copy of this with just the deviceName field
changed.
|
DeviceComplianceSettingState |
DeviceComplianceSettingState.withPlatformType(DeviceType platformType) |
Returns an immutable copy of this with just the platformType
field changed.
|
DeviceComplianceSettingState |
DeviceComplianceSettingState.withSetting(String setting) |
Returns an immutable copy of this with just the setting field
changed.
|
DeviceComplianceSettingState |
DeviceComplianceSettingState.withSettingName(String settingName) |
Returns an immutable copy of this with just the settingName
field changed.
|
DeviceComplianceSettingState |
DeviceComplianceSettingState.withState(ComplianceStatus state) |
Returns an immutable copy of this with just the state field
changed.
|
DeviceComplianceSettingState |
DeviceComplianceSettingState.withUnmappedField(String name,
String value) |
|
DeviceComplianceSettingState |
DeviceComplianceSettingState.withUserEmail(String userEmail) |
Returns an immutable copy of this with just the userEmail field
changed.
|
DeviceComplianceSettingState |
DeviceComplianceSettingState.withUserId(String userId) |
Returns an immutable copy of this with just the userId field
changed.
|
DeviceComplianceSettingState |
DeviceComplianceSettingState.withUserName(String userName) |
Returns an immutable copy of this with just the userName field
changed.
|
DeviceComplianceSettingState |
DeviceComplianceSettingState.withUserPrincipalName(String userPrincipalName) |
Returns an immutable copy of this with just the userPrincipalName
field changed.
|