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.graph.serializer.IJsonBackedObject

public class MicrosoftStoreForBusinessApp extends MobileApp implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Microsoft Store For Business App.
  • Field Details

    • licenseType

      @SerializedName(value="licenseType", alternate="LicenseType") @Expose @Nullable public MicrosoftStoreForBusinessLicenseType licenseType
      The License Type. The app license type. Possible values are: offline, online.
    • packageIdentityName

      @SerializedName(value="packageIdentityName", alternate="PackageIdentityName") @Expose @Nullable public String packageIdentityName
      The Package Identity Name. The app package identifier
    • productKey

      @SerializedName(value="productKey", alternate="ProductKey") @Expose @Nullable public String productKey
      The Product Key. The app product key
    • totalLicenseCount

      @SerializedName(value="totalLicenseCount", alternate="TotalLicenseCount") @Expose @Nullable public Integer totalLicenseCount
      The Total License Count. The total number of Microsoft Store for Business licenses.
    • usedLicenseCount

      @SerializedName(value="usedLicenseCount", alternate="UsedLicenseCount") @Expose @Nullable public Integer usedLicenseCount
      The Used License Count. The number of Microsoft Store for Business licenses in use.
  • Constructor Details

    • MicrosoftStoreForBusinessApp

      public MicrosoftStoreForBusinessApp()
  • 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 MobileApp
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to