public class WindowsUniversalAppX extends MobileLobApp implements IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
java.util.EnumSet<WindowsArchitecture> |
applicableArchitectures
The Applicable Architectures.
|
java.util.EnumSet<WindowsDeviceType> |
applicableDeviceTypes
The Applicable Device Types.
|
java.lang.String |
identityName
The Identity Name.
|
java.lang.String |
identityPublisherHash
The Identity Publisher Hash.
|
java.lang.String |
identityResourceIdentifier
The Identity Resource Identifier.
|
java.lang.String |
identityVersion
The Identity Version.
|
java.lang.Boolean |
isBundle
The Is Bundle.
|
WindowsMinimumOperatingSystem |
minimumSupportedOperatingSystem
The Minimum Supported Operating System.
|
committedContentVersion, contentVersions, fileName, sizeassignments, categories, createdDateTime, description, developer, displayName, informationUrl, isFeatured, largeIcon, lastModifiedDateTime, notes, owner, privacyInformationUrl, publisher, publishingState| Constructor and Description |
|---|
WindowsUniversalAppX() |
| 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="applicableArchitectures",
alternate="ApplicableArchitectures")
@Expose
public java.util.EnumSet<WindowsArchitecture> applicableArchitectures
@SerializedName(value="applicableDeviceTypes",
alternate="ApplicableDeviceTypes")
@Expose
public java.util.EnumSet<WindowsDeviceType> applicableDeviceTypes
@SerializedName(value="identityName",
alternate="IdentityName")
@Expose
public java.lang.String identityName
@SerializedName(value="identityPublisherHash",
alternate="IdentityPublisherHash")
@Expose
public java.lang.String identityPublisherHash
@SerializedName(value="identityResourceIdentifier",
alternate="IdentityResourceIdentifier")
@Expose
public java.lang.String identityResourceIdentifier
@SerializedName(value="identityVersion",
alternate="IdentityVersion")
@Expose
public java.lang.String identityVersion
@SerializedName(value="isBundle",
alternate="IsBundle")
@Expose
public java.lang.Boolean isBundle
@SerializedName(value="minimumSupportedOperatingSystem",
alternate="MinimumSupportedOperatingSystem")
@Expose
public WindowsMinimumOperatingSystem minimumSupportedOperatingSystem
public com.google.gson.JsonObject getRawObject()
getRawObject in class MobileLobAppprotected ISerializer getSerializer()
getSerializer in class MobileLobApppublic void setRawObject(ISerializer serializer, com.google.gson.JsonObject json)
setRawObject in interface IJsonBackedObjectsetRawObject in class MobileLobAppserializer - the serializerjson - the JSON object to set this object to