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="appleId",
alternate="AppleId")
@Expose
public java.lang.String appleId
@SerializedName(value="automaticallyUpdateApps",
alternate="AutomaticallyUpdateApps")
@Expose
public java.lang.Boolean automaticallyUpdateApps
@SerializedName(value="countryOrRegion",
alternate="CountryOrRegion")
@Expose
public java.lang.String countryOrRegion
@SerializedName(value="expirationDateTime",
alternate="ExpirationDateTime")
@Expose
public java.util.Calendar expirationDateTime
@SerializedName(value="lastModifiedDateTime",
alternate="LastModifiedDateTime")
@Expose
public java.util.Calendar lastModifiedDateTime
@SerializedName(value="lastSyncDateTime",
alternate="LastSyncDateTime")
@Expose
public java.util.Calendar lastSyncDateTime
@SerializedName(value="lastSyncStatus",
alternate="LastSyncStatus")
@Expose
public VppTokenSyncStatus lastSyncStatus
@SerializedName(value="organizationName",
alternate="OrganizationName")
@Expose
public java.lang.String organizationName
@SerializedName(value="state",
alternate="State")
@Expose
public VppTokenState state
@SerializedName(value="token",
alternate="Token")
@Expose
public java.lang.String token
@SerializedName(value="vppTokenAccountType",
alternate="VppTokenAccountType")
@Expose
public VppTokenAccountType vppTokenAccountType
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