| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity |
| Modifier and Type | Method and Description |
|---|---|
WindowsAutopilotSettings |
WindowsAutopilotSettings.Builder.build() |
WindowsAutopilotSettings |
WindowsAutopilotSettings.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
WindowsAutopilotSettings |
WindowsAutopilotSettings.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
WindowsAutopilotSettings |
WindowsAutopilotSettings.withLastManualSyncTriggerDateTime(OffsetDateTime lastManualSyncTriggerDateTime)
Returns an immutable copy of
this with just the lastManualSyncTriggerDateTime field changed. |
WindowsAutopilotSettings |
WindowsAutopilotSettings.withLastSyncDateTime(OffsetDateTime lastSyncDateTime)
Returns an immutable copy of
this with just the lastSyncDateTime
field changed. |
WindowsAutopilotSettings |
WindowsAutopilotSettings.withSyncStatus(WindowsAutopilotSyncStatus syncStatus)
Returns an immutable copy of
this with just the syncStatus field
changed. |
Copyright © 2018–2020. All rights reserved.