| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity |
| Modifier and Type | Method and Description |
|---|---|
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. |
Copyright © 2018–2020. All rights reserved.