Interface SearchQueryResponse<T>
- All Known Implementing Classes:
SearchQueryResponseImpl
public interface SearchQueryResponse<T>
-
Method Details
-
items
Returns the list of items -
page
SearchResponsePage page()Returns information about the returned page of items
-