Uses of Class
odata.msgraph.client.beta.enums.Windows10EditionType
-
Packages that use Windows10EditionType Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of Windows10EditionType in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex with type parameters of type Windows10EditionType Modifier and Type Field Description protected List<Windows10EditionType>DeviceManagementApplicabilityRuleOsEdition. osEditionTypesMethods in odata.msgraph.client.beta.complex that return types with arguments of type Windows10EditionType Modifier and Type Method 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.”Methods in odata.msgraph.client.beta.complex with parameters of type Windows10EditionType Modifier and Type Method Description DeviceManagementApplicabilityRuleOsEdition.BuilderDeviceManagementApplicabilityRuleOsEdition.Builder. osEditionTypes(Windows10EditionType... osEditionTypes)“Applicability rule OS edition type.”Method parameters in odata.msgraph.client.beta.complex with type arguments of type Windows10EditionType Modifier and Type Method Description DeviceManagementApplicabilityRuleOsEdition.BuilderDeviceManagementApplicabilityRuleOsEdition.Builder. osEditionTypes(List<Windows10EditionType> osEditionTypes)“Applicability rule OS edition type.” -
Uses of Windows10EditionType in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as Windows10EditionType Modifier and Type Field Description protected Windows10EditionTypeEditionUpgradeConfiguration. targetEditionMethods in odata.msgraph.client.beta.entity that return types with arguments of type Windows10EditionType Modifier and Type Method Description Optional<Windows10EditionType>EditionUpgradeConfiguration. getTargetEdition()“Edition Upgrade Target Edition.”Methods in odata.msgraph.client.beta.entity with parameters of type Windows10EditionType Modifier and Type Method Description EditionUpgradeConfiguration.BuilderEditionUpgradeConfiguration.Builder. targetEdition(Windows10EditionType targetEdition)“Edition Upgrade Target Edition.”EditionUpgradeConfigurationEditionUpgradeConfiguration. withTargetEdition(Windows10EditionType targetEdition)Returns an immutable copy ofthiswith just thetargetEditionfield changed. -
Uses of Windows10EditionType in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return Windows10EditionType Modifier and Type Method Description static Windows10EditionTypeWindows10EditionType. 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.
-