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