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