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