public class WindowsMobileMSI extends MobileLobApp implements com.microsoft.graph.serializer.IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
commandLine
The Command Line.
|
java.lang.Boolean |
ignoreVersionDetection
The Ignore Version Detection.
|
java.lang.String |
productCode
The Product Code.
|
java.lang.String |
productVersion
The Product Version.
|
committedContentVersion, contentVersions, fileName, sizeassignments, categories, createdDateTime, description, developer, displayName, informationUrl, isFeatured, largeIcon, lastModifiedDateTime, notes, owner, privacyInformationUrl, publisher, publishingState| Constructor and Description |
|---|
WindowsMobileMSI() |
| 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="commandLine",
alternate="CommandLine")
@Expose
@Nullable
public java.lang.String commandLine
@SerializedName(value="ignoreVersionDetection",
alternate="IgnoreVersionDetection")
@Expose
@Nullable
public java.lang.Boolean ignoreVersionDetection
@SerializedName(value="productCode",
alternate="ProductCode")
@Expose
@Nullable
public java.lang.String productCode
@SerializedName(value="productVersion",
alternate="ProductVersion")
@Expose
@Nullable
public java.lang.String productVersion
public void setRawObject(@Nonnull
com.microsoft.graph.serializer.ISerializer serializer,
@Nonnull
com.google.gson.JsonObject json)
setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObjectsetRawObject in class MobileLobAppserializer - the serializerjson - the JSON object to set this object to