Class PaginationCursors

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

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

  • Constructor Details

    • PaginationCursors

      public PaginationCursors()
  • Method Details

    • before

      public PaginationCursors before(String before)
    • getBefore

      @Nullable public String getBefore()
      This is the opaque url-safe string that points to the start of the page of data that has been returned.
      Returns:
      before
    • setBefore

      public void setBefore(String before)
    • after

      public PaginationCursors after(String after)
    • getAfter

      @Nullable public String getAfter()
      This is the opaque url-safe string that points to the end of the page of data that has been returned.
      Returns:
      after
    • setAfter

      public void setAfter(String after)
    • equals

      public boolean equals(Object o)
      Return true if this Pagination_cursors 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