Class PreferenceServiceImpl.PageDetails

  • Enclosing class:
    PreferenceServiceImpl

    public static class PreferenceServiceImpl.PageDetails
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      PageDetails​(int pageSize, boolean hasMoreItems, int skipCount, int maxItems, int end)  
    • 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()