public class ManagedIOSStoreApp extends ManagedApp implements IJsonBackedObject
Modifier and Type | Field and Description |
---|---|
IosDeviceType |
applicableDeviceType
The Applicable Device Type.
|
java.lang.String |
appStoreUrl
The App Store Url.
|
java.lang.String |
bundleId
The Bundle Id.
|
IosMinimumOperatingSystem |
minimumSupportedOperatingSystem
The Minimum Supported Operating System.
|
appAvailability, version
assignments, categories, createdDateTime, description, developer, displayName, informationUrl, isFeatured, largeIcon, lastModifiedDateTime, notes, owner, privacyInformationUrl, publisher, publishingState
Constructor and Description |
---|
ManagedIOSStoreApp() |
Modifier and Type | Method and Description |
---|---|
com.google.gson.JsonObject |
getRawObject()
Gets the raw representation of this class
|
protected ISerializer |
getSerializer()
Gets serializer
|
void |
setRawObject(ISerializer serializer,
com.google.gson.JsonObject json)
Sets the raw JSON object
|
additionalDataManager
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
additionalDataManager
@SerializedName(value="bundleId") @Expose public java.lang.String bundleId
@SerializedName(value="appStoreUrl") @Expose public java.lang.String appStoreUrl
@SerializedName(value="applicableDeviceType") @Expose public IosDeviceType applicableDeviceType
@SerializedName(value="minimumSupportedOperatingSystem") @Expose public IosMinimumOperatingSystem minimumSupportedOperatingSystem
public com.google.gson.JsonObject getRawObject()
getRawObject
in class ManagedApp
protected ISerializer getSerializer()
getSerializer
in class ManagedApp
public void setRawObject(ISerializer serializer, com.google.gson.JsonObject json)
setRawObject
in interface IJsonBackedObject
setRawObject
in class ManagedApp
serializer
- the serializerjson
- the JSON object to set this object to