Class AccessIdName
java.lang.Object
com.azure.core.util.ExpandableStringEnum<AccessIdName>
com.azure.resourcemanager.apimanagement.models.AccessIdName
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
Defines values for AccessIdName.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final AccessIdNameStatic value access for AccessIdName.static final AccessIdNameStatic value gitAccess for AccessIdName. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic AccessIdNamefromString(String name) Creates or finds a AccessIdName from its string representation.static Collection<AccessIdName> values()Gets known AccessIdName values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
ACCESS
Static value access for AccessIdName. -
GIT_ACCESS
Static value gitAccess for AccessIdName.
-
-
Constructor Details
-
AccessIdName
Deprecated.Use thefromString(String)factory method.Creates a new instance of AccessIdName value.
-
-
Method Details
-
fromString
Creates or finds a AccessIdName from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding AccessIdName.
-
values
Gets known AccessIdName values.- Returns:
- known AccessIdName values.
-
fromString(String)factory method.