public class WindowsUniversalAppX extends MobileLobApp implements com.microsoft.graph.serializer.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, size
assignments, categories, createdDateTime, description, developer, displayName, informationUrl, isFeatured, largeIcon, lastModifiedDateTime, notes, owner, privacyInformationUrl, publisher, publishingState
Constructor and Description |
---|
WindowsUniversalAppX() |
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="applicableArchitectures", alternate="ApplicableArchitectures") @Expose @Nullable public java.util.EnumSet<WindowsArchitecture> applicableArchitectures
@SerializedName(value="applicableDeviceTypes", alternate="ApplicableDeviceTypes") @Expose @Nullable public java.util.EnumSet<WindowsDeviceType> applicableDeviceTypes
@SerializedName(value="identityName", alternate="IdentityName") @Expose @Nullable public java.lang.String identityName
@SerializedName(value="identityPublisherHash", alternate="IdentityPublisherHash") @Expose @Nullable public java.lang.String identityPublisherHash
@SerializedName(value="identityResourceIdentifier", alternate="IdentityResourceIdentifier") @Expose @Nullable public java.lang.String identityResourceIdentifier
@SerializedName(value="identityVersion", alternate="IdentityVersion") @Expose @Nullable public java.lang.String identityVersion
@SerializedName(value="isBundle", alternate="IsBundle") @Expose @Nullable public java.lang.Boolean isBundle
@SerializedName(value="minimumSupportedOperatingSystem", alternate="MinimumSupportedOperatingSystem") @Expose @Nullable public WindowsMinimumOperatingSystem minimumSupportedOperatingSystem
public void setRawObject(@Nonnull com.microsoft.graph.serializer.ISerializer serializer, @Nonnull com.google.gson.JsonObject json)
setRawObject
in interface com.microsoft.graph.serializer.IJsonBackedObject
setRawObject
in class MobileLobApp
serializer
- the serializerjson
- the JSON object to set this object to