DeviceComplianceScriptDeviceState |
DeviceComplianceScriptDeviceState.Builder.build() |
|
DeviceComplianceScriptDeviceState |
DeviceComplianceScriptDeviceState.patch() |
Submits only changed fields for update and returns an
immutable copy of this with changed fields reset.
|
DeviceComplianceScriptDeviceState |
DeviceComplianceScriptDeviceState.put() |
Submits all fields for update and returns an immutable copy of this
with changed fields reset (they were ignored anyway).
|
DeviceComplianceScriptDeviceState |
DeviceComplianceScriptDeviceState.withDetectionState(RunState detectionState) |
Returns an immutable copy of this with just the detectionState
field changed.
|
DeviceComplianceScriptDeviceState |
DeviceComplianceScriptDeviceState.withExpectedStateUpdateDateTime(OffsetDateTime expectedStateUpdateDateTime) |
Returns an immutable copy of this with just the
expectedStateUpdateDateTime field changed.
|
DeviceComplianceScriptDeviceState |
DeviceComplianceScriptDeviceState.withLastStateUpdateDateTime(OffsetDateTime lastStateUpdateDateTime) |
Returns an immutable copy of this with just the
lastStateUpdateDateTime field changed.
|
DeviceComplianceScriptDeviceState |
DeviceComplianceScriptDeviceState.withLastSyncDateTime(OffsetDateTime lastSyncDateTime) |
Returns an immutable copy of this with just the lastSyncDateTime
field changed.
|
DeviceComplianceScriptDeviceState |
DeviceComplianceScriptDeviceState.withScriptError(String scriptError) |
Returns an immutable copy of this with just the scriptError
field changed.
|
DeviceComplianceScriptDeviceState |
DeviceComplianceScriptDeviceState.withScriptOutput(String scriptOutput) |
Returns an immutable copy of this with just the scriptOutput
field changed.
|
DeviceComplianceScriptDeviceState |
DeviceComplianceScriptDeviceState.withUnmappedField(String name,
String value) |
|