Interface PagedRequest

All Known Implementing Classes:
SimplePagedRequest

@PublicApi public interface PagedRequest
Specifies the pagination requirements of a request.
  • Method Summary

    Modifier and Type
    Method
    Description
    int
     
    int
     
  • Method Details

    • getStart

      int getStart()
      Returns:
      start index for the page of results
    • getLimit

      int getLimit()
      Returns:
      the number of the results to return in the page