Enum Class UserPurpose

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

public enum UserPurpose extends Enum<UserPurpose>
The Enum User Purpose.
  • Enum Constant Details

    • USER

      public static final UserPurpose USER
      user
    • LINKED

      public static final UserPurpose LINKED
      linked
    • SHARED

      public static final UserPurpose SHARED
      shared
    • ROOM

      public static final UserPurpose ROOM
      room
    • EQUIPMENT

      public static final UserPurpose EQUIPMENT
      equipment
    • OTHERS

      public static final UserPurpose OTHERS
      others
    • UNKNOWN_FUTURE_VALUE

      public static final UserPurpose UNKNOWN_FUTURE_VALUE
      unknown Future Value
    • UNEXPECTED_VALUE

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

    • values

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