Interface SearchQueryResponse<T>

All Known Implementing Classes:
SearchQueryResponseImpl

public interface SearchQueryResponse<T>
  • Method Summary

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

    • items

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

      Returns information about the returned page of items