public class MicrosoftStoreForBusinessApp extends MobileApp implements com.microsoft.graph.serializer.IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
MicrosoftStoreForBusinessLicenseType |
licenseType
The License Type.
|
java.lang.String |
packageIdentityName
The Package Identity Name.
|
java.lang.String |
productKey
The Product Key.
|
java.lang.Integer |
totalLicenseCount
The Total License Count.
|
java.lang.Integer |
usedLicenseCount
The Used License Count.
|
assignments, categories, createdDateTime, description, developer, displayName, informationUrl, isFeatured, largeIcon, lastModifiedDateTime, notes, owner, privacyInformationUrl, publisher, publishingState| Constructor and Description |
|---|
MicrosoftStoreForBusinessApp() |
| Modifier and Type | Method and Description |
|---|---|
void |
setRawObject(com.microsoft.graph.serializer.ISerializer serializer,
com.google.gson.JsonObject json)
Sets the raw JSON object
|
additionalDataManager@SerializedName(value="licenseType",
alternate="LicenseType")
@Expose
@Nullable
public MicrosoftStoreForBusinessLicenseType licenseType
@SerializedName(value="packageIdentityName",
alternate="PackageIdentityName")
@Expose
@Nullable
public java.lang.String packageIdentityName
@SerializedName(value="productKey",
alternate="ProductKey")
@Expose
@Nullable
public java.lang.String productKey
@SerializedName(value="totalLicenseCount",
alternate="TotalLicenseCount")
@Expose
@Nullable
public java.lang.Integer totalLicenseCount
@SerializedName(value="usedLicenseCount",
alternate="UsedLicenseCount")
@Expose
@Nullable
public java.lang.Integer usedLicenseCount
public void setRawObject(@Nonnull
com.microsoft.graph.serializer.ISerializer serializer,
@Nonnull
com.google.gson.JsonObject json)
setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObjectsetRawObject in class MobileAppserializer - the serializerjson - the JSON object to set this object to