| Package | Description |
|---|---|
| io.swagger.client.api | |
| io.swagger.client.model |
| Modifier and Type | Method and Description |
|---|---|
PageableTransactionList |
TransactionsApi.getAndSearchAllTransactions(String view,
List<Long> ids,
String search,
String counterpart,
List<Long> accountIds,
String minBankBookingDate,
String maxBankBookingDate,
String minFinapiBookingDate,
String maxFinapiBookingDate,
BigDecimal minAmount,
BigDecimal maxAmount,
String direction,
List<Long> labelIds,
List<Long> categoryIds,
Boolean includeChildCategories,
Boolean isNew,
Boolean isPotentialDuplicate,
Boolean isAdjustingEntry,
String minImportDate,
String maxImportDate,
Integer page,
Integer perPage,
List<String> order)
Get and search all transactions
Get transactions of the user that is authorized by the access_token.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<PageableTransactionList> |
TransactionsApi.getAndSearchAllTransactionsWithHttpInfo(String view,
List<Long> ids,
String search,
String counterpart,
List<Long> accountIds,
String minBankBookingDate,
String maxBankBookingDate,
String minFinapiBookingDate,
String maxFinapiBookingDate,
BigDecimal minAmount,
BigDecimal maxAmount,
String direction,
List<Long> labelIds,
List<Long> categoryIds,
Boolean includeChildCategories,
Boolean isNew,
Boolean isPotentialDuplicate,
Boolean isAdjustingEntry,
String minImportDate,
String maxImportDate,
Integer page,
Integer perPage,
List<String> order)
Get and search all transactions
Get transactions of the user that is authorized by the access_token.
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
TransactionsApi.getAndSearchAllTransactionsAsync(String view,
List<Long> ids,
String search,
String counterpart,
List<Long> accountIds,
String minBankBookingDate,
String maxBankBookingDate,
String minFinapiBookingDate,
String maxFinapiBookingDate,
BigDecimal minAmount,
BigDecimal maxAmount,
String direction,
List<Long> labelIds,
List<Long> categoryIds,
Boolean includeChildCategories,
Boolean isNew,
Boolean isPotentialDuplicate,
Boolean isAdjustingEntry,
String minImportDate,
String maxImportDate,
Integer page,
Integer perPage,
List<String> order,
ApiCallback<PageableTransactionList> callback)
Get and search all transactions (asynchronously)
Get transactions of the user that is authorized by the access_token.
|
| Modifier and Type | Method and Description |
|---|---|
PageableTransactionList |
PageableTransactionList.addTransactionsItem(Transaction transactionsItem) |
PageableTransactionList |
PageableTransactionList.balance(BigDecimal balance) |
PageableTransactionList |
PageableTransactionList.income(BigDecimal income) |
PageableTransactionList |
PageableTransactionList.paging(Paging paging) |
PageableTransactionList |
PageableTransactionList.spending(BigDecimal spending) |
PageableTransactionList |
PageableTransactionList.transactions(List<Transaction> transactions) |
Copyright © 2018. All rights reserved.