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.withAssignments(List<ManagedDeviceMobileAppConfigurationAssignment> assignments) |
Returns an immutable copy of this with just the assignments
field changed.
|
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.withDeviceStatuses(List<ManagedDeviceMobileAppConfigurationDeviceStatus> deviceStatuses) |
Returns an immutable copy of this with just the deviceStatuses
field changed.
|
ManagedDeviceMobileAppConfiguration |
ManagedDeviceMobileAppConfiguration.withDeviceStatusSummary(ManagedDeviceMobileAppConfigurationDeviceSummary deviceStatusSummary) |
Returns an immutable copy of this with just the
deviceStatusSummary 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,
Object value) |
|
ManagedDeviceMobileAppConfiguration |
ManagedDeviceMobileAppConfiguration.withUserStatuses(List<ManagedDeviceMobileAppConfigurationUserStatus> userStatuses) |
Returns an immutable copy of this with just the userStatuses
field changed.
|
ManagedDeviceMobileAppConfiguration |
ManagedDeviceMobileAppConfiguration.withUserStatusSummary(ManagedDeviceMobileAppConfigurationUserSummary userStatusSummary) |
Returns an immutable copy of this with just the userStatusSummary
field changed.
|
ManagedDeviceMobileAppConfiguration |
ManagedDeviceMobileAppConfiguration.withVersion(Integer version) |
Returns an immutable copy of this with just the version field
changed.
|