Interface LimitPage

All Superinterfaces:
SearchPagination<LimitPage>
All Known Implementing Classes:
LimitPageImpl

public interface LimitPage extends SearchPagination<LimitPage>
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

    Modifier and Type
    Method
    Description
    limit(Integer value)
    Limit the number of returned entities.
  • Method Details