| Package | Description |
|---|---|
| odata.msgraph.client.beta.complex | |
| odata.msgraph.client.beta.entity | |
| odata.msgraph.client.beta.enums |
| Modifier and Type | Field and Description |
|---|---|
protected List<Windows10EditionType> |
DeviceManagementApplicabilityRuleOsEdition.osEditionTypes |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.CollectionPage<Windows10EditionType> |
DeviceManagementApplicabilityRuleOsEdition.getOsEditionTypes()
“Applicability rule OS edition type.”
|
com.github.davidmoten.odata.client.CollectionPage<Windows10EditionType> |
DeviceManagementApplicabilityRuleOsEdition.getOsEditionTypes(com.github.davidmoten.odata.client.HttpRequestOptions options)
“Applicability rule OS edition type.”
|
| Modifier and Type | Method and Description |
|---|---|
DeviceManagementApplicabilityRuleOsEdition.Builder |
DeviceManagementApplicabilityRuleOsEdition.Builder.osEditionTypes(Windows10EditionType... osEditionTypes)
“Applicability rule OS edition type.”
|
| Modifier and Type | Method and Description |
|---|---|
DeviceManagementApplicabilityRuleOsEdition.Builder |
DeviceManagementApplicabilityRuleOsEdition.Builder.osEditionTypes(List<Windows10EditionType> osEditionTypes)
“Applicability rule OS edition type.”
|
| Modifier and Type | Field and Description |
|---|---|
protected Windows10EditionType |
EditionUpgradeConfiguration.targetEdition |
| Modifier and Type | Method and Description |
|---|---|
Optional<Windows10EditionType> |
EditionUpgradeConfiguration.getTargetEdition()
“Edition Upgrade Target Edition.”
|
| Modifier and Type | Method and Description |
|---|---|
EditionUpgradeConfiguration.Builder |
EditionUpgradeConfiguration.Builder.targetEdition(Windows10EditionType targetEdition)
“Edition Upgrade Target Edition.”
|
EditionUpgradeConfiguration |
EditionUpgradeConfiguration.withTargetEdition(Windows10EditionType targetEdition)
Returns an immutable copy of
this with just the targetEdition
field changed. |
| Modifier and Type | Method and Description |
|---|---|
static Windows10EditionType |
Windows10EditionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Windows10EditionType[] |
Windows10EditionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018–2020. All rights reserved.