Package model
Class ListSettlementsQueryParams
java.lang.Object
model.ListSettlementsQueryParams
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2022-06-24T13:03:18.088665-07:00[America/Los_Angeles]")
public class ListSettlementsQueryParams
extends Object
ListSettlementsQueryParams
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionafterCursor(String afterCursor) beforeCursor(String beforeCursor) createdAtGte(String createdAtGte) createdAtLte(String createdAtLte) booleanstatic ListSettlementsQueryParamsCreate an instance of ListSettlementsQueryParams given an JSON stringReturn every resource created after the cursor value.Filter by a total amount equal to the given valueFilter by a total amount greater thanFilter by a total amount greater than or equalFilter by a total amount less thanFilter by a total amount less than or equalReturn every resource created before the cursor value.Filter where created_at is after the given date.Filter where created_at is before the given date.getId()Filter by idgetLimit()The numbers of items to returnFilter where updated_at is after the given dateFilter where updated_at is before the given dateinthashCode()voidsetAfterCursor(String afterCursor) voidvoidsetAmountGt(Long amountGt) voidsetAmountGte(Long amountGte) voidsetAmountLt(Long amountLt) voidsetAmountLte(Long amountLte) voidsetBeforeCursor(String beforeCursor) voidsetCreatedAtGte(String createdAtGte) voidsetCreatedAtLte(String createdAtLte) voidvoidvoidsetUpdatedAtGte(String updatedAtGte) voidsetUpdatedAtLte(String updatedAtLte) toJson()Convert an instance of ListSettlementsQueryParams to an JSON stringtoString()updatedAtGte(String updatedAtGte) updatedAtLte(String updatedAtLte) static voidvalidateJsonObject(com.google.gson.JsonObject jsonObj) Validates the JSON Object and throws an exception if issues found
-
Field Details
-
SERIALIZED_NAME_AMOUNT
- See Also:
-
SERIALIZED_NAME_AMOUNT_LT
- See Also:
-
SERIALIZED_NAME_AMOUNT_GT
- See Also:
-
SERIALIZED_NAME_AMOUNT_LTE
- See Also:
-
SERIALIZED_NAME_AMOUNT_GTE
- See Also:
-
SERIALIZED_NAME_CREATED_AT_GTE
- See Also:
-
SERIALIZED_NAME_CREATED_AT_LTE
- See Also:
-
SERIALIZED_NAME_UPDATED_AT_GTE
- See Also:
-
SERIALIZED_NAME_UPDATED_AT_LTE
- See Also:
-
SERIALIZED_NAME_ID
- See Also:
-
SERIALIZED_NAME_LIMIT
- See Also:
-
SERIALIZED_NAME_AFTER_CURSOR
- See Also:
-
SERIALIZED_NAME_BEFORE_CURSOR
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
ListSettlementsQueryParams
public ListSettlementsQueryParams()
-
-
Method Details
-
amount
-
getAmount
Filter by a total amount equal to the given value- Returns:
- amount
-
setAmount
-
amountLt
-
getAmountLt
Filter by a total amount less than- Returns:
- amountLt
-
setAmountLt
-
amountGt
-
getAmountGt
Filter by a total amount greater than- Returns:
- amountGt
-
setAmountGt
-
amountLte
-
getAmountLte
Filter by a total amount less than or equal- Returns:
- amountLte
-
setAmountLte
-
amountGte
-
getAmountGte
Filter by a total amount greater than or equal- Returns:
- amountGte
-
setAmountGte
-
createdAtGte
-
getCreatedAtGte
Filter where created_at is after the given date.- Returns:
- createdAtGte
-
setCreatedAtGte
-
createdAtLte
-
getCreatedAtLte
Filter where created_at is before the given date.- Returns:
- createdAtLte
-
setCreatedAtLte
-
updatedAtGte
-
getUpdatedAtGte
Filter where updated_at is after the given date- Returns:
- updatedAtGte
-
setUpdatedAtGte
-
updatedAtLte
-
getUpdatedAtLte
Filter where updated_at is before the given date- Returns:
- updatedAtLte
-
setUpdatedAtLte
-
id
-
getId
Filter by id- Returns:
- id
-
setId
-
limit
-
getLimit
The numbers of items to return- Returns:
- limit
-
setLimit
-
afterCursor
-
getAfterCursor
Return every resource created after the cursor value.- Returns:
- afterCursor
-
setAfterCursor
-
beforeCursor
-
getBeforeCursor
Return every resource created before the cursor value.- Returns:
- beforeCursor
-
setBeforeCursor
-
equals
-
hashCode
public int hashCode() -
toString
-
validateJsonObject
Validates the JSON Object and throws an exception if issues found- Parameters:
jsonObj- JSON Object- Throws:
IOException- if the JSON Object is invalid with respect to ListSettlementsQueryParams
-
fromJson
Create an instance of ListSettlementsQueryParams given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of ListSettlementsQueryParams
- Throws:
IOException- if the JSON string is invalid with respect to ListSettlementsQueryParams
-
toJson
Convert an instance of ListSettlementsQueryParams to an JSON string- Returns:
- JSON string
-