| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity |
| Modifier and Type | Method and Description |
|---|---|
EditionUpgradeConfiguration |
EditionUpgradeConfiguration.Builder.build() |
EditionUpgradeConfiguration |
EditionUpgradeConfiguration.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
EditionUpgradeConfiguration |
EditionUpgradeConfiguration.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
EditionUpgradeConfiguration |
EditionUpgradeConfiguration.withLicense(String license)
Returns an immutable copy of
this with just the license field
changed. |
EditionUpgradeConfiguration |
EditionUpgradeConfiguration.withLicenseType(EditionUpgradeLicenseType licenseType)
Returns an immutable copy of
this with just the licenseType
field changed. |
EditionUpgradeConfiguration |
EditionUpgradeConfiguration.withProductKey(String productKey)
Returns an immutable copy of
this with just the productKey field
changed. |
EditionUpgradeConfiguration |
EditionUpgradeConfiguration.withTargetEdition(Windows10EditionType targetEdition)
Returns an immutable copy of
this with just the targetEdition
field changed. |
EditionUpgradeConfiguration |
EditionUpgradeConfiguration.withWindowsSMode(WindowsSModeConfiguration windowsSMode)
Returns an immutable copy of
this with just the windowsSMode
field changed. |
Copyright © 2018–2020. All rights reserved.