Interface Table.UpdateStages.WithSearchResults

All Known Subinterfaces:
Table.Update
Enclosing interface:
Table.UpdateStages

public static interface Table.UpdateStages.WithSearchResults
The stage of the Table update allowing to specify searchResults.
  • Method Summary

    Modifier and Type
    Method
    Description
    Specifies the searchResults property: Parameters of the search job that initiated this table..
  • Method Details

    • withSearchResults

      Table.Update 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.