Class IosVppApp

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

@Generated("com.microsoft.kiota") public class IosVppApp extends MobileApp implements com.microsoft.kiota.serialization.Parsable
Contains properties and inherited properties for iOS Volume-Purchased Program (VPP) Apps.
  • Constructor Details

    • IosVppApp

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

    • createFromDiscriminatorValue

      @Nonnull public static IosVppApp 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 IosVppApp
    • getApplicableDeviceType

      @Nullable public IosDeviceType getApplicableDeviceType()
      Gets the applicableDeviceType property value. The applicable iOS Device Type.
      Returns:
      a IosDeviceType
    • getAppStoreUrl

      @Nullable public String getAppStoreUrl()
      Gets the appStoreUrl property value. The store URL.
      Returns:
      a String
    • getBundleId

      @Nullable public String getBundleId()
      Gets the bundleId property value. The Identity Name.
      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 MobileApp
      Returns:
      a Map<String,Consumer<com.microsoft.kiota.serialization.ParseNode>>
    • getLicensingType

      @Nullable public VppLicensingType getLicensingType()
      Gets the licensingType property value. The supported License Type.
      Returns:
      a VppLicensingType
    • getReleaseDateTime

      @Nullable public OffsetDateTime getReleaseDateTime()
      Gets the releaseDateTime property value. The VPP application release date and time.
      Returns:
      a OffsetDateTime
    • getTotalLicenseCount

      @Nullable public Integer getTotalLicenseCount()
      Gets the totalLicenseCount property value. The total number of VPP licenses.
      Returns:
      a Integer
    • getUsedLicenseCount

      @Nullable public Integer getUsedLicenseCount()
      Gets the usedLicenseCount property value. The number of VPP licenses in use.
      Returns:
      a Integer
    • getVppTokenAccountType

      @Nullable public VppTokenAccountType getVppTokenAccountType()
      Gets the vppTokenAccountType property value. Possible types of an Apple Volume Purchase Program token.
      Returns:
      a VppTokenAccountType
    • getVppTokenAppleId

      @Nullable public String getVppTokenAppleId()
      Gets the vppTokenAppleId property value. The Apple Id associated with the given Apple Volume Purchase Program Token.
      Returns:
      a String
    • getVppTokenOrganizationName

      @Nullable public String getVppTokenOrganizationName()
      Gets the vppTokenOrganizationName property value. The organization associated with the Apple Volume Purchase Program Token
      Returns:
      a String
    • 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 MobileApp
      Parameters:
      writer - Serialization writer to use to serialize this model
    • setApplicableDeviceType

      public void setApplicableDeviceType(@Nullable IosDeviceType value)
      Sets the applicableDeviceType property value. The applicable iOS Device Type.
      Parameters:
      value - Value to set for the applicableDeviceType property.
    • setAppStoreUrl

      public void setAppStoreUrl(@Nullable String value)
      Sets the appStoreUrl property value. The store URL.
      Parameters:
      value - Value to set for the appStoreUrl property.
    • setBundleId

      public void setBundleId(@Nullable String value)
      Sets the bundleId property value. The Identity Name.
      Parameters:
      value - Value to set for the bundleId property.
    • setLicensingType

      public void setLicensingType(@Nullable VppLicensingType value)
      Sets the licensingType property value. The supported License Type.
      Parameters:
      value - Value to set for the licensingType property.
    • setReleaseDateTime

      public void setReleaseDateTime(@Nullable OffsetDateTime value)
      Sets the releaseDateTime property value. The VPP application release date and time.
      Parameters:
      value - Value to set for the releaseDateTime property.
    • setTotalLicenseCount

      public void setTotalLicenseCount(@Nullable Integer value)
      Sets the totalLicenseCount property value. The total number of VPP licenses.
      Parameters:
      value - Value to set for the totalLicenseCount property.
    • setUsedLicenseCount

      public void setUsedLicenseCount(@Nullable Integer value)
      Sets the usedLicenseCount property value. The number of VPP licenses in use.
      Parameters:
      value - Value to set for the usedLicenseCount property.
    • setVppTokenAccountType

      public void setVppTokenAccountType(@Nullable VppTokenAccountType value)
      Sets the vppTokenAccountType property value. Possible types of an Apple Volume Purchase Program token.
      Parameters:
      value - Value to set for the vppTokenAccountType property.
    • setVppTokenAppleId

      public void setVppTokenAppleId(@Nullable String value)
      Sets the vppTokenAppleId property value. The Apple Id associated with the given Apple Volume Purchase Program Token.
      Parameters:
      value - Value to set for the vppTokenAppleId property.
    • setVppTokenOrganizationName

      public void setVppTokenOrganizationName(@Nullable String value)
      Sets the vppTokenOrganizationName property value. The organization associated with the Apple Volume Purchase Program Token
      Parameters:
      value - Value to set for the vppTokenOrganizationName property.