Class SearchRequestPageImpl
java.lang.Object
io.camunda.client.impl.search.request.TypedSearchRequestPropertyProvider<SearchQueryPageRequest>
io.camunda.client.impl.search.request.SearchRequestPageImpl
- All Implemented Interfaces:
SearchRequestPage
public class SearchRequestPageImpl
extends TypedSearchRequestPropertyProvider<SearchQueryPageRequest>
implements SearchRequestPage
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet next page after the cursor.Get previous page before the cursor.Start the page from.Limit the number of returned entities.Methods inherited from class io.camunda.client.impl.search.request.TypedSearchRequestPropertyProvider
provideSearchRequestProperty
-
Constructor Details
-
SearchRequestPageImpl
public SearchRequestPageImpl()
-
-
Method Details
-
from
Description copied from interface:SearchRequestPageStart the page from.- Specified by:
fromin interfaceSearchRequestPage
-
limit
Description copied from interface:SearchRequestPageLimit the number of returned entities.- Specified by:
limitin interfaceSearchRequestPage
-
before
Description copied from interface:SearchRequestPageGet previous page before the cursor.- Specified by:
beforein interfaceSearchRequestPage
-
after
Description copied from interface:SearchRequestPageGet next page after the cursor.- Specified by:
afterin interfaceSearchRequestPage
-
getSearchRequestProperty
- Specified by:
getSearchRequestPropertyin classTypedSearchRequestPropertyProvider<SearchQueryPageRequest>
-