Class SearchResponsePageImpl
java.lang.Object
io.camunda.zeebe.client.impl.search.response.SearchResponsePageImpl
- All Implemented Interfaces:
SearchResponsePage
-
Constructor Summary
ConstructorsConstructorDescriptionSearchResponsePageImpl(long totalItems, List<Object> firstSortValues, List<Object> lastSortValues) -
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
-
Constructor Details
-
SearchResponsePageImpl
-
-
Method Details
-
totalItems
Description copied from interface:SearchResponsePageTotal number of items that matches the query- Specified by:
totalItemsin interfaceSearchResponsePage
-
firstSortValues
Description copied from interface:SearchResponsePageThe sort values of the first item in the returned page.- Specified by:
firstSortValuesin interfaceSearchResponsePage
-
lastSortValues
Description copied from interface:SearchResponsePageThe sort values of the last item in the returned page.- Specified by:
lastSortValuesin interfaceSearchResponsePage
-