Interface StreamPageRequest


@PublicApi public interface StreamPageRequest
Pagination request of a stream-like paging API.
Since:
6.4.7
  • Field Summary

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

    Modifier and Type
    Method
    Description
     
    int
     
  • Field Details

    • MAX_PAGE_LIMIT

      static final int MAX_PAGE_LIMIT
      The maximum size of any page limit.
      See Also:
  • Method Details

    • getMaxResults

      int getMaxResults()
      Returns:
      the maximum allowed number of elements on the page
    • getCursor

      String getCursor()
      Returns:
      the index of the element in the result set that this stream page will follow from