public static class GetBankAccountResponse.Builder extends Object
GetBankAccountResponse.| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
GetBankAccountResponse.Builder |
bankAccount(BankAccount bankAccount)
Setter for bankAccount.
|
GetBankAccountResponse |
build()
Builds a new
GetBankAccountResponse object using the set fields. |
GetBankAccountResponse.Builder |
errors(List<Error> errors)
Setter for errors.
|
GetBankAccountResponse.Builder |
httpContext(HttpContext httpContext)
Setter for httpContext.
|
public GetBankAccountResponse.Builder httpContext(HttpContext httpContext)
httpContext - HttpContext value for httpContext.public GetBankAccountResponse.Builder errors(List<Error> errors)
errors - List of Error value for errors.public GetBankAccountResponse.Builder bankAccount(BankAccount bankAccount)
bankAccount - BankAccount value for bankAccount.public GetBankAccountResponse build()
GetBankAccountResponse object using the set fields.GetBankAccountResponseCopyright © 2022. All rights reserved.