Class State


  • public final class State
    extends com.azure.core.util.ExpandableStringEnum<State>
    Defines values for State.
    • Field Detail

      • PROPOSED

        public static final State PROPOSED
        Static value proposed for State.
      • OPEN

        public static final State OPEN
        Static value open for State.
      • REMOVED

        public static final State REMOVED
        Static value removed for State.
      • RESOLVED

        public static final State RESOLVED
        Static value resolved for State.
      • CLOSED

        public static final State CLOSED
        Static value closed for State.
    • Constructor Detail

      • State

        public State()
    • Method Detail

      • 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()
        Returns:
        known State values.