Interface SearchQueryResponse<T>


@Deprecated public interface SearchQueryResponse<T>
Deprecated.
since 8.8 for removal in 8.9, replaced by SearchResponse
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated.
    Returns the list of items
    Deprecated.
    Returns information about the returned page of items
  • Method Details

    • items

      List<T> items()
      Deprecated.
      Returns the list of items
    • page

      Deprecated.
      Returns information about the returned page of items