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.withAppTracks(List<AndroidManagedStoreAppTrack> appTracks) |
Returns an immutable copy of this with just the appTracks 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.withUnmappedField(String name,
String value) |
|
AndroidManagedStoreApp |
AndroidManagedStoreApp.withUsedLicenseCount(Integer usedLicenseCount) |
Returns an immutable copy of this with just the usedLicenseCount
field changed.
|