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