public class IosVppEBook extends ManagedEBook implements com.microsoft.graph.serializer.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 |
|---|---|
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="genres",
alternate="Genres")
@Expose
@Nullable
public java.util.List<java.lang.String> genres
@SerializedName(value="language",
alternate="Language")
@Expose
@Nullable
public java.lang.String language
@SerializedName(value="seller",
alternate="Seller")
@Expose
@Nullable
public java.lang.String seller
@SerializedName(value="totalLicenseCount",
alternate="TotalLicenseCount")
@Expose
@Nullable
public java.lang.Integer totalLicenseCount
@SerializedName(value="usedLicenseCount",
alternate="UsedLicenseCount")
@Expose
@Nullable
public java.lang.Integer usedLicenseCount
@SerializedName(value="vppOrganizationName",
alternate="VppOrganizationName")
@Expose
@Nullable
public java.lang.String vppOrganizationName
@SerializedName(value="vppTokenId",
alternate="VppTokenId")
@Expose
@Nullable
public java.util.UUID vppTokenId
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 ManagedEBookserializer - the serializerjson - the JSON object to set this object to