Class RequestPagination.Page

  • Enclosing class:
    RequestPagination

    public static final class RequestPagination.Page
    extends Object
    Represents a page over a request.
    • Method Detail

      • hasPreviousPage

        public boolean hasPreviousPage()
        Returns false if and only if we are on the first page.
      • hasNextPage

        public boolean hasNextPage()
        Returns false if and only if we are on the last page.