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