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