Class ResultsPaging


  • public class ResultsPaging
    extends Object
    Details of a response that contains paged data.
    • Constructor Detail

      • ResultsPaging

        public ResultsPaging()
    • Method Detail

      • getTotal

        public int getTotal()
        Total number of items from that result.
      • getLimit

        public int getLimit()
        Limit of items in the result.
      • getOffset

        public int getOffset()
        Current page offset.