public class ListBankAccountsResponse extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ListBankAccountsResponse.Builder
Class to build instances of
ListBankAccountsResponse. |
| Constructor and Description |
|---|
ListBankAccountsResponse(List<Error> errors,
List<BankAccount> bankAccounts,
String cursor)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
List<BankAccount> |
getBankAccounts()
Getter for BankAccounts.
|
HttpContext |
getContext() |
String |
getCursor()
Getter for Cursor.
|
List<Error> |
getErrors()
Getter for Errors.
|
int |
hashCode() |
ListBankAccountsResponse.Builder |
toBuilder()
Builds a new
ListBankAccountsResponse.Builder object. |
String |
toString()
Converts this ListBankAccountsResponse into string format.
|
public ListBankAccountsResponse(List<Error> errors, List<BankAccount> bankAccounts, String cursor)
errors - List of Error value for errors.bankAccounts - List of BankAccount value for bankAccounts.cursor - String value for cursor.public HttpContext getContext()
public List<Error> getErrors()
public List<BankAccount> getBankAccounts()
public String getCursor()
public String toString()
public ListBankAccountsResponse.Builder toBuilder()
ListBankAccountsResponse.Builder object.
Creates the instance with the state of the current model.ListBankAccountsResponse.Builder objectCopyright © 2022. All rights reserved.