public static final class CreditorBankAccountService.CreditorBankAccountListRequest<S> extends ListRequest<S,CreditorBankAccount>
Request class for CreditorBankAccountService.list()
.
Returns a cursor-paginated list of your creditor bank accounts.
Modifier and Type | Class and Description |
---|---|
static class |
CreditorBankAccountService.CreditorBankAccountListRequest.CreatedAt |
ListRequest.ListRequestExecutor<S,T>
Modifier and Type | Method and Description |
---|---|
CreditorBankAccountService.CreditorBankAccountListRequest<S> |
withAfter(java.lang.String after)
Cursor pointing to the start of the desired set.
|
CreditorBankAccountService.CreditorBankAccountListRequest<S> |
withBefore(java.lang.String before)
Cursor pointing to the end of the desired set.
|
CreditorBankAccountService.CreditorBankAccountListRequest<S> |
withCreatedAt(CreditorBankAccountService.CreditorBankAccountListRequest.CreatedAt createdAt) |
CreditorBankAccountService.CreditorBankAccountListRequest<S> |
withCreatedAtGt(java.lang.String gt)
Limit to records created after the specified date-time.
|
CreditorBankAccountService.CreditorBankAccountListRequest<S> |
withCreatedAtGte(java.lang.String gte)
Limit to records created on or after the specified date-time.
|
CreditorBankAccountService.CreditorBankAccountListRequest<S> |
withCreatedAtLt(java.lang.String lt)
Limit to records created before the specified date-time.
|
CreditorBankAccountService.CreditorBankAccountListRequest<S> |
withCreatedAtLte(java.lang.String lte)
Limit to records created on or before the specified date-time.
|
CreditorBankAccountService.CreditorBankAccountListRequest<S> |
withCreditor(java.lang.String creditor)
Unique identifier, beginning with “CR”.
|
CreditorBankAccountService.CreditorBankAccountListRequest<S> |
withEnabled(java.lang.Boolean enabled)
Boolean value showing whether the bank account is enabled or disabled
|
CreditorBankAccountService.CreditorBankAccountListRequest<S> |
withHeader(java.lang.String headerName,
java.lang.String headerValue) |
CreditorBankAccountService.CreditorBankAccountListRequest<S> |
withLimit(java.lang.Integer limit)
Number of records to return.
|
execute, executeWrapped, iteratingExecutor, pagingExecutor
public CreditorBankAccountService.CreditorBankAccountListRequest<S> withAfter(java.lang.String after)
Cursor pointing to the start of the desired set.
public CreditorBankAccountService.CreditorBankAccountListRequest<S> withBefore(java.lang.String before)
Cursor pointing to the end of the desired set.
public CreditorBankAccountService.CreditorBankAccountListRequest<S> withCreatedAt(CreditorBankAccountService.CreditorBankAccountListRequest.CreatedAt createdAt)
public CreditorBankAccountService.CreditorBankAccountListRequest<S> withCreatedAtGt(java.lang.String gt)
Limit to records created after the specified date-time.
public CreditorBankAccountService.CreditorBankAccountListRequest<S> withCreatedAtGte(java.lang.String gte)
Limit to records created on or after the specified date-time.
public CreditorBankAccountService.CreditorBankAccountListRequest<S> withCreatedAtLt(java.lang.String lt)
Limit to records created before the specified date-time.
public CreditorBankAccountService.CreditorBankAccountListRequest<S> withCreatedAtLte(java.lang.String lte)
Limit to records created on or before the specified date-time.
public CreditorBankAccountService.CreditorBankAccountListRequest<S> withCreditor(java.lang.String creditor)
Unique identifier, beginning with “CR”.
public CreditorBankAccountService.CreditorBankAccountListRequest<S> withEnabled(java.lang.Boolean enabled)
Boolean value showing whether the bank account is enabled or disabled
public CreditorBankAccountService.CreditorBankAccountListRequest<S> withLimit(java.lang.Integer limit)
Number of records to return.
public CreditorBankAccountService.CreditorBankAccountListRequest<S> withHeader(java.lang.String headerName, java.lang.String headerValue)