ManagedIOSLobApp |
ManagedIOSLobApp.Builder.build() |
|
ManagedIOSLobApp |
ManagedIOSLobApp.patch() |
Submits only changed fields for update and returns an
immutable copy of this with changed fields reset.
|
ManagedIOSLobApp |
ManagedIOSLobApp.put() |
Submits all fields for update and returns an immutable copy of this
with changed fields reset (they were ignored anyway).
|
ManagedIOSLobApp |
ManagedIOSLobApp.withApplicableDeviceType(IosDeviceType applicableDeviceType) |
Returns an immutable copy of this with just the
applicableDeviceType field changed.
|
ManagedIOSLobApp |
ManagedIOSLobApp.withBuildNumber(String buildNumber) |
Returns an immutable copy of this with just the buildNumber
field changed.
|
ManagedIOSLobApp |
ManagedIOSLobApp.withBundleId(String bundleId) |
Returns an immutable copy of this with just the bundleId field
changed.
|
ManagedIOSLobApp |
ManagedIOSLobApp.withExpirationDateTime(OffsetDateTime expirationDateTime) |
Returns an immutable copy of this with just the
expirationDateTime field changed.
|
ManagedIOSLobApp |
ManagedIOSLobApp.withIdentityVersion(String identityVersion) |
Returns an immutable copy of this with just the identityVersion
field changed.
|
ManagedIOSLobApp |
ManagedIOSLobApp.withMinimumSupportedOperatingSystem(IosMinimumOperatingSystem minimumSupportedOperatingSystem) |
Returns an immutable copy of this with just the
minimumSupportedOperatingSystem field changed.
|
ManagedIOSLobApp |
ManagedIOSLobApp.withUnmappedField(String name,
String value) |
|
ManagedIOSLobApp |
ManagedIOSLobApp.withVersionNumber(String versionNumber) |
Returns an immutable copy of this with just the versionNumber
field changed.
|