Enum Class DeviceHealthStatus

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

public enum DeviceHealthStatus extends Enum<DeviceHealthStatus>
The Enum Device Health Status.
  • Enum Constant Details

    • ACTIVE

      public static final DeviceHealthStatus ACTIVE
      active
    • INACTIVE

      public static final DeviceHealthStatus INACTIVE
      inactive
    • IMPAIRED_COMMUNICATION

      public static final DeviceHealthStatus IMPAIRED_COMMUNICATION
      impaired Communication
    • NO_SENSOR_DATA

      public static final DeviceHealthStatus NO_SENSOR_DATA
      no Sensor Data
    • NO_SENSOR_DATA_IMPAIRED_COMMUNICATION

      public static final DeviceHealthStatus NO_SENSOR_DATA_IMPAIRED_COMMUNICATION
      no Sensor Data Impaired Communication
    • UNKNOWN

      public static final DeviceHealthStatus UNKNOWN
      unknown
    • UNKNOWN_FUTURE_VALUE

      public static final DeviceHealthStatus UNKNOWN_FUTURE_VALUE
      unknown Future Value
    • UNEXPECTED_VALUE

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

    • values

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