| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity |
| Modifier and Type | Method and Description |
|---|---|
DeviceShellScript |
DeviceShellScript.Builder.build() |
DeviceShellScript |
DeviceShellScript.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
DeviceShellScript |
DeviceShellScript.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
DeviceShellScript |
DeviceShellScript.withBlockExecutionNotifications(Boolean blockExecutionNotifications)
Returns an immutable copy of
this with just the blockExecutionNotifications field changed. |
DeviceShellScript |
DeviceShellScript.withCreatedDateTime(OffsetDateTime createdDateTime)
Returns an immutable copy of
this with just the createdDateTime
field changed. |
DeviceShellScript |
DeviceShellScript.withDescription(String description)
Returns an immutable copy of
this with just the description
field changed. |
DeviceShellScript |
DeviceShellScript.withDisplayName(String displayName)
Returns an immutable copy of
this with just the displayName
field changed. |
DeviceShellScript |
DeviceShellScript.withExecutionFrequency(Duration executionFrequency)
Returns an immutable copy of
this with just the executionFrequency field changed. |
DeviceShellScript |
DeviceShellScript.withFileName(String fileName)
Returns an immutable copy of
this with just the fileName field
changed. |
DeviceShellScript |
DeviceShellScript.withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime)
Returns an immutable copy of
this with just the lastModifiedDateTime field changed. |
DeviceShellScript |
DeviceShellScript.withRetryCount(Integer retryCount)
Returns an immutable copy of
this with just the retryCount field
changed. |
DeviceShellScript |
DeviceShellScript.withRunAsAccount(RunAsAccountType runAsAccount)
Returns an immutable copy of
this with just the runAsAccount
field changed. |
DeviceShellScript |
DeviceShellScript.withScriptContent(byte[] scriptContent)
Returns an immutable copy of
this with just the scriptContent
field changed. |
Copyright © 2018–2020. All rights reserved.