public class VppToken extends Entity implements IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
appleId
The Apple Id.
|
java.lang.Boolean |
automaticallyUpdateApps
The Automatically Update Apps.
|
java.lang.String |
countryOrRegion
The Country Or Region.
|
java.util.Calendar |
expirationDateTime
The Expiration Date Time.
|
java.util.Calendar |
lastModifiedDateTime
The Last Modified Date Time.
|
java.util.Calendar |
lastSyncDateTime
The Last Sync Date Time.
|
VppTokenSyncStatus |
lastSyncStatus
The Last Sync Status.
|
java.lang.String |
organizationName
The Organization Name.
|
VppTokenState |
state
The State.
|
java.lang.String |
token
The Token.
|
VppTokenAccountType |
vppTokenAccountType
The Vpp Token Account Type.
|
| Constructor and Description |
|---|
VppToken() |
| 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="organizationName") @Expose public java.lang.String organizationName
@SerializedName(value="vppTokenAccountType") @Expose public VppTokenAccountType vppTokenAccountType
@SerializedName(value="appleId") @Expose public java.lang.String appleId
@SerializedName(value="expirationDateTime") @Expose public java.util.Calendar expirationDateTime
@SerializedName(value="lastSyncDateTime") @Expose public java.util.Calendar lastSyncDateTime
@SerializedName(value="token") @Expose public java.lang.String token
@SerializedName(value="lastModifiedDateTime") @Expose public java.util.Calendar lastModifiedDateTime
@SerializedName(value="state") @Expose public VppTokenState state
@SerializedName(value="lastSyncStatus") @Expose public VppTokenSyncStatus lastSyncStatus
@SerializedName(value="automaticallyUpdateApps") @Expose public java.lang.Boolean automaticallyUpdateApps
@SerializedName(value="countryOrRegion") @Expose public java.lang.String countryOrRegion
public com.google.gson.JsonObject getRawObject()
getRawObject in class Entityprotected ISerializer getSerializer()
getSerializer in class Entitypublic void setRawObject(ISerializer serializer, com.google.gson.JsonObject json)
setRawObject in interface IJsonBackedObjectsetRawObject in class Entityserializer - the serializerjson - the JSON object to set this object to