| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity |
| Modifier and Type | Class and Description |
|---|---|
class |
AndroidManagedStoreWebApp
“Contains properties and inherited properties for web apps configured to be
distributed via the managed Android app store.”
|
| Modifier and Type | Method and Description |
|---|---|
AndroidManagedStoreApp |
AndroidManagedStoreApp.Builder.build() |
AndroidManagedStoreApp |
AndroidManagedStoreApp.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
AndroidManagedStoreApp |
AndroidManagedStoreApp.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
AndroidManagedStoreApp |
AndroidManagedStoreApp.withAppIdentifier(String appIdentifier)
Returns an immutable copy of
this with just the appIdentifier
field changed. |
AndroidManagedStoreApp |
AndroidManagedStoreApp.withAppStoreUrl(String appStoreUrl)
Returns an immutable copy of
this with just the appStoreUrl
field changed. |
AndroidManagedStoreApp |
AndroidManagedStoreApp.withIsPrivate(Boolean isPrivate)
Returns an immutable copy of
this with just the isPrivate field
changed. |
AndroidManagedStoreApp |
AndroidManagedStoreApp.withIsSystemApp(Boolean isSystemApp)
Returns an immutable copy of
this with just the isSystemApp
field changed. |
AndroidManagedStoreApp |
AndroidManagedStoreApp.withPackageId(String packageId)
Returns an immutable copy of
this with just the packageId field
changed. |
AndroidManagedStoreApp |
AndroidManagedStoreApp.withSupportsOemConfig(Boolean supportsOemConfig)
Returns an immutable copy of
this with just the supportsOemConfig
field changed. |
AndroidManagedStoreApp |
AndroidManagedStoreApp.withTotalLicenseCount(Integer totalLicenseCount)
Returns an immutable copy of
this with just the totalLicenseCount
field changed. |
AndroidManagedStoreApp |
AndroidManagedStoreApp.withUsedLicenseCount(Integer usedLicenseCount)
Returns an immutable copy of
this with just the usedLicenseCount
field changed. |
Copyright © 2018–2020. All rights reserved.