Interface SearchResponse<T>
- All Known Implementing Classes:
SearchResponseImpl
public interface SearchResponse<T>
-
Method Details
-
items
Returns the list of items -
page
SearchResponsePage page()Returns information about the returned page of items -
singleItem
Returns the single item or null if the item list is empty- Returns:
- the single item or null if the item list is empty
- Throws:
ClientException- if the items contain more than one entry
-