Interface Table.DefinitionStages.WithSearchResults

All Known Subinterfaces:
Table.Definition, Table.DefinitionStages.WithCreate
Enclosing interface:
Table.DefinitionStages

public static interface Table.DefinitionStages.WithSearchResults
The stage of the Table definition allowing to specify searchResults.
  • Method Details

    • withSearchResults

      Table.DefinitionStages.WithCreate withSearchResults(SearchResults searchResults)
      Specifies the searchResults property: Parameters of the search job that initiated this table..
      Parameters:
      searchResults - Parameters of the search job that initiated this table.
      Returns:
      the next definition stage.