public class Win32LobAppMsiInformation
extends java.lang.Object
implements com.microsoft.graph.serializer.IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
oDataType
the OData type of the object as returned by the service
|
Win32LobAppMsiPackageType |
packageType
The Package Type.
|
java.lang.String |
productCode
The Product Code.
|
java.lang.String |
productName
The Product Name.
|
java.lang.String |
productVersion
The Product Version.
|
java.lang.String |
publisher
The Publisher.
|
java.lang.Boolean |
requiresReboot
The Requires Reboot.
|
java.lang.String |
upgradeCode
The Upgrade Code.
|
| Constructor and Description |
|---|
Win32LobAppMsiInformation() |
| Modifier and Type | Method and Description |
|---|---|
com.microsoft.graph.serializer.AdditionalDataManager |
additionalDataManager() |
void |
setRawObject(com.microsoft.graph.serializer.ISerializer serializer,
com.google.gson.JsonObject json)
Sets the raw JSON object
|
@SerializedName(value="@odata.type") @Expose @Nullable public java.lang.String oDataType
@SerializedName(value="packageType",
alternate="PackageType")
@Expose
@Nullable
public Win32LobAppMsiPackageType packageType
@SerializedName(value="productCode",
alternate="ProductCode")
@Expose
@Nullable
public java.lang.String productCode
@SerializedName(value="productName",
alternate="ProductName")
@Expose
@Nullable
public java.lang.String productName
@SerializedName(value="productVersion",
alternate="ProductVersion")
@Expose
@Nullable
public java.lang.String productVersion
@SerializedName(value="publisher",
alternate="Publisher")
@Expose
@Nullable
public java.lang.String publisher
@SerializedName(value="requiresReboot",
alternate="RequiresReboot")
@Expose
@Nullable
public java.lang.Boolean requiresReboot
@SerializedName(value="upgradeCode",
alternate="UpgradeCode")
@Expose
@Nullable
public java.lang.String upgradeCode
@Nonnull public final com.microsoft.graph.serializer.AdditionalDataManager additionalDataManager()
additionalDataManager in interface com.microsoft.graph.serializer.IJsonBackedObjectpublic void setRawObject(@Nonnull
com.microsoft.graph.serializer.ISerializer serializer,
@Nonnull
com.google.gson.JsonObject json)
setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObjectserializer - the serializerjson - the JSON object to set this object to