Class PageDetails


  • public class PageDetails
    extends Object
    Stores paging details based on a PagingRequest.
    Author:
    steveglover
    • Constructor Detail

      • PageDetails

        public PageDetails​(int pageSize,
                           boolean hasMoreItems,
                           int skipCount,
                           int maxItems,
                           int end)
    • Method Detail

      • getSkipCount

        public int getSkipCount()
      • getMaxItems

        public int getMaxItems()
      • getEnd

        public int getEnd()
      • hasMoreItems

        public boolean hasMoreItems()
      • getPageSize

        public int getPageSize()