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