ManagedDeviceMobileAppConfiguration |
ManagedDeviceMobileAppConfiguration.patch() |
Submits only changed fields for update and returns an
immutable copy of this with changed fields reset.
|
ManagedDeviceMobileAppConfiguration |
ManagedDeviceMobileAppConfiguration.put() |
Submits all fields for update and returns an immutable copy of this
with changed fields reset (they were ignored anyway).
|
ManagedDeviceMobileAppConfiguration |
ManagedDeviceMobileAppConfiguration.withCreatedDateTime(OffsetDateTime createdDateTime) |
Returns an immutable copy of this with just the createdDateTime
field changed.
|
ManagedDeviceMobileAppConfiguration |
ManagedDeviceMobileAppConfiguration.withDescription(String description) |
Returns an immutable copy of this with just the description
field changed.
|
ManagedDeviceMobileAppConfiguration |
ManagedDeviceMobileAppConfiguration.withDisplayName(String displayName) |
Returns an immutable copy of this with just the displayName
field changed.
|
ManagedDeviceMobileAppConfiguration |
ManagedDeviceMobileAppConfiguration.withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime) |
Returns an immutable copy of this with just the
lastModifiedDateTime field changed.
|
ManagedDeviceMobileAppConfiguration |
ManagedDeviceMobileAppConfiguration.withTargetedMobileApps(List<String> targetedMobileApps) |
Returns an immutable copy of this with just the
targetedMobileApps field changed.
|
ManagedDeviceMobileAppConfiguration |
ManagedDeviceMobileAppConfiguration.withUnmappedField(String name,
String value) |
|
ManagedDeviceMobileAppConfiguration |
ManagedDeviceMobileAppConfiguration.withVersion(Integer version) |
Returns an immutable copy of this with just the version field
changed.
|