Enum Class RiskState

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

public enum RiskState extends Enum<RiskState>
The Enum Risk State.
  • Enum Constant Details

    • NONE

      public static final RiskState NONE
      none
    • CONFIRMED_SAFE

      public static final RiskState CONFIRMED_SAFE
      confirmed Safe
    • REMEDIATED

      public static final RiskState REMEDIATED
      remediated
    • DISMISSED

      public static final RiskState DISMISSED
      dismissed
    • AT_RISK

      public static final RiskState AT_RISK
      at Risk
    • CONFIRMED_COMPROMISED

      public static final RiskState CONFIRMED_COMPROMISED
      confirmed Compromised
    • UNKNOWN_FUTURE_VALUE

      public static final RiskState UNKNOWN_FUTURE_VALUE
      unknown Future Value
    • UNEXPECTED_VALUE

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

    • values

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