Interface LimitPage
- All Superinterfaces:
SearchPagination<LimitPage>
- All Known Implementing Classes:
LimitPageImpl
Limit-only pagination supporting only
limit.
Use this for simple pagination where you only need to limit the number of results without specifying an offset or cursor.
-
Method Summary
-
Method Details
-
limit
Limit the number of returned entities.
-