Package com.microsoft.graph.models
Class IosVppEBook
java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.ManagedEBook
com.microsoft.graph.models.IosVppEBook
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class IosVppEBook
extends ManagedEBook
implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Ios Vpp EBook.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe Apple Id.The Genres.The Language.The Seller.The Total License Count.The Used License Count.The Vpp Organization Name.The Vpp Token Id.Fields inherited from class com.microsoft.graph.models.ManagedEBook
assignments, createdDateTime, description, deviceStates, displayName, informationUrl, installSummary, largeCover, lastModifiedDateTime, privacyInformationUrl, publishedDateTime, publisher, userStateSummary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setRawObject
(com.microsoft.graph.serializer.ISerializer serializer, com.google.gson.JsonObject json) Sets the raw JSON objectMethods inherited from class com.microsoft.graph.models.Entity
additionalDataManager
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.microsoft.graph.serializer.IJsonBackedObject
additionalDataManager
-
Field Details
-
appleId
The Apple Id. The Apple ID associated with Vpp token. -
genres
The Genres. Genres. -
language
The Language. Language. -
seller
The Seller. Seller. -
totalLicenseCount
@SerializedName(value="totalLicenseCount", alternate="TotalLicenseCount") @Expose @Nullable public Integer totalLicenseCountThe Total License Count. Total license count. -
usedLicenseCount
@SerializedName(value="usedLicenseCount", alternate="UsedLicenseCount") @Expose @Nullable public Integer usedLicenseCountThe Used License Count. Used license count. -
vppOrganizationName
@SerializedName(value="vppOrganizationName", alternate="VppOrganizationName") @Expose @Nullable public String vppOrganizationNameThe Vpp Organization Name. The Vpp token's organization name. -
vppTokenId
@SerializedName(value="vppTokenId", alternate="VppTokenId") @Expose @Nullable public UUID vppTokenIdThe Vpp Token Id. The Vpp token ID.
-
-
Constructor Details
-
IosVppEBook
public IosVppEBook()
-
-
Method Details
-
setRawObject
public void setRawObject(@Nonnull com.microsoft.graph.serializer.ISerializer serializer, @Nonnull com.google.gson.JsonObject json) Sets the raw JSON object- Specified by:
setRawObject
in interfacecom.microsoft.graph.serializer.IJsonBackedObject
- Overrides:
setRawObject
in classManagedEBook
- Parameters:
serializer
- the serializerjson
- the JSON object to set this object to
-