Class PageOption


  • public final class PageOption
    extends java.lang.Object
    • Method Detail

      • createWithoutLimits

        public static PageOption createWithoutLimits()
      • createForPageNumberAndPageSize

        public static PageOption createForPageNumberAndPageSize​(int currentPage,
                                                                int pageSize)
      • getPageNumber

        public int getPageNumber()
      • getPageSize

        public int getPageSize()
      • getPageStart

        public int getPageStart()
      • includeInformationAboutPages

        public boolean includeInformationAboutPages()