Class Pagination


  • public class Pagination
    extends Object
    • Constructor Detail

      • Pagination

        public Pagination()
    • Method Detail

      • getCursors

        public Object getCursors()
        Get cursors
        Returns:
        cursors
      • setCursors

        public void setCursors​(Object cursors)
      • getPrevious

        public String getPrevious()
        API endpoint that will return the previous page of data. If not included, this is the first page of data.
        Returns:
        previous
      • setPrevious

        public void setPrevious​(String previous)
      • getNext

        public String getNext()
        API endpoint that will return the next page of data. If not included, this is the last page of data. Due to how pagination works with visibility and privacy, it is possible that a page may be empty but contain a 'next' paging link. Stop paging when the 'next' link no longer appears.
        Returns:
        next
      • setNext

        public void setNext​(String next)