Package com.microsoft.graph.models
Class EditionUpgradeConfiguration
java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.DeviceConfiguration
com.microsoft.graph.models.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 Summary
FieldsModifier and TypeFieldDescriptionThe License.The License Type.The Product Key.The Target Edition.Fields inherited from class com.microsoft.graph.models.DeviceConfiguration
assignments, createdDateTime, description, deviceSettingStateSummaries, deviceStatuses, deviceStatusOverview, displayName, lastModifiedDateTime, userStatuses, userStatusOverview, version -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetRawObject(com.microsoft.graph.serializer.ISerializer serializer, com.google.gson.JsonObject json) Sets the raw JSON objectMethods inherited from class com.microsoft.graph.models.Entity
additionalDataManagerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.microsoft.graph.serializer.IJsonBackedObject
additionalDataManager
-
Field Details
-
license
The License. Edition Upgrade License File Content. -
licenseType
@SerializedName(value="licenseType", alternate="LicenseType") @Expose @Nullable public EditionUpgradeLicenseType licenseTypeThe License Type. Edition Upgrade License Type. Possible values are: productKey, licenseFile. -
productKey
@SerializedName(value="productKey", alternate="ProductKey") @Expose @Nullable public String productKeyThe Product Key. Edition Upgrade Product Key. -
targetEdition
@SerializedName(value="targetEdition", alternate="TargetEdition") @Expose @Nullable public Windows10EditionType targetEditionThe 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:
setRawObjectin interfacecom.microsoft.graph.serializer.IJsonBackedObject- Overrides:
setRawObjectin classDeviceConfiguration- Parameters:
serializer- the serializerjson- the JSON object to set this object to
-