Package com.microsoft.graph.models
Class WindowsAppX
java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.MobileApp
com.microsoft.graph.models.MobileLobApp
com.microsoft.graph.models.WindowsAppX
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class WindowsAppX
extends MobileLobApp
implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Windows App X.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe Applicable Architectures.The Identity Name.The Identity Publisher Hash.The Identity Resource Identifier.The Identity Version.The Is Bundle.The Minimum Supported Operating System.Fields inherited from class com.microsoft.graph.models.MobileLobApp
committedContentVersion, contentVersions, fileName, sizeFields inherited from class com.microsoft.graph.models.MobileApp
assignments, categories, createdDateTime, description, developer, displayName, informationUrl, isFeatured, largeIcon, lastModifiedDateTime, notes, owner, privacyInformationUrl, publisher, publishingState -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetRawObject(com.microsoft.graph.serializer.ISerializer serializer, com.google.gson.JsonObject json) Sets the raw JSON objectMethods inherited from class com.microsoft.graph.models.Entity
additionalDataManagerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.microsoft.graph.serializer.IJsonBackedObject
additionalDataManager
-
Field Details
-
applicableArchitectures
@SerializedName(value="applicableArchitectures", alternate="ApplicableArchitectures") @Expose @Nullable public EnumSet<WindowsArchitecture> applicableArchitecturesThe Applicable Architectures. The Windows architecture(s) on which this app can run. Possible values are: none, x86, x64, arm, neutral; default value is none. Possible values are: none, x86, x64, arm, neutral. -
identityName
@SerializedName(value="identityName", alternate="IdentityName") @Expose @Nullable public String identityNameThe Identity Name. The identity name of the uploaded app package. For example: 'Contoso.DemoApp'. -
identityPublisherHash
@SerializedName(value="identityPublisherHash", alternate="IdentityPublisherHash") @Expose @Nullable public String identityPublisherHashThe Identity Publisher Hash. The identity publisher hash of the uploaded app package. This is the hash of the publisher from the manifest. For example: 'AB82CD0XYZ'. -
identityResourceIdentifier
@SerializedName(value="identityResourceIdentifier", alternate="IdentityResourceIdentifier") @Expose @Nullable public String identityResourceIdentifierThe Identity Resource Identifier. The identity resource identifier of the uploaded app package. For example: 'TestResourceId'. -
identityVersion
@SerializedName(value="identityVersion", alternate="IdentityVersion") @Expose @Nullable public String identityVersionThe Identity Version. The identity version of the uploaded app package. For example: '1.0.0.0'. -
isBundle
The Is Bundle. When TRUE, indicates that the app is a bundle. When FALSE, indicates that the app is not a bundle. By default, property is set to FALSE. -
minimumSupportedOperatingSystem
@SerializedName(value="minimumSupportedOperatingSystem", alternate="MinimumSupportedOperatingSystem") @Expose @Nullable public WindowsMinimumOperatingSystem minimumSupportedOperatingSystemThe Minimum Supported Operating System. The value for the minimum applicable operating system. Valid values for a WindowsAppX app include v8_0, v8_1 and v10_0. If the app is a bundle, the minimum supported OS has to be at least v8_1.
-
-
Constructor Details
-
WindowsAppX
public WindowsAppX()
-
-
Method Details
-
setRawObject
public void setRawObject(@Nonnull com.microsoft.graph.serializer.ISerializer serializer, @Nonnull com.google.gson.JsonObject json) Sets the raw JSON object- Specified by:
setRawObjectin interfacecom.microsoft.graph.serializer.IJsonBackedObject- Overrides:
setRawObjectin classMobileLobApp- Parameters:
serializer- the serializerjson- the JSON object to set this object to
-