IdempotentRequestBuilder<B>, RequestBuilder<M,Request<M>>BankAccountsBuilders.UpdateBankAccountRequestBuilderpublic abstract static class AbstractBankAccountsBuilders.AbstractUpdateBankAccountRequestBuilder<B extends AbstractBankAccountsBuilders.AbstractUpdateBankAccountRequestBuilder,R,M extends BankAccount> extends IdempotentRetrofitRequestBuilder<M,R,B>
| Modifier and Type | Field | Description |
|---|---|---|
protected String |
accountNumber |
|
protected BankAccountId |
bankAccountId |
|
protected String |
bankAddress |
|
protected String |
bankName |
|
protected String |
branchName |
|
protected String |
currency |
|
protected String |
holderName |
|
protected Boolean |
isPrimary |
|
protected String |
routingNumber |
|
protected String |
swiftCode |
idempotencyKey| Constructor | Description |
|---|---|
AbstractUpdateBankAccountRequestBuilder(retrofit2.Retrofit retrofit,
BankAccountId bankAccountId) |
| Modifier and Type | Method | Description |
|---|---|---|
protected String |
getAccountNumber() |
|
protected BankAccountId |
getBankAccountId() |
|
protected String |
getBankAddress() |
|
protected String |
getBankName() |
|
protected String |
getBranchName() |
|
protected String |
getCurrency() |
|
protected String |
getHolderName() |
|
protected Boolean |
getIsPrimary() |
|
protected String |
getRoutingNumber() |
|
protected String |
getSwiftCode() |
|
B |
withAccountNumber(String accountNumber) |
|
B |
withBankAddress(String bankAddress) |
|
B |
withBankName(String bankName) |
|
B |
withBranchName(String branchName) |
|
B |
withCurrency(String currency) |
|
B |
withHolderName(String holderName) |
|
B |
withIsPrimary(Boolean isPrimary) |
|
B |
withRoutingNumber(String routingNumber) |
|
B |
withSwiftCode(String swiftCode) |
getIdempotencyKey, withIdempotencyKeyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbuild, getRequestprotected BankAccountId bankAccountId
protected Boolean isPrimary
protected String holderName
protected String bankName
protected String branchName
protected String bankAddress
protected String currency
protected String accountNumber
protected String swiftCode
protected String routingNumber
public AbstractUpdateBankAccountRequestBuilder(retrofit2.Retrofit retrofit,
BankAccountId bankAccountId)
protected BankAccountId getBankAccountId()
protected Boolean getIsPrimary()
protected String getHolderName()
protected String getBankName()
protected String getBranchName()
protected String getBankAddress()
protected String getCurrency()
protected String getAccountNumber()
protected String getSwiftCode()
protected String getRoutingNumber()
Copyright © 2018 The Apache Software Foundation. All rights reserved.