| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity |
| Modifier and Type | Method and Description |
|---|---|
DeviceHealthScriptDeviceState |
DeviceHealthScriptDeviceState.Builder.build() |
DeviceHealthScriptDeviceState |
DeviceHealthScriptDeviceState.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
DeviceHealthScriptDeviceState |
DeviceHealthScriptDeviceState.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
DeviceHealthScriptDeviceState |
DeviceHealthScriptDeviceState.withDetectionState(RunState detectionState)
Returns an immutable copy of
this with just the detectionState
field changed. |
DeviceHealthScriptDeviceState |
DeviceHealthScriptDeviceState.withExpectedStateUpdateDateTime(OffsetDateTime expectedStateUpdateDateTime)
Returns an immutable copy of
this with just the expectedStateUpdateDateTime field changed. |
DeviceHealthScriptDeviceState |
DeviceHealthScriptDeviceState.withLastStateUpdateDateTime(OffsetDateTime lastStateUpdateDateTime)
Returns an immutable copy of
this with just the lastStateUpdateDateTime field changed. |
DeviceHealthScriptDeviceState |
DeviceHealthScriptDeviceState.withLastSyncDateTime(OffsetDateTime lastSyncDateTime)
Returns an immutable copy of
this with just the lastSyncDateTime
field changed. |
DeviceHealthScriptDeviceState |
DeviceHealthScriptDeviceState.withPostRemediationDetectionScriptError(String postRemediationDetectionScriptError)
Returns an immutable copy of
this with just the postRemediationDetectionScriptError field changed. |
DeviceHealthScriptDeviceState |
DeviceHealthScriptDeviceState.withPostRemediationDetectionScriptOutput(String postRemediationDetectionScriptOutput)
Returns an immutable copy of
this with just the postRemediationDetectionScriptOutput field changed. |
DeviceHealthScriptDeviceState |
DeviceHealthScriptDeviceState.withPreRemediationDetectionScriptError(String preRemediationDetectionScriptError)
Returns an immutable copy of
this with just the preRemediationDetectionScriptError field changed. |
DeviceHealthScriptDeviceState |
DeviceHealthScriptDeviceState.withPreRemediationDetectionScriptOutput(String preRemediationDetectionScriptOutput)
Returns an immutable copy of
this with just the preRemediationDetectionScriptOutput field changed. |
DeviceHealthScriptDeviceState |
DeviceHealthScriptDeviceState.withRemediationScriptError(String remediationScriptError)
Returns an immutable copy of
this with just the remediationScriptError field changed. |
DeviceHealthScriptDeviceState |
DeviceHealthScriptDeviceState.withRemediationState(RemediationState remediationState)
Returns an immutable copy of
this with just the remediationState
field changed. |
Copyright © 2018–2020. All rights reserved.