Package com.microsoft.graph.models
Enum Class Windows10EditionType
- All Implemented Interfaces:
Serializable,Comparable<Windows10EditionType>,Constable
The Enum Windows10Edition Type.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionFor Windows10EditionType values that were not expected from the servicewindows10Educationwindows10Education Nwindows10Enterprisewindows10Enterprise Nwindows10Holographic Enterprisewindows10Mobile Enterprisewindows10Professionalwindows10Professional Educationwindows10Professional Education Nwindows10Professional Nwindows10Professional Workstationwindows10Professional Workstation N -
Method Summary
Modifier and TypeMethodDescriptionstatic Windows10EditionTypeReturns the enum constant of this class with the specified name.static Windows10EditionType[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
WINDOWS10_ENTERPRISE
windows10Enterprise -
WINDOWS10_ENTERPRISE_N
windows10Enterprise N -
WINDOWS10_EDUCATION
windows10Education -
WINDOWS10_EDUCATION_N
windows10Education N -
WINDOWS10_MOBILE_ENTERPRISE
windows10Mobile Enterprise -
WINDOWS10_HOLOGRAPHIC_ENTERPRISE
windows10Holographic Enterprise -
WINDOWS10_PROFESSIONAL
windows10Professional -
WINDOWS10_PROFESSIONAL_N
windows10Professional N -
WINDOWS10_PROFESSIONAL_EDUCATION
windows10Professional Education -
WINDOWS10_PROFESSIONAL_EDUCATION_N
windows10Professional Education N -
WINDOWS10_PROFESSIONAL_WORKSTATION
windows10Professional Workstation -
WINDOWS10_PROFESSIONAL_WORKSTATION_N
windows10Professional Workstation N -
UNEXPECTED_VALUE
For Windows10EditionType values that were not expected from the service
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-