Package com.microsoft.graph.models
Class WindowsMobileMSI
java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.MobileApp
com.microsoft.graph.models.MobileLobApp
com.microsoft.graph.models.WindowsMobileMSI
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class WindowsMobileMSI
extends MobileLobApp
implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Windows Mobile MSI.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe Command Line.The Ignore Version Detection.The Product Code.The Product Version.Fields inherited from class com.microsoft.graph.models.MobileLobApp
committedContentVersion, contentVersions, fileName, size
Fields 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 TypeMethodDescriptionvoid
setRawObject
(com.microsoft.graph.serializer.ISerializer serializer, com.google.gson.JsonObject json) Sets the raw JSON objectMethods inherited from class com.microsoft.graph.models.Entity
additionalDataManager
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.microsoft.graph.serializer.IJsonBackedObject
additionalDataManager
-
Field Details
-
commandLine
@SerializedName(value="commandLine", alternate="CommandLine") @Expose @Nullable public String commandLineThe Command Line. The command line. -
ignoreVersionDetection
@SerializedName(value="ignoreVersionDetection", alternate="IgnoreVersionDetection") @Expose @Nullable public Boolean ignoreVersionDetectionThe Ignore Version Detection. A boolean to control whether the app's version will be used to detect the app after it is installed on a device. Set this to true for Windows Mobile MSI Line of Business (LoB) apps that use a self update feature. -
productCode
@SerializedName(value="productCode", alternate="ProductCode") @Expose @Nullable public String productCodeThe Product Code. The product code. -
productVersion
@SerializedName(value="productVersion", alternate="ProductVersion") @Expose @Nullable public String productVersionThe Product Version. The product version of Windows Mobile MSI Line of Business (LoB) app.
-
-
Constructor Details
-
WindowsMobileMSI
public WindowsMobileMSI()
-
-
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:
setRawObject
in interfacecom.microsoft.graph.serializer.IJsonBackedObject
- Overrides:
setRawObject
in classMobileLobApp
- Parameters:
serializer
- the serializerjson
- the JSON object to set this object to
-