IosStoreApp |
IosStoreApp.Builder.build() |
|
IosStoreApp |
IosStoreApp.patch() |
Submits only changed fields for update and returns an
immutable copy of this with changed fields reset.
|
IosStoreApp |
IosStoreApp.put() |
Submits all fields for update and returns an immutable copy of this
with changed fields reset (they were ignored anyway).
|
IosStoreApp |
IosStoreApp.withApplicableDeviceType(IosDeviceType applicableDeviceType) |
Returns an immutable copy of this with just the
applicableDeviceType field changed.
|
IosStoreApp |
IosStoreApp.withAppStoreUrl(String appStoreUrl) |
Returns an immutable copy of this with just the appStoreUrl
field changed.
|
IosStoreApp |
IosStoreApp.withBundleId(String bundleId) |
Returns an immutable copy of this with just the bundleId field
changed.
|
IosStoreApp |
IosStoreApp.withMinimumSupportedOperatingSystem(IosMinimumOperatingSystem minimumSupportedOperatingSystem) |
Returns an immutable copy of this with just the
minimumSupportedOperatingSystem field changed.
|
IosStoreApp |
IosStoreApp.withUnmappedField(String name,
String value) |
|