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 Details

    • NAME

      public static final SettingLabelFields NAME
      Static value name for SettingLabelFields.
  • Constructor Details

    • SettingLabelFields

      @Deprecated public SettingLabelFields()
      Deprecated.
      Use the fromString(String) factory method.
      Creates a new instance of SettingLabelFields value.
  • Method Details

    • fromString

      public static SettingLabelFields fromString(String name)
      Creates or finds a SettingLabelFields from its string representation.
      Parameters:
      name - a name to look for.
      Returns:
      the corresponding SettingLabelFields.
    • values

      public static Collection<SettingLabelFields> values()
      Gets known SettingLabelFields values.
      Returns:
      known SettingLabelFields values.