| Package | Description |
|---|---|
| io.swagger.client.api | |
| io.swagger.client.model |
| Modifier and Type | Method and Description |
|---|---|
void |
MocksAndTestsApi.mockBatchUpdate(MockBatchUpdateParams body)
Mock batch update
This service can be used to mock an update of one or several bank connections by letting you simulate finAPI's communication with a bank server.
|
com.squareup.okhttp.Call |
MocksAndTestsApi.mockBatchUpdateAsync(MockBatchUpdateParams body,
ApiCallback<Void> callback)
Mock batch update (asynchronously)
This service can be used to mock an update of one or several bank connections by letting you simulate finAPI's communication with a bank server.
|
com.squareup.okhttp.Call |
MocksAndTestsApi.mockBatchUpdateCall(MockBatchUpdateParams body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for mockBatchUpdate
|
ApiResponse<Void> |
MocksAndTestsApi.mockBatchUpdateWithHttpInfo(MockBatchUpdateParams body)
Mock batch update
This service can be used to mock an update of one or several bank connections by letting you simulate finAPI's communication with a bank server.
|
| Modifier and Type | Method and Description |
|---|---|
MockBatchUpdateParams |
MockBatchUpdateParams.addMockBankConnectionUpdatesItem(MockBankConnectionUpdate mockBankConnectionUpdatesItem) |
MockBatchUpdateParams |
MockBatchUpdateParams.mockBankConnectionUpdates(List<MockBankConnectionUpdate> mockBankConnectionUpdates) |
MockBatchUpdateParams |
MockBatchUpdateParams.triggerNotifications(Boolean triggerNotifications) |
Copyright © 2018. All rights reserved.