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") @Expose public java.util.EnumSet<WindowsArchitecture> applicableArchitectures
@SerializedName(value="applicableDeviceTypes") @Expose public java.util.EnumSet<WindowsDeviceType> applicableDeviceTypes
@SerializedName(value="identityName") @Expose public java.lang.String identityName
@SerializedName(value="identityPublisherHash") @Expose public java.lang.String identityPublisherHash
@SerializedName(value="identityResourceIdentifier") @Expose public java.lang.String identityResourceIdentifier
@SerializedName(value="isBundle") @Expose public java.lang.Boolean isBundle
@SerializedName(value="minimumSupportedOperatingSystem") @Expose public WindowsMinimumOperatingSystem minimumSupportedOperatingSystem
@SerializedName(value="identityVersion") @Expose public java.lang.String identityVersion
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