DeviceManagementScriptDeviceState |
DeviceManagementScriptDeviceState.Builder.build() |
|
DeviceManagementScriptDeviceState |
DeviceManagementScriptDeviceState.patch() |
Submits only changed fields for update and returns an
immutable copy of this with changed fields reset.
|
DeviceManagementScriptDeviceState |
DeviceManagementScriptDeviceState.put() |
Submits all fields for update and returns an immutable copy of this
with changed fields reset (they were ignored anyway).
|
DeviceManagementScriptDeviceState |
DeviceManagementScriptDeviceState.withErrorCode(Integer errorCode) |
Returns an immutable copy of this with just the errorCode field
changed.
|
DeviceManagementScriptDeviceState |
DeviceManagementScriptDeviceState.withErrorDescription(String errorDescription) |
Returns an immutable copy of this with just the errorDescription
field changed.
|
DeviceManagementScriptDeviceState |
DeviceManagementScriptDeviceState.withLastStateUpdateDateTime(OffsetDateTime lastStateUpdateDateTime) |
Returns an immutable copy of this with just the
lastStateUpdateDateTime field changed.
|
DeviceManagementScriptDeviceState |
DeviceManagementScriptDeviceState.withResultMessage(String resultMessage) |
Returns an immutable copy of this with just the resultMessage
field changed.
|
DeviceManagementScriptDeviceState |
DeviceManagementScriptDeviceState.withRunState(RunState runState) |
Returns an immutable copy of this with just the runState field
changed.
|
DeviceManagementScriptDeviceState |
DeviceManagementScriptDeviceState.withUnmappedField(String name,
String value) |
|