Class PaginationQuery

    • Constructor Detail

      • PaginationQuery

        public PaginationQuery​(int start,
                               int rows)
        Constructs a pagination query with current page, results per page/request and the maximum limit.
        Parameters:
        start - the current result page.
        rows - the number of results per page/request.
    • Method Detail

      • getEntries

        public List<org.apache.http.NameValuePair> getEntries()
        Description copied from interface: Query
        Returns a list of get query items.
        Specified by:
        getEntries in interface Query
        Returns:
        list od items.