| Package | Description |
|---|---|
| io.swagger.client.api | |
| io.swagger.client.model |
| Modifier and Type | Method and Description |
|---|---|
BankConnectionList |
BankConnectionsApi.getAllBankConnections(List<Long> ids)
Get all bank connections
Get bank connections of the user that is authorized by the access_token.
|
BankConnectionList |
BankConnectionsApi.getMultipleBankConnections(List<Long> ids)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<BankConnectionList> |
BankConnectionsApi.getAllBankConnectionsWithHttpInfo(List<Long> ids)
Get all bank connections
Get bank connections of the user that is authorized by the access_token.
|
ApiResponse<BankConnectionList> |
BankConnectionsApi.getMultipleBankConnectionsWithHttpInfo(List<Long> ids)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
BankConnectionsApi.getAllBankConnectionsAsync(List<Long> ids,
ApiCallback<BankConnectionList> callback)
Get all bank connections (asynchronously)
Get bank connections of the user that is authorized by the access_token.
|
com.squareup.okhttp.Call |
BankConnectionsApi.getMultipleBankConnectionsAsync(List<Long> ids,
ApiCallback<BankConnectionList> callback)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
BankConnectionList |
BankConnectionList.addConnectionsItem(BankConnection connectionsItem) |
BankConnectionList |
BankConnectionList.connections(List<BankConnection> connections) |
Copyright © 2018. All rights reserved.