Class State
java.lang.Object
com.azure.core.util.ExpandableStringEnum<State>
com.azure.resourcemanager.apimanagement.models.State
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
Status of the issue.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StatefromString(String name) Creates or finds a State from its string representation.static Collection<State> values()Gets known State values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
PROPOSED
Static value proposed for State. -
OPEN
Static value open for State. -
REMOVED
Static value removed for State. -
RESOLVED
Static value resolved for State. -
CLOSED
Static value closed for State.
-
-
Constructor Details
-
State
Deprecated.Use thefromString(String)factory method.Creates a new instance of State value.
-
-
Method Details
-
fromString
Creates or finds a State from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding State.
-
values
Gets known State values.- Returns:
- known State values.
-
fromString(String)factory method.