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
|
additionalDataManagerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitadditionalDataManager@SerializedName(value="usedLicenseCount") @Expose public java.lang.Integer usedLicenseCount
@SerializedName(value="totalLicenseCount") @Expose public java.lang.Integer totalLicenseCount
@SerializedName(value="productKey") @Expose public java.lang.String productKey
@SerializedName(value="licenseType") @Expose public MicrosoftStoreForBusinessLicenseType licenseType
@SerializedName(value="packageIdentityName") @Expose public java.lang.String packageIdentityName
public com.google.gson.JsonObject getRawObject()
getRawObject in class MobileAppprotected ISerializer getSerializer()
getSerializer in class MobileApppublic void setRawObject(ISerializer serializer, com.google.gson.JsonObject json)
setRawObject in interface IJsonBackedObjectsetRawObject in class MobileAppserializer - the serializerjson - the JSON object to set this object to