| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity |
| Modifier and Type | Method and Description |
|---|---|
IosLobApp |
IosLobApp.Builder.build() |
IosLobApp |
IosLobApp.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
IosLobApp |
IosLobApp.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
IosLobApp |
IosLobApp.withApplicableDeviceType(IosDeviceType applicableDeviceType)
Returns an immutable copy of
this with just the applicableDeviceType field changed. |
IosLobApp |
IosLobApp.withBuildNumber(String buildNumber)
Returns an immutable copy of
this with just the buildNumber
field changed. |
IosLobApp |
IosLobApp.withBundleId(String bundleId)
Returns an immutable copy of
this with just the bundleId field
changed. |
IosLobApp |
IosLobApp.withExpirationDateTime(OffsetDateTime expirationDateTime)
Returns an immutable copy of
this with just the expirationDateTime field changed. |
IosLobApp |
IosLobApp.withIdentityVersion(String identityVersion)
Returns an immutable copy of
this with just the identityVersion
field changed. |
IosLobApp |
IosLobApp.withMinimumSupportedOperatingSystem(IosMinimumOperatingSystem minimumSupportedOperatingSystem)
Returns an immutable copy of
this with just the minimumSupportedOperatingSystem field changed. |
IosLobApp |
IosLobApp.withVersionNumber(String versionNumber)
Returns an immutable copy of
this with just the versionNumber
field changed. |
Copyright © 2018–2020. All rights reserved.