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