Enum Class ActivityDomain

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

public enum ActivityDomain extends Enum<ActivityDomain>
The Enum Activity Domain.
  • Enum Constant Details

    • UNKNOWN

      public static final ActivityDomain UNKNOWN
      unknown
    • WORK

      public static final ActivityDomain WORK
      work
    • PERSONAL

      public static final ActivityDomain PERSONAL
      personal
    • UNRESTRICTED

      public static final ActivityDomain UNRESTRICTED
      unrestricted
    • UNEXPECTED_VALUE

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

    • values

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