| Package | Description |
|---|---|
| io.swagger.client.api | |
| io.swagger.client.model |
| Modifier and Type | Method and Description |
|---|---|
CashFlowList |
CategoriesApi.getCashFlows(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 isNew,
String minImportDate,
String maxImportDate,
Boolean includeSubCashFlows,
List<String> order)
Get cash flows
Get the cash flow(s) (= total income, spending, and balance) for one or several categories.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<CashFlowList> |
CategoriesApi.getCashFlowsWithHttpInfo(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 isNew,
String minImportDate,
String maxImportDate,
Boolean includeSubCashFlows,
List<String> order)
Get cash flows
Get the cash flow(s) (= total income, spending, and balance) for one or several categories.
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
CategoriesApi.getCashFlowsAsync(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 isNew,
String minImportDate,
String maxImportDate,
Boolean includeSubCashFlows,
List<String> order,
ApiCallback<CashFlowList> callback)
Get cash flows (asynchronously)
Get the cash flow(s) (= total income, spending, and balance) for one or several categories.
|
| Modifier and Type | Method and Description |
|---|---|
CashFlowList |
CashFlowList.addCashFlowsItem(CashFlow cashFlowsItem) |
CashFlowList |
CashFlowList.cashFlows(List<CashFlow> cashFlows) |
CashFlowList |
CashFlowList.totalBalance(BigDecimal totalBalance) |
CashFlowList |
CashFlowList.totalIncome(BigDecimal totalIncome) |
CashFlowList |
CashFlowList.totalSpending(BigDecimal totalSpending) |
Copyright © 2018. All rights reserved.