Class 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 Details

    • appleId

      @SerializedName(value="appleId", alternate="AppleId") @Expose @Nullable public String appleId
      The Apple Id. The Apple ID associated with Vpp token.
    • genres

      @SerializedName(value="genres", alternate="Genres") @Expose @Nullable public List<String> genres
      The Genres. Genres.
    • language

      @SerializedName(value="language", alternate="Language") @Expose @Nullable public String language
      The Language. Language.
    • seller

      @SerializedName(value="seller", alternate="Seller") @Expose @Nullable public String seller
      The Seller. Seller.
    • totalLicenseCount

      @SerializedName(value="totalLicenseCount", alternate="TotalLicenseCount") @Expose @Nullable public Integer totalLicenseCount
      The Total License Count. Total license count.
    • usedLicenseCount

      @SerializedName(value="usedLicenseCount", alternate="UsedLicenseCount") @Expose @Nullable public Integer usedLicenseCount
      The Used License Count. Used license count.
    • vppOrganizationName

      @SerializedName(value="vppOrganizationName", alternate="VppOrganizationName") @Expose @Nullable public String vppOrganizationName
      The Vpp Organization Name. The Vpp token's organization name.
    • vppTokenId

      @SerializedName(value="vppTokenId", alternate="VppTokenId") @Expose @Nullable public UUID vppTokenId
      The 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 interface com.microsoft.graph.serializer.IJsonBackedObject
      Overrides:
      setRawObject in class ManagedEBook
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to