Enum Class InspectorIssueCode

java.lang.Object
java.lang.Enum<InspectorIssueCode>
org.openqa.selenium.devtools.v85.audits.model.InspectorIssueCode
All Implemented Interfaces:
Serializable, Comparable<InspectorIssueCode>, Constable

public enum InspectorIssueCode extends Enum<InspectorIssueCode>
A unique identifier for the type of issue. Each type may use one of the optional fields in InspectorIssueDetails to convey more specific information about the kind of issue.
  • Enum Constant Details

  • Method Details

    • values

      public static InspectorIssueCode[] 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 InspectorIssueCode 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
    • fromString

      public static InspectorIssueCode fromString(String s)
    • toString

      public String toString()
      Overrides:
      toString in class Enum<InspectorIssueCode>
    • toJson

      public String toJson()