Interface PageRequest


@PublicApi public interface PageRequest
Pagination request.
Since:
6.7
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final Integer
    The maximum size of any page limit.
  • Method Summary

    Modifier and Type
    Method
    Description
     
     
  • Field Details

    • MAX_PAGE_LIMIT

      static final Integer MAX_PAGE_LIMIT
      The maximum size of any page limit.
  • Method Details

    • getLimit

      Integer getLimit()
      Returns:
      the maximum allowed number of elements on the page
    • getStart

      Long getStart()
      Returns:
      the index of the element in the result set that this page will start at