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

public final class SourceType extends com.azure.core.util.ExpandableStringEnum<SourceType>
The sourceType of the watchlist.
  • Field Details

    • LOCAL_FILE

      public static final SourceType LOCAL_FILE
      Static value Local file for SourceType.
    • REMOTE_STORAGE

      public static final SourceType REMOTE_STORAGE
      Static value Remote storage for SourceType.
  • Constructor Details

    • SourceType

      public SourceType()
  • Method Details

    • fromString

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

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