Enum Class CaseStatus

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

public enum CaseStatus extends Enum<CaseStatus>
The Enum Case Status.
  • Enum Constant Details

    • UNKNOWN

      public static final CaseStatus UNKNOWN
      unknown
    • ACTIVE

      public static final CaseStatus ACTIVE
      active
    • PENDING_DELETE

      public static final CaseStatus PENDING_DELETE
      pending Delete
    • CLOSING

      public static final CaseStatus CLOSING
      closing
    • CLOSED

      public static final CaseStatus CLOSED
      closed
    • CLOSED_WITH_ERROR

      public static final CaseStatus CLOSED_WITH_ERROR
      closed With Error
    • UNKNOWN_FUTURE_VALUE

      public static final CaseStatus UNKNOWN_FUTURE_VALUE
      unknown Future Value
    • UNEXPECTED_VALUE

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

    • values

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