Class SettingType


  • public final class SettingType
    extends com.azure.core.util.ExpandableStringEnum<SettingType>
    Defines values for SettingType.
    • Field Detail

      • COPYABLE_LABEL

        public static final SettingType COPYABLE_LABEL
        Static value CopyableLabel for SettingType.
      • INSTRUCTION_STEPS_GROUP

        public static final SettingType INSTRUCTION_STEPS_GROUP
        Static value InstructionStepsGroup for SettingType.
      • INFO_MESSAGE

        public static final SettingType INFO_MESSAGE
        Static value InfoMessage for SettingType.
    • Constructor Detail

      • SettingType

        public SettingType()
    • Method Detail

      • fromString

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

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