Class PaginationInfo

    • Constructor Detail

      • PaginationInfo

        public PaginationInfo​(int maxResults,
                              int offset)
        Constructor
        Parameters:
        maxResults - max results asked off
        offset - offset of the first result item
    • Method Detail

      • getMaxResults

        public int getMaxResults()
        The max results of the original query
        Returns:
      • getOffset

        public int getOffset()
        The offset specified by original query
        Returns: