Class RequestPagingCursor


  • public class RequestPagingCursor
    extends java.lang.Object
    Builder class for setting request paging w/cursor options
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getCursor()  
      java.lang.Integer getLimit()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Method Detail

      • getLimit

        public java.lang.Integer getLimit()
      • getCursor

        public java.lang.String getCursor()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object