Class IosVppEBook

All Implemented Interfaces:
com.microsoft.kiota.serialization.AdditionalDataHolder, com.microsoft.kiota.serialization.Parsable, com.microsoft.kiota.store.BackedModel

@Generated("com.microsoft.kiota") public class IosVppEBook extends ManagedEBook implements com.microsoft.kiota.serialization.Parsable
A class containing the properties for iOS Vpp eBook.
  • Constructor Details

    • IosVppEBook

      public IosVppEBook()
      Instantiates a new IosVppEBook and sets the default values.
  • Method Details

    • createFromDiscriminatorValue

      @Nonnull public static IosVppEBook createFromDiscriminatorValue(@Nonnull com.microsoft.kiota.serialization.ParseNode parseNode)
      Creates a new instance of the appropriate class based on discriminator value
      Parameters:
      parseNode - The parse node to use to read the discriminator value and create the object
      Returns:
      a IosVppEBook
    • getAppleId

      @Nullable public String getAppleId()
      Gets the appleId property value. The Apple ID associated with Vpp token.
      Returns:
      a String
    • getFieldDeserializers

      @Nonnull public Map<String,Consumer<com.microsoft.kiota.serialization.ParseNode>> getFieldDeserializers()
      The deserialization information for the current model
      Specified by:
      getFieldDeserializers in interface com.microsoft.kiota.serialization.Parsable
      Overrides:
      getFieldDeserializers in class ManagedEBook
      Returns:
      a Map<String,Consumer<com.microsoft.kiota.serialization.ParseNode>>
    • getGenres

      @Nullable public List<String> getGenres()
      Gets the genres property value. Genres.
      Returns:
      a List<String>
    • getLanguage

      @Nullable public String getLanguage()
      Gets the language property value. Language.
      Returns:
      a String
    • getSeller

      @Nullable public String getSeller()
      Gets the seller property value. Seller.
      Returns:
      a String
    • getTotalLicenseCount

      @Nullable public Integer getTotalLicenseCount()
      Gets the totalLicenseCount property value. Total license count.
      Returns:
      a Integer
    • getUsedLicenseCount

      @Nullable public Integer getUsedLicenseCount()
      Gets the usedLicenseCount property value. Used license count.
      Returns:
      a Integer
    • getVppOrganizationName

      @Nullable public String getVppOrganizationName()
      Gets the vppOrganizationName property value. The Vpp token's organization name.
      Returns:
      a String
    • getVppTokenId

      @Nullable public UUID getVppTokenId()
      Gets the vppTokenId property value. The Vpp token ID.
      Returns:
      a UUID
    • serialize

      public void serialize(@Nonnull com.microsoft.kiota.serialization.SerializationWriter writer)
      Serializes information the current object
      Specified by:
      serialize in interface com.microsoft.kiota.serialization.Parsable
      Overrides:
      serialize in class ManagedEBook
      Parameters:
      writer - Serialization writer to use to serialize this model
    • setAppleId

      public void setAppleId(@Nullable String value)
      Sets the appleId property value. The Apple ID associated with Vpp token.
      Parameters:
      value - Value to set for the appleId property.
    • setGenres

      public void setGenres(@Nullable List<String> value)
      Sets the genres property value. Genres.
      Parameters:
      value - Value to set for the genres property.
    • setLanguage

      public void setLanguage(@Nullable String value)
      Sets the language property value. Language.
      Parameters:
      value - Value to set for the language property.
    • setSeller

      public void setSeller(@Nullable String value)
      Sets the seller property value. Seller.
      Parameters:
      value - Value to set for the seller property.
    • setTotalLicenseCount

      public void setTotalLicenseCount(@Nullable Integer value)
      Sets the totalLicenseCount property value. Total license count.
      Parameters:
      value - Value to set for the totalLicenseCount property.
    • setUsedLicenseCount

      public void setUsedLicenseCount(@Nullable Integer value)
      Sets the usedLicenseCount property value. Used license count.
      Parameters:
      value - Value to set for the usedLicenseCount property.
    • setVppOrganizationName

      public void setVppOrganizationName(@Nullable String value)
      Sets the vppOrganizationName property value. The Vpp token's organization name.
      Parameters:
      value - Value to set for the vppOrganizationName property.
    • setVppTokenId

      public void setVppTokenId(@Nullable UUID value)
      Sets the vppTokenId property value. The Vpp token ID.
      Parameters:
      value - Value to set for the vppTokenId property.