DeviceManagementScript |
DeviceManagementScript.Builder.build() |
|
DeviceManagementScript |
DeviceManagementScript.patch() |
Submits only changed fields for update and returns an
immutable copy of this with changed fields reset.
|
DeviceManagementScript |
DeviceManagementScript.put() |
Submits all fields for update and returns an immutable copy of this
with changed fields reset (they were ignored anyway).
|
DeviceManagementScript |
DeviceManagementScript.withCreatedDateTime(OffsetDateTime createdDateTime) |
Returns an immutable copy of this with just the createdDateTime
field changed.
|
DeviceManagementScript |
DeviceManagementScript.withDescription(String description) |
Returns an immutable copy of this with just the description
field changed.
|
DeviceManagementScript |
DeviceManagementScript.withDisplayName(String displayName) |
Returns an immutable copy of this with just the displayName
field changed.
|
DeviceManagementScript |
DeviceManagementScript.withEnforceSignatureCheck(Boolean enforceSignatureCheck) |
Returns an immutable copy of this with just the
enforceSignatureCheck field changed.
|
DeviceManagementScript |
DeviceManagementScript.withFileName(String fileName) |
Returns an immutable copy of this with just the fileName field
changed.
|
DeviceManagementScript |
DeviceManagementScript.withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime) |
Returns an immutable copy of this with just the
lastModifiedDateTime field changed.
|
DeviceManagementScript |
DeviceManagementScript.withRoleScopeTagIds(List<String> roleScopeTagIds) |
Returns an immutable copy of this with just the roleScopeTagIds
field changed.
|
DeviceManagementScript |
DeviceManagementScript.withRunAs32Bit(Boolean runAs32Bit) |
Returns an immutable copy of this with just the runAs32Bit field
changed.
|
DeviceManagementScript |
DeviceManagementScript.withRunAsAccount(RunAsAccountType runAsAccount) |
Returns an immutable copy of this with just the runAsAccount
field changed.
|
DeviceManagementScript |
DeviceManagementScript.withScriptContent(byte[] scriptContent) |
Returns an immutable copy of this with just the scriptContent
field changed.
|
DeviceManagementScript |
DeviceManagementScript.withUnmappedField(String name,
String value) |
|