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, versionassignments, 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
|
additionalDataManagerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitadditionalDataManager@SerializedName(value="applicableDeviceType",
alternate="ApplicableDeviceType")
@Expose
public IosDeviceType applicableDeviceType
@SerializedName(value="appStoreUrl",
alternate="AppStoreUrl")
@Expose
public java.lang.String appStoreUrl
@SerializedName(value="bundleId",
alternate="BundleId")
@Expose
public java.lang.String bundleId
@SerializedName(value="minimumSupportedOperatingSystem",
alternate="MinimumSupportedOperatingSystem")
@Expose
public IosMinimumOperatingSystem minimumSupportedOperatingSystem
public com.google.gson.JsonObject getRawObject()
getRawObject in class ManagedAppprotected ISerializer getSerializer()
getSerializer in class ManagedApppublic void setRawObject(ISerializer serializer, com.google.gson.JsonObject json)
setRawObject in interface IJsonBackedObjectsetRawObject in class ManagedAppserializer - the serializerjson - the JSON object to set this object to