Enum Class DefenderAvStatus

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

public enum DefenderAvStatus extends Enum<DefenderAvStatus>
The Enum Defender Av Status.
  • Enum Constant Details

    • NOT_REPORTING

      public static final DefenderAvStatus NOT_REPORTING
      not Reporting
    • DISABLED

      public static final DefenderAvStatus DISABLED
      disabled
    • NOT_UPDATED

      public static final DefenderAvStatus NOT_UPDATED
      not Updated
    • UPDATED

      public static final DefenderAvStatus UPDATED
      updated
    • UNKNOWN

      public static final DefenderAvStatus UNKNOWN
      unknown
    • NOT_SUPPORTED

      public static final DefenderAvStatus NOT_SUPPORTED
      not Supported
    • UNKNOWN_FUTURE_VALUE

      public static final DefenderAvStatus UNKNOWN_FUTURE_VALUE
      unknown Future Value
    • UNEXPECTED_VALUE

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

    • values

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