java.lang.Object
com.azure.core.util.ExpandableStringEnum<State>
com.azure.resourcemanager.apimanagement.models.State
All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>

public final class State extends com.azure.core.util.ExpandableStringEnum<State>
Status of the issue.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final State
    Static value closed for State.
    static final State
    Static value open for State.
    static final State
    Static value proposed for State.
    static final State
    Static value removed for State.
    static final State
    Static value resolved for State.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated.
    Use the fromString(String) factory method.
  • 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, getValue, hashCode, toString, values

    Methods inherited from class java.lang.Object

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

    • 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 Details

  • 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.