Class PageRequest


  • public class PageRequest
    extends Object
    Represents the params that define which page the request is after
    • Constructor Detail

      • PageRequest

        public PageRequest​(int start,
                           int limit)
    • Method Detail

      • getStart

        public int getStart()
      • getLimit

        public int getLimit()