Package model
Class ListBalanceTransfersQueryParams
java.lang.Object
model.ListBalanceTransfersQueryParams
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2022-06-24T13:03:18.088665-07:00[America/Los_Angeles]")
public class ListBalanceTransfersQueryParams
extends Object
ListBalanceTransfersQueryParams
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreatedAtGte(String createdAtGte) createdAtLte(String createdAtLte) description(String description) destination(String destination) booleanexternalReferenceId(String externalReferenceId) Create an instance of ListBalanceTransfersQueryParams given an JSON stringFilter by an amount equal to the given valueFilter where created_at is after the given date.Filter where created_at is before the given date.Filter by the `description` valueFilter by the `Payment Instrument` saved in `destination`Filter by the value saved in `external_reference_id`Filter by idempotency_idgetLimit()The numbers of items to returnThe number of items to skip before starting to collect the result setThe page number to listThe size of the pageFilter by the value saved in `reference_id`Filter by the `Payment Instrument` saved in `source`Filter where updated_at is after the given dateFilter where updated_at is before the given dateinthashCode()idempotencyId(String idempotencyId) pageNumber(Long pageNumber) referenceId(String referenceId) voidvoidsetCreatedAtGte(String createdAtGte) voidsetCreatedAtLte(String createdAtLte) voidsetDescription(String description) voidsetDestination(String destination) voidsetExternalReferenceId(String externalReferenceId) voidsetIdempotencyId(String idempotencyId) voidvoidvoidsetPageNumber(Long pageNumber) voidsetPageSize(Long pageSize) voidsetReferenceId(String referenceId) voidvoidsetUpdatedAtGte(String updatedAtGte) voidsetUpdatedAtLte(String updatedAtLte) toJson()Convert an instance of ListBalanceTransfersQueryParams 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_LIMIT
- See Also:
-
SERIALIZED_NAME_OFFSET
- See Also:
-
SERIALIZED_NAME_PAGE_NUMBER
- See Also:
-
SERIALIZED_NAME_PAGE_SIZE
- 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_IDEMPOTENCY_ID
- See Also:
-
SERIALIZED_NAME_AMOUNT
- See Also:
-
SERIALIZED_NAME_DESCRIPTION
- See Also:
-
SERIALIZED_NAME_DESTINATION
- See Also:
-
SERIALIZED_NAME_EXTERNAL_REFERENCE_ID
- See Also:
-
SERIALIZED_NAME_REFERENCE_ID
- See Also:
-
SERIALIZED_NAME_SOURCE
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
ListBalanceTransfersQueryParams
public ListBalanceTransfersQueryParams()
-
-
Method Details
-
limit
-
getLimit
The numbers of items to return- Returns:
- limit
-
setLimit
-
offset
-
getOffset
The number of items to skip before starting to collect the result set- Returns:
- offset
-
setOffset
-
pageNumber
-
getPageNumber
The page number to list- Returns:
- pageNumber
-
setPageNumber
-
pageSize
-
getPageSize
The size of the page- Returns:
- pageSize
-
setPageSize
-
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
-
idempotencyId
-
getIdempotencyId
Filter by idempotency_id- Returns:
- idempotencyId
-
setIdempotencyId
-
amount
-
getAmount
Filter by an amount equal to the given value- Returns:
- amount
-
setAmount
-
description
-
getDescription
Filter by the `description` value- Returns:
- description
-
setDescription
-
destination
-
getDestination
Filter by the `Payment Instrument` saved in `destination`- Returns:
- destination
-
setDestination
-
externalReferenceId
-
getExternalReferenceId
Filter by the value saved in `external_reference_id`- Returns:
- externalReferenceId
-
setExternalReferenceId
-
referenceId
-
getReferenceId
Filter by the value saved in `reference_id`- Returns:
- referenceId
-
setReferenceId
-
source
-
getSource
Filter by the `Payment Instrument` saved in `source`- Returns:
- source
-
setSource
-
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 ListBalanceTransfersQueryParams
-
fromJson
Create an instance of ListBalanceTransfersQueryParams given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of ListBalanceTransfersQueryParams
- Throws:
IOException- if the JSON string is invalid with respect to ListBalanceTransfersQueryParams
-
toJson
Convert an instance of ListBalanceTransfersQueryParams to an JSON string- Returns:
- JSON string
-