Enum Class AlertStatus

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

public enum AlertStatus extends Enum<AlertStatus>
The Enum Alert Status.
  • Enum Constant Details

    • UNKNOWN

      public static final AlertStatus UNKNOWN
      unknown
    • NEW

      public static final AlertStatus NEW
      new
    • IN_PROGRESS

      public static final AlertStatus IN_PROGRESS
      in Progress
    • RESOLVED

      public static final AlertStatus RESOLVED
      resolved
    • UNKNOWN_FUTURE_VALUE

      public static final AlertStatus UNKNOWN_FUTURE_VALUE
      unknown Future Value
    • UNEXPECTED_VALUE

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

    • values

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