Package com.duffel.sdk.model
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetAfter()`after` is a cursor used to identify the next page of results.org.openapitools.jackson.nullable.JsonNullable<String>`before` is a cursor used to identify the previous page of results.org.openapitools.jackson.nullable.JsonNullable<String>@Min(1L) @Max(200L) IntegergetLimit()The limit of entries returned on each page.org.openapitools.jackson.nullable.JsonNullable<Integer>inthashCode()voidvoidsetAfter_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> after) voidvoidsetBefore_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> before) voidvoidsetLimit_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Integer> limit) toString()
-
Field Details
-
JSON_PROPERTY_AFTER
- See Also:
-
JSON_PROPERTY_BEFORE
- See Also:
-
JSON_PROPERTY_LIMIT
- See Also:
-
-
Constructor Details
-
PaginationMeta
public PaginationMeta()
-
-
Method Details
-
after
-
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
-
setAfter_JsonNullable
-
setAfter
-
before
-
getBefore
`before` is a cursor used to identify the previous page of results.- Returns:
- before
-
getBefore_JsonNullable
-
setBefore_JsonNullable
-
setBefore
-
limit
-
getLimit
The limit of entries returned on each page. minimum: 1 maximum: 200- Returns:
- limit
-
getLimit_JsonNullable
-
setLimit_JsonNullable
-
setLimit
-
equals
-
hashCode
public int hashCode() -
toString
-