Package com.microsoft.graph.models
Class Win32LobAppMsiInformation
java.lang.Object
com.microsoft.graph.models.Win32LobAppMsiInformation
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class Win32LobAppMsiInformation
extends Object
implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Win32Lob App Msi Information.
-
Field Summary
FieldsModifier and TypeFieldDescriptionthe OData type of the object as returned by the serviceThe Package Type.The Product Code.The Product Name.The Product Version.The Publisher.The Requires Reboot.The Upgrade Code. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal com.microsoft.graph.serializer.AdditionalDataManagervoidsetRawObject(com.microsoft.graph.serializer.ISerializer serializer, com.google.gson.JsonObject json) Sets the raw JSON object
-
Field Details
-
oDataType
the OData type of the object as returned by the service -
packageType
@SerializedName(value="packageType", alternate="PackageType") @Expose @Nullable public Win32LobAppMsiPackageType packageTypeThe Package Type. The MSI package type. Possible values are: perMachine, perUser, dualPurpose. -
productCode
@SerializedName(value="productCode", alternate="ProductCode") @Expose @Nullable public String productCodeThe Product Code. The MSI product code. -
productName
@SerializedName(value="productName", alternate="ProductName") @Expose @Nullable public String productNameThe Product Name. The MSI product name. -
productVersion
@SerializedName(value="productVersion", alternate="ProductVersion") @Expose @Nullable public String productVersionThe Product Version. The MSI product version. -
publisher
The Publisher. The MSI publisher. -
requiresReboot
@SerializedName(value="requiresReboot", alternate="RequiresReboot") @Expose @Nullable public Boolean requiresRebootThe Requires Reboot. Whether the MSI app requires the machine to reboot to complete installation. -
upgradeCode
@SerializedName(value="upgradeCode", alternate="UpgradeCode") @Expose @Nullable public String upgradeCodeThe Upgrade Code. The MSI upgrade code.
-
-
Constructor Details
-
Win32LobAppMsiInformation
public Win32LobAppMsiInformation()
-
-
Method Details
-
additionalDataManager
@Nonnull public final com.microsoft.graph.serializer.AdditionalDataManager additionalDataManager()- Specified by:
additionalDataManagerin interfacecom.microsoft.graph.serializer.IJsonBackedObject
-
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- Parameters:
serializer- the serializerjson- the JSON object to set this object to
-