public class EditionUpgradeConfiguration extends DeviceConfiguration implements com.microsoft.graph.serializer.IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
license
The License.
|
EditionUpgradeLicenseType |
licenseType
The License Type.
|
java.lang.String |
productKey
The Product Key.
|
Windows10EditionType |
targetEdition
The Target Edition.
|
assignments, createdDateTime, description, deviceSettingStateSummaries, deviceStatuses, deviceStatusOverview, displayName, lastModifiedDateTime, userStatuses, userStatusOverview, version| Constructor and Description |
|---|
EditionUpgradeConfiguration() |
| 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="license",
alternate="License")
@Expose
@Nullable
public java.lang.String license
@SerializedName(value="licenseType",
alternate="LicenseType")
@Expose
@Nullable
public EditionUpgradeLicenseType licenseType
@SerializedName(value="productKey",
alternate="ProductKey")
@Expose
@Nullable
public java.lang.String productKey
@SerializedName(value="targetEdition",
alternate="TargetEdition")
@Expose
@Nullable
public Windows10EditionType targetEdition
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 DeviceConfigurationserializer - the serializerjson - the JSON object to set this object to