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 Details

    • oDataType

      @SerializedName("@odata.type") @Expose @Nullable public String oDataType
      the OData type of the object as returned by the service
    • packageType

      @SerializedName(value="packageType", alternate="PackageType") @Expose @Nullable public Win32LobAppMsiPackageType packageType
      The Package Type. The MSI package type. Possible values are: perMachine, perUser, dualPurpose.
    • productCode

      @SerializedName(value="productCode", alternate="ProductCode") @Expose @Nullable public String productCode
      The Product Code. The MSI product code.
    • productName

      @SerializedName(value="productName", alternate="ProductName") @Expose @Nullable public String productName
      The Product Name. The MSI product name.
    • productVersion

      @SerializedName(value="productVersion", alternate="ProductVersion") @Expose @Nullable public String productVersion
      The Product Version. The MSI product version.
    • publisher

      @SerializedName(value="publisher", alternate="Publisher") @Expose @Nullable public String publisher
      The Publisher. The MSI publisher.
    • requiresReboot

      @SerializedName(value="requiresReboot", alternate="RequiresReboot") @Expose @Nullable public Boolean requiresReboot
      The Requires Reboot. Whether the MSI app requires the machine to reboot to complete installation.
    • upgradeCode

      @SerializedName(value="upgradeCode", alternate="UpgradeCode") @Expose @Nullable public String upgradeCode
      The 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:
      additionalDataManager in interface com.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:
      setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObject
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to