Class ImportDiagnosticSeverity

java.lang.Object
com.appiancorp.suiteapi.type.config.ImportDiagnosticSeverity

public final class ImportDiagnosticSeverity extends Object
Represents the severity of an import diagnostic. Possible values are INFORMATION, WARNING, ERROR and FATAL.
  • Field Details

  • Method Details

    • getValue

      public int getValue()
      Gets the value representing the severity.
      Returns:
      the value representing the severity
    • get

      public static ImportDiagnosticSeverity get(int value_)
      Returns the literal with the given integer value.
      Parameters:
      value_ - an integer value
      Returns:
      the literal object with the given integer value, or null none exists
    • toString

      public String toString()
      Overrides:
      toString in class Object