Package com.microsoft.graph.models
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 Summary
FieldsModifier and TypeFieldDescriptionThe License Type.The Package Identity Name.The Product Key.The Total License Count.The Used License Count.Fields inherited from class com.microsoft.graph.models.MobileApp
assignments, categories, createdDateTime, description, developer, displayName, informationUrl, isFeatured, largeIcon, lastModifiedDateTime, notes, owner, privacyInformationUrl, publisher, publishingState -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetRawObject(com.microsoft.graph.serializer.ISerializer serializer, com.google.gson.JsonObject json) Sets the raw JSON objectMethods inherited from class com.microsoft.graph.models.Entity
additionalDataManagerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.microsoft.graph.serializer.IJsonBackedObject
additionalDataManager
-
Field Details
-
licenseType
@SerializedName(value="licenseType", alternate="LicenseType") @Expose @Nullable public MicrosoftStoreForBusinessLicenseType licenseTypeThe License Type. The app license type. Possible values are: offline, online. -
packageIdentityName
@SerializedName(value="packageIdentityName", alternate="PackageIdentityName") @Expose @Nullable public String packageIdentityNameThe Package Identity Name. The app package identifier -
productKey
@SerializedName(value="productKey", alternate="ProductKey") @Expose @Nullable public String productKeyThe Product Key. The app product key -
totalLicenseCount
@SerializedName(value="totalLicenseCount", alternate="TotalLicenseCount") @Expose @Nullable public Integer totalLicenseCountThe Total License Count. The total number of Microsoft Store for Business licenses. -
usedLicenseCount
@SerializedName(value="usedLicenseCount", alternate="UsedLicenseCount") @Expose @Nullable public Integer usedLicenseCountThe 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:
setRawObjectin interfacecom.microsoft.graph.serializer.IJsonBackedObject- Overrides:
setRawObjectin classMobileApp- Parameters:
serializer- the serializerjson- the JSON object to set this object to
-