Enum Class EducationGender

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

public enum EducationGender extends Enum<EducationGender>
The Enum Education Gender.
  • Enum Constant Details

    • FEMALE

      public static final EducationGender FEMALE
      female
    • MALE

      public static final EducationGender MALE
      male
    • OTHER

      public static final EducationGender OTHER
      other
    • UNKNOWN_FUTURE_VALUE

      public static final EducationGender UNKNOWN_FUTURE_VALUE
      unknown Future Value
    • UNEXPECTED_VALUE

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

    • values

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