Class PaginationMeta

java.lang.Object
com.duffel.sdk.model.PaginationMeta

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-08-28T15:18:14.926970+07:00[Asia/Bangkok]") public class PaginationMeta extends Object
PaginationMeta
  • Field Details

  • Constructor Details

    • PaginationMeta

      public PaginationMeta()
  • Method Details

    • after

      public PaginationMeta after(String after)
    • getAfter

      @Nullable public String getAfter()
      `after` is a cursor used to identify the next page of results. If `meta.after` is null, then there are no more results to see.
      Returns:
      after
    • getAfter_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<String> getAfter_JsonNullable()
    • setAfter_JsonNullable

      public void setAfter_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> after)
    • setAfter

      public void setAfter(String after)
    • before

      public PaginationMeta before(String before)
    • getBefore

      @Nullable public String getBefore()
      `before` is a cursor used to identify the previous page of results.
      Returns:
      before
    • getBefore_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<String> getBefore_JsonNullable()
    • setBefore_JsonNullable

      public void setBefore_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> before)
    • setBefore

      public void setBefore(String before)
    • limit

      public PaginationMeta limit(Integer limit)
    • getLimit

      @Nullable @Min(1L) @Max(200L) public @Min(1L) @Max(200L) Integer getLimit()
      The limit of entries returned on each page. minimum: 1 maximum: 200
      Returns:
      limit
    • getLimit_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<Integer> getLimit_JsonNullable()
    • setLimit_JsonNullable

      public void setLimit_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Integer> limit)
    • setLimit

      public void setLimit(Integer limit)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

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

      public String toString()
      Overrides:
      toString in class Object