public class BankConnectionsApi extends Object
| Constructor and Description |
|---|
BankConnectionsApi() |
BankConnectionsApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
IdentifierList |
deleteAllBankConnections()
Delete all bank connections
Delete all bank connections of the user that is authorized by the access_token.
|
com.squareup.okhttp.Call |
deleteAllBankConnectionsAsync(ApiCallback<IdentifierList> callback)
Delete all bank connections (asynchronously)
Delete all bank connections of the user that is authorized by the access_token.
|
com.squareup.okhttp.Call |
deleteAllBankConnectionsCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteAllBankConnections
|
ApiResponse<IdentifierList> |
deleteAllBankConnectionsWithHttpInfo()
Delete all bank connections
Delete all bank connections of the user that is authorized by the access_token.
|
void |
deleteBankConnection(Long id)
Delete a bank connection
Delete a single bank connection of the user that is authorized by the access_token, including all of its accounts and their transactions and balance data.
|
com.squareup.okhttp.Call |
deleteBankConnectionAsync(Long id,
ApiCallback<Void> callback)
Delete a bank connection (asynchronously)
Delete a single bank connection of the user that is authorized by the access_token, including all of its accounts and their transactions and balance data.
|
com.squareup.okhttp.Call |
deleteBankConnectionCall(Long id,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteBankConnection
|
ApiResponse<Void> |
deleteBankConnectionWithHttpInfo(Long id)
Delete a bank connection
Delete a single bank connection of the user that is authorized by the access_token, including all of its accounts and their transactions and balance data.
|
BankConnection |
editBankConnection(Long id,
EditBankConnectionParams body)
Edit a bank connection
Change the stored authentication credentials (banking user ID, banking customer ID, and banking PIN), or other fields of the bank connection.
|
com.squareup.okhttp.Call |
editBankConnectionAsync(Long id,
EditBankConnectionParams body,
ApiCallback<BankConnection> callback)
Edit a bank connection (asynchronously)
Change the stored authentication credentials (banking user ID, banking customer ID, and banking PIN), or other fields of the bank connection.
|
com.squareup.okhttp.Call |
editBankConnectionCall(Long id,
EditBankConnectionParams body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for editBankConnection
|
ApiResponse<BankConnection> |
editBankConnectionWithHttpInfo(Long id,
EditBankConnectionParams body)
Edit a bank connection
Change the stored authentication credentials (banking user ID, banking customer ID, and banking PIN), or other fields of the bank connection.
|
BankConnectionList |
getAllBankConnections(List<Long> ids)
Get all bank connections
Get bank connections of the user that is authorized by the access_token.
|
com.squareup.okhttp.Call |
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 |
getAllBankConnectionsCall(List<Long> ids,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getAllBankConnections
|
ApiResponse<BankConnectionList> |
getAllBankConnectionsWithHttpInfo(List<Long> ids)
Get all bank connections
Get bank connections of the user that is authorized by the access_token.
|
ApiClient |
getApiClient() |
BankConnection |
getBankConnection(Long id)
Get a bank connection
Get a single bank connection of the user that is authorized by the access_token.
|
com.squareup.okhttp.Call |
getBankConnectionAsync(Long id,
ApiCallback<BankConnection> callback)
Get a bank connection (asynchronously)
Get a single bank connection of the user that is authorized by the access_token.
|
com.squareup.okhttp.Call |
getBankConnectionCall(Long id,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getBankConnection
|
ApiResponse<BankConnection> |
getBankConnectionWithHttpInfo(Long id)
Get a bank connection
Get a single bank connection of the user that is authorized by the access_token.
|
BankConnectionList |
getMultipleBankConnections(List<Long> ids)
Deprecated.
|
com.squareup.okhttp.Call |
getMultipleBankConnectionsAsync(List<Long> ids,
ApiCallback<BankConnectionList> callback)
Deprecated.
|
com.squareup.okhttp.Call |
getMultipleBankConnectionsCall(List<Long> ids,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Deprecated.
|
ApiResponse<BankConnectionList> |
getMultipleBankConnectionsWithHttpInfo(List<Long> ids)
Deprecated.
|
BankConnection |
importBankConnection(ImportBankConnectionParams body)
Import a new bank connection
Imports a new bank connection for a specific user.
|
com.squareup.okhttp.Call |
importBankConnectionAsync(ImportBankConnectionParams body,
ApiCallback<BankConnection> callback)
Import a new bank connection (asynchronously)
Imports a new bank connection for a specific user.
|
com.squareup.okhttp.Call |
importBankConnectionCall(ImportBankConnectionParams body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for importBankConnection
|
ApiResponse<BankConnection> |
importBankConnectionWithHttpInfo(ImportBankConnectionParams body)
Import a new bank connection
Imports a new bank connection for a specific user.
|
void |
setApiClient(ApiClient apiClient) |
BankConnection |
updateBankConnection(UpdateBankConnectionParams body)
Update a bank connection
Update an existing bank connection of the user that is authorized by the access_token.
|
com.squareup.okhttp.Call |
updateBankConnectionAsync(UpdateBankConnectionParams body,
ApiCallback<BankConnection> callback)
Update a bank connection (asynchronously)
Update an existing bank connection of the user that is authorized by the access_token.
|
com.squareup.okhttp.Call |
updateBankConnectionCall(UpdateBankConnectionParams body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for updateBankConnection
|
ApiResponse<BankConnection> |
updateBankConnectionWithHttpInfo(UpdateBankConnectionParams body)
Update a bank connection
Update an existing bank connection of the user that is authorized by the access_token.
|
public BankConnectionsApi()
public BankConnectionsApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public com.squareup.okhttp.Call deleteAllBankConnectionsCall(ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic IdentifierList deleteAllBankConnections() throws ApiException
ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<IdentifierList> deleteAllBankConnectionsWithHttpInfo() throws ApiException
ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call deleteAllBankConnectionsAsync(ApiCallback<IdentifierList> callback) throws ApiException
callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call deleteBankConnectionCall(Long id, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
id - Identifier of the bank connection to delete (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic void deleteBankConnection(Long id) throws ApiException
id - Identifier of the bank connection to delete (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Void> deleteBankConnectionWithHttpInfo(Long id) throws ApiException
id - Identifier of the bank connection to delete (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call deleteBankConnectionAsync(Long id, ApiCallback<Void> callback) throws ApiException
id - Identifier of the bank connection to delete (required)callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call editBankConnectionCall(Long id, EditBankConnectionParams body, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
id - Identifier of the bank connection to change the parameters for (required)body - New bank connection parameters (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic BankConnection editBankConnection(Long id, EditBankConnectionParams body) throws ApiException
id - Identifier of the bank connection to change the parameters for (required)body - New bank connection parameters (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<BankConnection> editBankConnectionWithHttpInfo(Long id, EditBankConnectionParams body) throws ApiException
id - Identifier of the bank connection to change the parameters for (required)body - New bank connection parameters (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call editBankConnectionAsync(Long id, EditBankConnectionParams body, ApiCallback<BankConnection> callback) throws ApiException
id - Identifier of the bank connection to change the parameters for (required)body - New bank connection parameters (required)callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getAllBankConnectionsCall(List<Long> ids, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
ids - A comma-separated list of bank connection identifiers. If specified, then only bank connections whose identifier match any of the given identifiers will be regarded. The maximum number of identifiers is 1000. (optional)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic BankConnectionList getAllBankConnections(List<Long> ids) throws ApiException
ids - A comma-separated list of bank connection identifiers. If specified, then only bank connections whose identifier match any of the given identifiers will be regarded. The maximum number of identifiers is 1000. (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<BankConnectionList> getAllBankConnectionsWithHttpInfo(List<Long> ids) throws ApiException
ids - A comma-separated list of bank connection identifiers. If specified, then only bank connections whose identifier match any of the given identifiers will be regarded. The maximum number of identifiers is 1000. (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getAllBankConnectionsAsync(List<Long> ids, ApiCallback<BankConnectionList> callback) throws ApiException
ids - A comma-separated list of bank connection identifiers. If specified, then only bank connections whose identifier match any of the given identifiers will be regarded. The maximum number of identifiers is 1000. (optional)callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getBankConnectionCall(Long id, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
id - Identifier of requested bank connection (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic BankConnection getBankConnection(Long id) throws ApiException
id - Identifier of requested bank connection (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<BankConnection> getBankConnectionWithHttpInfo(Long id) throws ApiException
id - Identifier of requested bank connection (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getBankConnectionAsync(Long id, ApiCallback<BankConnection> callback) throws ApiException
id - Identifier of requested bank connection (required)callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body object@Deprecated public com.squareup.okhttp.Call getMultipleBankConnectionsCall(List<Long> ids, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
ids - Comma-separated list of identifiers of requested bank connections (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body object@Deprecated public BankConnectionList getMultipleBankConnections(List<Long> ids) throws ApiException
ids - Comma-separated list of identifiers of requested bank connections (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body@Deprecated public ApiResponse<BankConnectionList> getMultipleBankConnectionsWithHttpInfo(List<Long> ids) throws ApiException
ids - Comma-separated list of identifiers of requested bank connections (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body@Deprecated public com.squareup.okhttp.Call getMultipleBankConnectionsAsync(List<Long> ids, ApiCallback<BankConnectionList> callback) throws ApiException
ids - Comma-separated list of identifiers of requested bank connections (required)callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call importBankConnectionCall(ImportBankConnectionParams body, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
body - Import bank connection parameters (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic BankConnection importBankConnection(ImportBankConnectionParams body) throws ApiException
body - Import bank connection parameters (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<BankConnection> importBankConnectionWithHttpInfo(ImportBankConnectionParams body) throws ApiException
body - Import bank connection parameters (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call importBankConnectionAsync(ImportBankConnectionParams body, ApiCallback<BankConnection> callback) throws ApiException
body - Import bank connection parameters (required)callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call updateBankConnectionCall(UpdateBankConnectionParams body, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
body - Update bank connection parameters (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic BankConnection updateBankConnection(UpdateBankConnectionParams body) throws ApiException
body - Update bank connection parameters (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<BankConnection> updateBankConnectionWithHttpInfo(UpdateBankConnectionParams body) throws ApiException
body - Update bank connection parameters (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call updateBankConnectionAsync(UpdateBankConnectionParams body, ApiCallback<BankConnection> callback) throws ApiException
body - Update bank connection parameters (required)callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectCopyright © 2018. All rights reserved.