Package io.camunda.client.api.search
Interface SearchRequestPage
- All Known Implementing Classes:
SearchRequestPageImpl
public interface SearchRequestPage
-
Method Summary
Modifier and TypeMethodDescriptionStart the page from.Limit the the number of returned entities.searchAfter(List<Object> values) Get next page after the set of values.searchBefore(List<Object> values) Get previous page before the set of values.
-
Method Details
-
from
Start the page from. -
limit
Limit the the number of returned entities. -
searchBefore
Get previous page before the set of values. -
searchAfter
Get next page after the set of values.
-