public class IosVppApp extends MobileApp 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.
|
VppLicensingType |
licensingType
The Licensing Type.
|
java.util.Calendar |
releaseDateTime
The Release Date Time.
|
java.lang.Integer |
totalLicenseCount
The Total License Count.
|
java.lang.Integer |
usedLicenseCount
The Used License Count.
|
VppTokenAccountType |
vppTokenAccountType
The Vpp Token Account Type.
|
java.lang.String |
vppTokenAppleId
The Vpp Token Apple Id.
|
java.lang.String |
vppTokenOrganizationName
The Vpp Token Organization Name.
|
assignments, categories, createdDateTime, description, developer, displayName, informationUrl, isFeatured, largeIcon, lastModifiedDateTime, notes, owner, privacyInformationUrl, publisher, publishingState| Constructor and Description |
|---|
IosVppApp() |
| 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="licensingType",
alternate="LicensingType")
@Expose
public VppLicensingType licensingType
@SerializedName(value="releaseDateTime",
alternate="ReleaseDateTime")
@Expose
public java.util.Calendar releaseDateTime
@SerializedName(value="totalLicenseCount",
alternate="TotalLicenseCount")
@Expose
public java.lang.Integer totalLicenseCount
@SerializedName(value="usedLicenseCount",
alternate="UsedLicenseCount")
@Expose
public java.lang.Integer usedLicenseCount
@SerializedName(value="vppTokenAccountType",
alternate="VppTokenAccountType")
@Expose
public VppTokenAccountType vppTokenAccountType
@SerializedName(value="vppTokenAppleId",
alternate="VppTokenAppleId")
@Expose
public java.lang.String vppTokenAppleId
@SerializedName(value="vppTokenOrganizationName",
alternate="VppTokenOrganizationName")
@Expose
public java.lang.String vppTokenOrganizationName
public com.google.gson.JsonObject getRawObject()
getRawObject in class MobileAppprotected ISerializer getSerializer()
getSerializer in class MobileApppublic void setRawObject(ISerializer serializer, com.google.gson.JsonObject json)
setRawObject in interface IJsonBackedObjectsetRawObject in class MobileAppserializer - the serializerjson - the JSON object to set this object to