public class MicrosoftStoreForBusinessApp extends MobileApp implements 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 |
---|---|
com.google.gson.JsonObject |
getRawObject()
Gets the raw representation of this class
|
protected ISerializer |
getSerializer()
Gets serializer
|
void |
setRawObject(ISerializer serializer,
com.google.gson.JsonObject json)
Sets the raw JSON object
|
additionalDataManager
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
additionalDataManager
@SerializedName(value="licenseType", alternate="LicenseType") @Expose public MicrosoftStoreForBusinessLicenseType licenseType
@SerializedName(value="packageIdentityName", alternate="PackageIdentityName") @Expose public java.lang.String packageIdentityName
@SerializedName(value="productKey", alternate="ProductKey") @Expose public java.lang.String productKey
@SerializedName(value="totalLicenseCount", alternate="TotalLicenseCount") @Expose public java.lang.Integer totalLicenseCount
@SerializedName(value="usedLicenseCount", alternate="UsedLicenseCount") @Expose public java.lang.Integer usedLicenseCount
public com.google.gson.JsonObject getRawObject()
getRawObject
in class MobileApp
protected ISerializer getSerializer()
getSerializer
in class MobileApp
public void setRawObject(ISerializer serializer, com.google.gson.JsonObject json)
setRawObject
in interface IJsonBackedObject
setRawObject
in class MobileApp
serializer
- the serializerjson
- the JSON object to set this object to