Class ResponsePagingCursor

  • All Implemented Interfaces:
    java.io.Serializable

    public class ResponsePagingCursor
    extends ApiData
    POJO for the response paging w/cursor object
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getCursor()
      Returns the response cursor
      java.lang.String toString()
      Returns the stored data string.
      • Methods inherited from class java.lang.Object

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

      • ResponsePagingCursor

        public ResponsePagingCursor()
    • Method Detail

      • getCursor

        public java.lang.String getCursor()
        Returns the response cursor
        Returns:
        response cursor
      • toString

        public java.lang.String toString()
        Description copied from class: ApiData
        Returns the stored data string.
        Overrides:
        toString in class ApiData
        Returns:
        a stringified representation of ResponsePagingCursor