Interface SearchResponsePage
- All Known Implementing Classes:
SearchResponsePageImpl
public interface SearchResponsePage
-
Method Summary
Modifier and TypeMethodDescriptionThe sort values of the first item in the returned page.The sort values of the last item in the returned page.Total number of items that matches the query
-
Method Details
-
totalItems
Long totalItems()Total number of items that matches the query -
firstSortValues
The sort values of the first item in the returned page. -
lastSortValues
The sort values of the last item in the returned page.
-