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 Details

    • PUBLIC

      public static final SettingsTypeName PUBLIC
      Static value public for SettingsTypeName.
  • Constructor Details

    • SettingsTypeName

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

    • fromString

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

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