Enum Class DataSubjectType

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

public enum DataSubjectType extends Enum<DataSubjectType>
The Enum Data Subject Type.
  • Enum Constant Details

    • CUSTOMER

      public static final DataSubjectType CUSTOMER
      customer
    • CURRENT_EMPLOYEE

      public static final DataSubjectType CURRENT_EMPLOYEE
      current Employee
    • FORMER_EMPLOYEE

      public static final DataSubjectType FORMER_EMPLOYEE
      former Employee
    • PROSPECTIVE_EMPLOYEE

      public static final DataSubjectType PROSPECTIVE_EMPLOYEE
      prospective Employee
    • STUDENT

      public static final DataSubjectType STUDENT
      student
    • TEACHER

      public static final DataSubjectType TEACHER
      teacher
    • FACULTY

      public static final DataSubjectType FACULTY
      faculty
    • OTHER

      public static final DataSubjectType OTHER
      other
    • UNKNOWN_FUTURE_VALUE

      public static final DataSubjectType UNKNOWN_FUTURE_VALUE
      unknown Future Value
    • UNEXPECTED_VALUE

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

    • values

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