public class IosVppEBook extends ManagedEBook implements IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
appleId
The Apple Id.
|
java.util.List<java.lang.String> |
genres
The Genres.
|
java.lang.String |
language
The Language.
|
java.lang.String |
seller
The Seller.
|
java.lang.Integer |
totalLicenseCount
The Total License Count.
|
java.lang.Integer |
usedLicenseCount
The Used License Count.
|
java.lang.String |
vppOrganizationName
The Vpp Organization Name.
|
java.util.UUID |
vppTokenId
The Vpp Token Id.
|
assignments, createdDateTime, description, deviceStates, displayName, informationUrl, installSummary, largeCover, lastModifiedDateTime, privacyInformationUrl, publishedDateTime, publisher, userStateSummary| Constructor and Description |
|---|
IosVppEBook() |
| 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="vppTokenId") @Expose public java.util.UUID vppTokenId
@SerializedName(value="appleId") @Expose public java.lang.String appleId
@SerializedName(value="vppOrganizationName") @Expose public java.lang.String vppOrganizationName
@SerializedName(value="genres") @Expose public java.util.List<java.lang.String> genres
@SerializedName(value="language") @Expose public java.lang.String language
@SerializedName(value="seller") @Expose public java.lang.String seller
@SerializedName(value="totalLicenseCount") @Expose public java.lang.Integer totalLicenseCount
@SerializedName(value="usedLicenseCount") @Expose public java.lang.Integer usedLicenseCount
public com.google.gson.JsonObject getRawObject()
getRawObject in class ManagedEBookprotected ISerializer getSerializer()
getSerializer in class ManagedEBookpublic void setRawObject(ISerializer serializer, com.google.gson.JsonObject json)
setRawObject in interface IJsonBackedObjectsetRawObject in class ManagedEBookserializer - the serializerjson - the JSON object to set this object to