java.lang.Object
com.azure.core.util.ExpandableStringEnum<Severity>
com.azure.resourcemanager.security.models.Severity

public final class Severity extends com.azure.core.util.ExpandableStringEnum<Severity>
The sub-assessment severity level.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final Severity
    Static value High for Severity.
    static final Severity
    Static value Low for Severity.
    static final Severity
    Static value Medium for Severity.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static Severity
    Creates or finds a Severity from its string representation.
    Gets known Severity values.

    Methods inherited from class com.azure.core.util.ExpandableStringEnum

    equals, fromString, hashCode, toString, values

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • LOW

      public static final Severity LOW
      Static value Low for Severity.
    • MEDIUM

      public static final Severity MEDIUM
      Static value Medium for Severity.
    • HIGH

      public static final Severity HIGH
      Static value High for Severity.
  • Constructor Details

    • Severity

      public Severity()
  • Method Details

    • fromString

      public static Severity fromString(String name)
      Creates or finds a Severity from its string representation.
      Parameters:
      name - a name to look for.
      Returns:
      the corresponding Severity.
    • values

      public static Collection<Severity> values()
      Gets known Severity values.
      Returns:
      known Severity values.