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

public final class SourceKind extends com.azure.core.util.ExpandableStringEnum<SourceKind>
Source type of the content.
  • Field Details

    • LOCAL_WORKSPACE

      public static final SourceKind LOCAL_WORKSPACE
      Static value LocalWorkspace for SourceKind.
    • COMMUNITY

      public static final SourceKind COMMUNITY
      Static value Community for SourceKind.
    • SOLUTION

      public static final SourceKind SOLUTION
      Static value Solution for SourceKind.
    • SOURCE_REPOSITORY

      public static final SourceKind SOURCE_REPOSITORY
      Static value SourceRepository for SourceKind.
  • Constructor Details

    • SourceKind

      public SourceKind()
  • Method Details

    • fromString

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

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