public class VppToken extends Entity implements com.microsoft.graph.serializer.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.time.OffsetDateTime |
expirationDateTime
The Expiration Date Time.
|
java.time.OffsetDateTime |
lastModifiedDateTime
The Last Modified Date Time.
|
java.time.OffsetDateTime |
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 |
|---|---|
void |
setRawObject(com.microsoft.graph.serializer.ISerializer serializer,
com.google.gson.JsonObject json)
Sets the raw JSON object
|
additionalDataManager@SerializedName(value="appleId",
alternate="AppleId")
@Expose
@Nullable
public java.lang.String appleId
@SerializedName(value="automaticallyUpdateApps",
alternate="AutomaticallyUpdateApps")
@Expose
@Nullable
public java.lang.Boolean automaticallyUpdateApps
@SerializedName(value="countryOrRegion",
alternate="CountryOrRegion")
@Expose
@Nullable
public java.lang.String countryOrRegion
@SerializedName(value="expirationDateTime",
alternate="ExpirationDateTime")
@Expose
@Nullable
public java.time.OffsetDateTime expirationDateTime
@SerializedName(value="lastModifiedDateTime",
alternate="LastModifiedDateTime")
@Expose
@Nullable
public java.time.OffsetDateTime lastModifiedDateTime
@SerializedName(value="lastSyncDateTime",
alternate="LastSyncDateTime")
@Expose
@Nullable
public java.time.OffsetDateTime lastSyncDateTime
@SerializedName(value="lastSyncStatus",
alternate="LastSyncStatus")
@Expose
@Nullable
public VppTokenSyncStatus lastSyncStatus
@SerializedName(value="organizationName",
alternate="OrganizationName")
@Expose
@Nullable
public java.lang.String organizationName
@SerializedName(value="state",
alternate="State")
@Expose
@Nullable
public VppTokenState state
@SerializedName(value="token",
alternate="Token")
@Expose
@Nullable
public java.lang.String token
@SerializedName(value="vppTokenAccountType",
alternate="VppTokenAccountType")
@Expose
@Nullable
public VppTokenAccountType vppTokenAccountType
public void setRawObject(@Nonnull
com.microsoft.graph.serializer.ISerializer serializer,
@Nonnull
com.google.gson.JsonObject json)
setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObjectsetRawObject in class Entityserializer - the serializerjson - the JSON object to set this object to