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.
|
AndroidStoreApp |
AndroidStoreApp.withUnmappedField(String name,
String value) |
|