public static class CustomerBankAccountService.CustomerBankAccountListRequest.CreatedAt
extends java.lang.Object
Constructor and Description |
---|
CustomerBankAccountService.CustomerBankAccountListRequest.CreatedAt() |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,java.lang.Object> |
getQueryParams() |
CustomerBankAccountService.CustomerBankAccountListRequest.CreatedAt |
withGt(java.lang.String gt)
Limit to records created after the specified date-time.
|
CustomerBankAccountService.CustomerBankAccountListRequest.CreatedAt |
withGte(java.lang.String gte)
Limit to records created on or after the specified date-time.
|
CustomerBankAccountService.CustomerBankAccountListRequest.CreatedAt |
withLt(java.lang.String lt)
Limit to records created before the specified date-time.
|
CustomerBankAccountService.CustomerBankAccountListRequest.CreatedAt |
withLte(java.lang.String lte)
Limit to records created on or before the specified date-time.
|
public CustomerBankAccountService.CustomerBankAccountListRequest.CreatedAt()
public CustomerBankAccountService.CustomerBankAccountListRequest.CreatedAt withGt(java.lang.String gt)
Limit to records created after the specified date-time.
public CustomerBankAccountService.CustomerBankAccountListRequest.CreatedAt withGte(java.lang.String gte)
Limit to records created on or after the specified date-time.
public CustomerBankAccountService.CustomerBankAccountListRequest.CreatedAt withLt(java.lang.String lt)
Limit to records created before the specified date-time.
public CustomerBankAccountService.CustomerBankAccountListRequest.CreatedAt withLte(java.lang.String lte)
Limit to records created on or before the specified date-time.
public java.util.Map<java.lang.String,java.lang.Object> getQueryParams()