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

public final class State extends com.azure.core.util.ExpandableStringEnum<State>
Aggregative state based on the standard's supported controls states.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final State
    Static value Failed for State.
    static final State
    Static value Passed for State.
    static final State
    Static value Skipped for State.
    static final State
    Static value Unsupported for State.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static State
    Creates or finds a State from its string representation.
    Gets known State 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

    • PASSED

      public static final State PASSED
      Static value Passed for State.
    • FAILED

      public static final State FAILED
      Static value Failed for State.
    • SKIPPED

      public static final State SKIPPED
      Static value Skipped for State.
    • UNSUPPORTED

      public static final State UNSUPPORTED
      Static value Unsupported for State.
  • Constructor Details

    • State

      public State()
  • Method Details

    • fromString

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

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