Class FileImportContentType

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

public final class FileImportContentType extends com.azure.core.util.ExpandableStringEnum<FileImportContentType>
The content type of this file.
  • Field Details

    • BASIC_INDICATOR

      public static final FileImportContentType BASIC_INDICATOR
      Static value BasicIndicator for FileImportContentType.
    • STIX_INDICATOR

      public static final FileImportContentType STIX_INDICATOR
      Static value StixIndicator for FileImportContentType.
    • UNSPECIFIED

      public static final FileImportContentType UNSPECIFIED
      Static value Unspecified for FileImportContentType.
  • Constructor Details

    • FileImportContentType

      public FileImportContentType()
  • Method Details

    • fromString

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

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