Class LimitPageImpl
java.lang.Object
io.camunda.client.impl.search.request.TypedSearchRequestPropertyProvider<SearchQueryPageRequest>
io.camunda.client.impl.search.page.LimitPageImpl
- All Implemented Interfaces:
LimitPage,SearchPagination<LimitPage>
public class LimitPageImpl
extends TypedSearchRequestPropertyProvider<SearchQueryPageRequest>
implements LimitPage
Implementation of
LimitPage supporting limit-only pagination.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionLimit the number of returned entities.Methods inherited from class io.camunda.client.impl.search.request.TypedSearchRequestPropertyProvider
provideSearchRequestProperty
-
Constructor Details
-
LimitPageImpl
public LimitPageImpl()
-
-
Method Details
-
limit
Description copied from interface:LimitPageLimit the number of returned entities. -
getSearchRequestProperty
- Specified by:
getSearchRequestPropertyin classTypedSearchRequestPropertyProvider<SearchQueryPageRequest>
-