Enum Class DeviceRiskScore

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

public enum DeviceRiskScore extends Enum<DeviceRiskScore>
The Enum Device Risk Score.
  • Enum Constant Details

    • NONE

      public static final DeviceRiskScore NONE
      none
    • INFORMATIONAL

      public static final DeviceRiskScore INFORMATIONAL
      informational
    • LOW

      public static final DeviceRiskScore LOW
      low
    • MEDIUM

      public static final DeviceRiskScore MEDIUM
      medium
    • HIGH

      public static final DeviceRiskScore HIGH
      high
    • UNKNOWN_FUTURE_VALUE

      public static final DeviceRiskScore UNKNOWN_FUTURE_VALUE
      unknown Future Value
    • UNEXPECTED_VALUE

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

    • values

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