Class EditionUpgradeConfiguration

All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class EditionUpgradeConfiguration extends DeviceConfiguration implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Edition Upgrade Configuration.
  • Field Details

    • license

      @SerializedName(value="license", alternate="License") @Expose @Nullable public String license
      The License. Edition Upgrade License File Content.
    • licenseType

      @SerializedName(value="licenseType", alternate="LicenseType") @Expose @Nullable public EditionUpgradeLicenseType licenseType
      The License Type. Edition Upgrade License Type. Possible values are: productKey, licenseFile.
    • productKey

      @SerializedName(value="productKey", alternate="ProductKey") @Expose @Nullable public String productKey
      The Product Key. Edition Upgrade Product Key.
    • targetEdition

      @SerializedName(value="targetEdition", alternate="TargetEdition") @Expose @Nullable public Windows10EditionType targetEdition
      The Target Edition. Edition Upgrade Target Edition. Possible values are: windows10Enterprise, windows10EnterpriseN, windows10Education, windows10EducationN, windows10MobileEnterprise, windows10HolographicEnterprise, windows10Professional, windows10ProfessionalN, windows10ProfessionalEducation, windows10ProfessionalEducationN, windows10ProfessionalWorkstation, windows10ProfessionalWorkstationN.
  • Constructor Details

    • EditionUpgradeConfiguration

      public EditionUpgradeConfiguration()
  • 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 interface com.microsoft.graph.serializer.IJsonBackedObject
      Overrides:
      setRawObject in class DeviceConfiguration
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to