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.withUnmappedField(String name,
Object value) |
|