Class SearchIndexerDataSourceType

java.lang.Object
com.azure.core.util.ExpandableStringEnum<SearchIndexerDataSourceType>
com.azure.search.documents.indexes.models.SearchIndexerDataSourceType

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

  • Constructor Details

    • SearchIndexerDataSourceType

      public SearchIndexerDataSourceType()
  • Method Details

    • fromString

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

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