| Package | Description |
|---|---|
| io.swagger.client.api | |
| io.swagger.client.model |
| Modifier and Type | Method and Description |
|---|---|
IdentifierList |
AccountsApi.deleteAllAccounts()
Delete all accounts
Delete all accounts of the user that is authorized by the access_token, including all transactions and balance data.
|
IdentifierList |
BankConnectionsApi.deleteAllBankConnections()
Delete all bank connections
Delete all bank connections of the user that is authorized by the access_token.
|
IdentifierList |
CategoriesApi.deleteAllCategories()
Delete all categories
Delete all custom categories of the user that is authorized by the access_token.
|
IdentifierList |
LabelsApi.deleteAllLabels()
Delete all labels
Delete all labels of the user that is authorized by the access_token.
|
IdentifierList |
NotificationRulesApi.deleteAllNotificationRules()
Delete all notification rules
Delete all notification rules of the user that is authorized by the access_token.
|
IdentifierList |
TransactionsApi.deleteAllTransactions()
Delete all transactions
Delete all deletable transactions of the currently authorized user.
|
IdentifierList |
TransactionsApi.editMultipleTransactions(UpdateMultipleTransactionsParams body)
Edit multiple transactions
Edit one or multiple transactions.
|
IdentifierList |
TransactionsApi.editMultipleTransactionsDeprecated(List<Long> ids,
UpdateTransactionsParams body)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<IdentifierList> |
AccountsApi.deleteAllAccountsWithHttpInfo()
Delete all accounts
Delete all accounts of the user that is authorized by the access_token, including all transactions and balance data.
|
ApiResponse<IdentifierList> |
BankConnectionsApi.deleteAllBankConnectionsWithHttpInfo()
Delete all bank connections
Delete all bank connections of the user that is authorized by the access_token.
|
ApiResponse<IdentifierList> |
CategoriesApi.deleteAllCategoriesWithHttpInfo()
Delete all categories
Delete all custom categories of the user that is authorized by the access_token.
|
ApiResponse<IdentifierList> |
LabelsApi.deleteAllLabelsWithHttpInfo()
Delete all labels
Delete all labels of the user that is authorized by the access_token.
|
ApiResponse<IdentifierList> |
NotificationRulesApi.deleteAllNotificationRulesWithHttpInfo()
Delete all notification rules
Delete all notification rules of the user that is authorized by the access_token.
|
ApiResponse<IdentifierList> |
TransactionsApi.deleteAllTransactionsWithHttpInfo()
Delete all transactions
Delete all deletable transactions of the currently authorized user.
|
ApiResponse<IdentifierList> |
TransactionsApi.editMultipleTransactionsDeprecatedWithHttpInfo(List<Long> ids,
UpdateTransactionsParams body)
Deprecated.
|
ApiResponse<IdentifierList> |
TransactionsApi.editMultipleTransactionsWithHttpInfo(UpdateMultipleTransactionsParams body)
Edit multiple transactions
Edit one or multiple transactions.
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
AccountsApi.deleteAllAccountsAsync(ApiCallback<IdentifierList> callback)
Delete all accounts (asynchronously)
Delete all accounts of the user that is authorized by the access_token, including all transactions and balance data.
|
com.squareup.okhttp.Call |
BankConnectionsApi.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 |
CategoriesApi.deleteAllCategoriesAsync(ApiCallback<IdentifierList> callback)
Delete all categories (asynchronously)
Delete all custom categories of the user that is authorized by the access_token.
|
com.squareup.okhttp.Call |
LabelsApi.deleteAllLabelsAsync(ApiCallback<IdentifierList> callback)
Delete all labels (asynchronously)
Delete all labels of the user that is authorized by the access_token.
|
com.squareup.okhttp.Call |
NotificationRulesApi.deleteAllNotificationRulesAsync(ApiCallback<IdentifierList> callback)
Delete all notification rules (asynchronously)
Delete all notification rules of the user that is authorized by the access_token.
|
com.squareup.okhttp.Call |
TransactionsApi.deleteAllTransactionsAsync(ApiCallback<IdentifierList> callback)
Delete all transactions (asynchronously)
Delete all deletable transactions of the currently authorized user.
|
com.squareup.okhttp.Call |
TransactionsApi.editMultipleTransactionsAsync(UpdateMultipleTransactionsParams body,
ApiCallback<IdentifierList> callback)
Edit multiple transactions (asynchronously)
Edit one or multiple transactions.
|
com.squareup.okhttp.Call |
TransactionsApi.editMultipleTransactionsDeprecatedAsync(List<Long> ids,
UpdateTransactionsParams body,
ApiCallback<IdentifierList> callback)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
IdentifierList |
IdentifierList.addIdentifiersItem(Long identifiersItem) |
IdentifierList |
IdentifierList.identifiers(List<Long> identifiers) |
Copyright © 2018. All rights reserved.