| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity |
| Modifier and Type | Method and Description |
|---|---|
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.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. |
Copyright © 2018–2020. All rights reserved.