Enum Class Windows10EditionType

java.lang.Object
java.lang.Enum<Windows10EditionType>
com.microsoft.graph.models.Windows10EditionType
All Implemented Interfaces:
Serializable, Comparable<Windows10EditionType>, Constable

public enum Windows10EditionType extends Enum<Windows10EditionType>
The Enum Windows10Edition Type.
  • Enum Constant Details

    • WINDOWS10_ENTERPRISE

      public static final Windows10EditionType WINDOWS10_ENTERPRISE
      windows10Enterprise
    • WINDOWS10_ENTERPRISE_N

      public static final Windows10EditionType WINDOWS10_ENTERPRISE_N
      windows10Enterprise N
    • WINDOWS10_EDUCATION

      public static final Windows10EditionType WINDOWS10_EDUCATION
      windows10Education
    • WINDOWS10_EDUCATION_N

      public static final Windows10EditionType WINDOWS10_EDUCATION_N
      windows10Education N
    • WINDOWS10_MOBILE_ENTERPRISE

      public static final Windows10EditionType WINDOWS10_MOBILE_ENTERPRISE
      windows10Mobile Enterprise
    • WINDOWS10_HOLOGRAPHIC_ENTERPRISE

      public static final Windows10EditionType WINDOWS10_HOLOGRAPHIC_ENTERPRISE
      windows10Holographic Enterprise
    • WINDOWS10_PROFESSIONAL

      public static final Windows10EditionType WINDOWS10_PROFESSIONAL
      windows10Professional
    • WINDOWS10_PROFESSIONAL_N

      public static final Windows10EditionType WINDOWS10_PROFESSIONAL_N
      windows10Professional N
    • WINDOWS10_PROFESSIONAL_EDUCATION

      public static final Windows10EditionType WINDOWS10_PROFESSIONAL_EDUCATION
      windows10Professional Education
    • WINDOWS10_PROFESSIONAL_EDUCATION_N

      public static final Windows10EditionType WINDOWS10_PROFESSIONAL_EDUCATION_N
      windows10Professional Education N
    • WINDOWS10_PROFESSIONAL_WORKSTATION

      public static final Windows10EditionType WINDOWS10_PROFESSIONAL_WORKSTATION
      windows10Professional Workstation
    • WINDOWS10_PROFESSIONAL_WORKSTATION_N

      public static final Windows10EditionType WINDOWS10_PROFESSIONAL_WORKSTATION_N
      windows10Professional Workstation N
    • UNEXPECTED_VALUE

      public static final Windows10EditionType UNEXPECTED_VALUE
      For Windows10EditionType values that were not expected from the service
  • Method Details

    • values

      public static Windows10EditionType[] 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

      public static Windows10EditionType valueOf(String name)
      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 name
      NullPointerException - if the argument is null