Class Pagination

java.lang.Object
com.symphony.bdk.gen.api.model.Pagination

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-03-26T16:14:53.869723549Z[Etc/UTC]") public class Pagination extends Object
Pagination
  • Field Details

  • Constructor Details

    • Pagination

      public Pagination()
  • Method Details

    • cursors

      public Pagination cursors(PaginationCursors cursors)
    • getCursors

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

      public void setCursors(PaginationCursors cursors)
    • previous

      public Pagination previous(String previous)
    • getPrevious

      @Nullable 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)
    • next

      public Pagination next(String next)
    • getNext

      @Nullable 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)
    • equals

      public boolean equals(Object o)
      Return true if this Pagination object is equal to o.
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object