Package model
Class ListBalanceTransfersQueryParams
- java.lang.Object
-
- model.ListBalanceTransfersQueryParams
-
@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class ListBalanceTransfersQueryParams extends Object
ListBalanceTransfersQueryParams
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classListBalanceTransfersQueryParams.CustomTypeAdapterFactory
-
Field Summary
Fields Modifier and Type Field Description static HashSet<String>openapiFieldsstatic HashSet<String>openapiRequiredFieldsstatic StringSERIALIZED_NAME_AMOUNTstatic StringSERIALIZED_NAME_CREATED_AT_GTEstatic StringSERIALIZED_NAME_CREATED_AT_LTEstatic StringSERIALIZED_NAME_DESCRIPTIONstatic StringSERIALIZED_NAME_DESTINATIONstatic StringSERIALIZED_NAME_EXTERNAL_REFERENCE_IDstatic StringSERIALIZED_NAME_IDEMPOTENCY_IDstatic StringSERIALIZED_NAME_LIMITstatic StringSERIALIZED_NAME_OFFSETstatic StringSERIALIZED_NAME_PAGE_NUMBERstatic StringSERIALIZED_NAME_PAGE_SIZEstatic StringSERIALIZED_NAME_REFERENCE_IDstatic StringSERIALIZED_NAME_SOURCEstatic StringSERIALIZED_NAME_UPDATED_AT_GTEstatic StringSERIALIZED_NAME_UPDATED_AT_LTE
-
Constructor Summary
Constructors Constructor Description ListBalanceTransfersQueryParams()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ListBalanceTransfersQueryParamsamount(Long amount)ListBalanceTransfersQueryParamscreatedAtGte(String createdAtGte)ListBalanceTransfersQueryParamscreatedAtLte(String createdAtLte)ListBalanceTransfersQueryParamsdescription(String description)ListBalanceTransfersQueryParamsdestination(String destination)booleanequals(Object o)ListBalanceTransfersQueryParamsexternalReferenceId(String externalReferenceId)static ListBalanceTransfersQueryParamsfromJson(String jsonString)Create an instance of ListBalanceTransfersQueryParams given an JSON stringLonggetAmount()Filter by an amount equal to the given value.StringgetCreatedAtGte()Filter where `created_at` is after the given date.StringgetCreatedAtLte()Filter where `created_at` is before the given date.StringgetDescription()Filter by the `Description` value .StringgetDestination()Filter by the `Payment Instrument` saved in `Destination`.StringgetExternalReferenceId()Filter by the value saved in `external_reference_id`.StringgetIdempotencyId()Filter by `idempotency_id`.LonggetLimit()The numbers of items to return.LonggetOffset()The number of items to skip before starting to collect the result set.LonggetPageNumber()The page number to list.LonggetPageSize()The size of the page.StringgetReferenceId()Filter by the value saved in `reference_id`.StringgetSource()Filter by the `Payment Instrument` saved in `source`.StringgetUpdatedAtGte()Filter where `updated_at` is after the given date.StringgetUpdatedAtLte()Filter where `updated_at` is before the given date.inthashCode()ListBalanceTransfersQueryParamsidempotencyId(String idempotencyId)ListBalanceTransfersQueryParamslimit(Long limit)ListBalanceTransfersQueryParamsoffset(Long offset)ListBalanceTransfersQueryParamspageNumber(Long pageNumber)ListBalanceTransfersQueryParamspageSize(Long pageSize)ListBalanceTransfersQueryParamsreferenceId(String referenceId)voidsetAmount(Long amount)voidsetCreatedAtGte(String createdAtGte)voidsetCreatedAtLte(String createdAtLte)voidsetDescription(String description)voidsetDestination(String destination)voidsetExternalReferenceId(String externalReferenceId)voidsetIdempotencyId(String idempotencyId)voidsetLimit(Long limit)voidsetOffset(Long offset)voidsetPageNumber(Long pageNumber)voidsetPageSize(Long pageSize)voidsetReferenceId(String referenceId)voidsetSource(String source)voidsetUpdatedAtGte(String updatedAtGte)voidsetUpdatedAtLte(String updatedAtLte)ListBalanceTransfersQueryParamssource(String source)StringtoJson()Convert an instance of ListBalanceTransfersQueryParams to an JSON stringStringtoString()ListBalanceTransfersQueryParamsupdatedAtGte(String updatedAtGte)ListBalanceTransfersQueryParamsupdatedAtLte(String updatedAtLte)static voidvalidateJsonObject(com.google.gson.JsonObject jsonObj)Validates the JSON Object and throws an exception if issues found
-
-
-
Field Detail
-
SERIALIZED_NAME_LIMIT
public static final String SERIALIZED_NAME_LIMIT
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_OFFSET
public static final String SERIALIZED_NAME_OFFSET
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_PAGE_NUMBER
public static final String SERIALIZED_NAME_PAGE_NUMBER
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_PAGE_SIZE
public static final String SERIALIZED_NAME_PAGE_SIZE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_CREATED_AT_GTE
public static final String SERIALIZED_NAME_CREATED_AT_GTE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_CREATED_AT_LTE
public static final String SERIALIZED_NAME_CREATED_AT_LTE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_UPDATED_AT_GTE
public static final String SERIALIZED_NAME_UPDATED_AT_GTE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_UPDATED_AT_LTE
public static final String SERIALIZED_NAME_UPDATED_AT_LTE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_IDEMPOTENCY_ID
public static final String SERIALIZED_NAME_IDEMPOTENCY_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_AMOUNT
public static final String SERIALIZED_NAME_AMOUNT
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_DESCRIPTION
public static final String SERIALIZED_NAME_DESCRIPTION
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_DESTINATION
public static final String SERIALIZED_NAME_DESTINATION
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_EXTERNAL_REFERENCE_ID
public static final String SERIALIZED_NAME_EXTERNAL_REFERENCE_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_REFERENCE_ID
public static final String SERIALIZED_NAME_REFERENCE_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_SOURCE
public static final String SERIALIZED_NAME_SOURCE
- See Also:
- Constant Field Values
-
-
Method Detail
-
limit
public ListBalanceTransfersQueryParams limit(Long limit)
-
setLimit
public void setLimit(Long limit)
-
offset
public ListBalanceTransfersQueryParams offset(Long offset)
-
getOffset
@Nullable public Long getOffset()
The number of items to skip before starting to collect the result set.- Returns:
- offset
-
setOffset
public void setOffset(Long offset)
-
pageNumber
public ListBalanceTransfersQueryParams pageNumber(Long pageNumber)
-
setPageNumber
public void setPageNumber(Long pageNumber)
-
pageSize
public ListBalanceTransfersQueryParams pageSize(Long pageSize)
-
setPageSize
public void setPageSize(Long pageSize)
-
createdAtGte
public ListBalanceTransfersQueryParams createdAtGte(String createdAtGte)
-
getCreatedAtGte
@Nullable public String getCreatedAtGte()
Filter where `created_at` is after the given date.- Returns:
- createdAtGte
-
setCreatedAtGte
public void setCreatedAtGte(String createdAtGte)
-
createdAtLte
public ListBalanceTransfersQueryParams createdAtLte(String createdAtLte)
-
getCreatedAtLte
@Nullable public String getCreatedAtLte()
Filter where `created_at` is before the given date.- Returns:
- createdAtLte
-
setCreatedAtLte
public void setCreatedAtLte(String createdAtLte)
-
updatedAtGte
public ListBalanceTransfersQueryParams updatedAtGte(String updatedAtGte)
-
getUpdatedAtGte
@Nullable public String getUpdatedAtGte()
Filter where `updated_at` is after the given date.- Returns:
- updatedAtGte
-
setUpdatedAtGte
public void setUpdatedAtGte(String updatedAtGte)
-
updatedAtLte
public ListBalanceTransfersQueryParams updatedAtLte(String updatedAtLte)
-
getUpdatedAtLte
@Nullable public String getUpdatedAtLte()
Filter where `updated_at` is before the given date.- Returns:
- updatedAtLte
-
setUpdatedAtLte
public void setUpdatedAtLte(String updatedAtLte)
-
idempotencyId
public ListBalanceTransfersQueryParams idempotencyId(String idempotencyId)
-
getIdempotencyId
@Nullable public String getIdempotencyId()
Filter by `idempotency_id`.- Returns:
- idempotencyId
-
setIdempotencyId
public void setIdempotencyId(String idempotencyId)
-
amount
public ListBalanceTransfersQueryParams amount(Long amount)
-
getAmount
@Nullable public Long getAmount()
Filter by an amount equal to the given value.- Returns:
- amount
-
setAmount
public void setAmount(Long amount)
-
description
public ListBalanceTransfersQueryParams description(String description)
-
getDescription
@Nullable public String getDescription()
Filter by the `Description` value .- Returns:
- description
-
setDescription
public void setDescription(String description)
-
destination
public ListBalanceTransfersQueryParams destination(String destination)
-
getDestination
@Nullable public String getDestination()
Filter by the `Payment Instrument` saved in `Destination`.- Returns:
- destination
-
setDestination
public void setDestination(String destination)
-
externalReferenceId
public ListBalanceTransfersQueryParams externalReferenceId(String externalReferenceId)
-
getExternalReferenceId
@Nullable public String getExternalReferenceId()
Filter by the value saved in `external_reference_id`.- Returns:
- externalReferenceId
-
setExternalReferenceId
public void setExternalReferenceId(String externalReferenceId)
-
referenceId
public ListBalanceTransfersQueryParams referenceId(String referenceId)
-
getReferenceId
@Nullable public String getReferenceId()
Filter by the value saved in `reference_id`.- Returns:
- referenceId
-
setReferenceId
public void setReferenceId(String referenceId)
-
source
public ListBalanceTransfersQueryParams source(String source)
-
getSource
@Nullable public String getSource()
Filter by the `Payment Instrument` saved in `source`.- Returns:
- source
-
setSource
public void setSource(String source)
-
validateJsonObject
public static void validateJsonObject(com.google.gson.JsonObject jsonObj) throws IOExceptionValidates 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
public static ListBalanceTransfersQueryParams fromJson(String jsonString) throws IOException
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
public String toJson()
Convert an instance of ListBalanceTransfersQueryParams to an JSON string- Returns:
- JSON string
-
-