java.lang.Object
com.azure.core.util.ExpandableStringEnum<SettingType>
com.azure.resourcemanager.securityinsights.models.SettingType

public final class SettingType extends com.azure.core.util.ExpandableStringEnum<SettingType>
The kind of the setting.
  • Field Details

    • 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 Details

    • SettingType

      public SettingType()
  • Method Details

    • 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.