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.withRoleScopeTagIds(List<String> roleScopeTagIds) |
Returns an immutable copy of this with just the roleScopeTagIds
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.
|
DeviceShellScript |
DeviceShellScript.withUnmappedField(String name,
String value) |
|