Class MicrosoftStoreForBusinessApp

java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.MobileApp
com.microsoft.graph.models.MicrosoftStoreForBusinessApp
All Implemented Interfaces:
com.microsoft.kiota.serialization.AdditionalDataHolder, com.microsoft.kiota.serialization.Parsable, com.microsoft.kiota.store.BackedModel

@Generated("com.microsoft.kiota") public class MicrosoftStoreForBusinessApp extends MobileApp implements com.microsoft.kiota.serialization.Parsable
Microsoft Store for Business Apps. This class does not support Create, Delete, or Update.
  • Constructor Details

    • MicrosoftStoreForBusinessApp

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

    • createFromDiscriminatorValue

      @Nonnull public static MicrosoftStoreForBusinessApp 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 MicrosoftStoreForBusinessApp
    • 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>>
    • getLicenseType

      @Nullable public MicrosoftStoreForBusinessLicenseType getLicenseType()
      Gets the licenseType property value. The licenseType property
      Returns:
      a MicrosoftStoreForBusinessLicenseType
    • getPackageIdentityName

      @Nullable public String getPackageIdentityName()
      Gets the packageIdentityName property value. The app package identifier
      Returns:
      a String
    • getProductKey

      @Nullable public String getProductKey()
      Gets the productKey property value. The app product key
      Returns:
      a String
    • getTotalLicenseCount

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

      @Nullable public Integer getUsedLicenseCount()
      Gets the usedLicenseCount property value. The number of Microsoft Store for Business licenses in use.
      Returns:
      a Integer
    • 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
    • setLicenseType

      public void setLicenseType(@Nullable MicrosoftStoreForBusinessLicenseType value)
      Sets the licenseType property value. The licenseType property
      Parameters:
      value - Value to set for the licenseType property.
    • setPackageIdentityName

      public void setPackageIdentityName(@Nullable String value)
      Sets the packageIdentityName property value. The app package identifier
      Parameters:
      value - Value to set for the packageIdentityName property.
    • setProductKey

      public void setProductKey(@Nullable String value)
      Sets the productKey property value. The app product key
      Parameters:
      value - Value to set for the productKey property.
    • setTotalLicenseCount

      public void setTotalLicenseCount(@Nullable Integer value)
      Sets the totalLicenseCount property value. The total number of Microsoft Store for Business 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 Microsoft Store for Business licenses in use.
      Parameters:
      value - Value to set for the usedLicenseCount property.