| Package | Description |
|---|---|
| io.swagger.client.api | |
| io.swagger.client.model |
| Modifier and Type | Method and Description |
|---|---|
Category |
CategoriesApi.createCategory(CategoryParams body)
Create a new category
Create a new custom transaction category for the authorized user, that can then be assigned to transactions via PATCH /transactions, and that will also be regarded in finAPI's automatic transactions categorization process.
|
Category |
CategoriesApi.getCategory(Long id)
Get a category
Get a single category that is either a global finAPI category or a custom category of the authorized user.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<Category> |
CategoriesApi.createCategoryWithHttpInfo(CategoryParams body)
Create a new category
Create a new custom transaction category for the authorized user, that can then be assigned to transactions via PATCH /transactions, and that will also be regarded in finAPI's automatic transactions categorization process.
|
ApiResponse<Category> |
CategoriesApi.getCategoryWithHttpInfo(Long id)
Get a category
Get a single category that is either a global finAPI category or a custom category of the authorized user.
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
CategoriesApi.createCategoryAsync(CategoryParams body,
ApiCallback<Category> callback)
Create a new category (asynchronously)
Create a new custom transaction category for the authorized user, that can then be assigned to transactions via PATCH /transactions, and that will also be regarded in finAPI's automatic transactions categorization process.
|
com.squareup.okhttp.Call |
CategoriesApi.getCategoryAsync(Long id,
ApiCallback<Category> callback)
Get a category (asynchronously)
Get a single category that is either a global finAPI category or a custom category of the authorized user.
|
| Modifier and Type | Method and Description |
|---|---|
Category |
Category.addChildrenItem(Long childrenItem) |
Category |
Category.children(List<Long> children) |
Category |
CategorizationCheckResult.getCategory()
Category
|
Category |
CashFlow.getCategory()
Category of this cash flow.
|
Category |
Transaction.getCategory()
Transaction category, if any is assigned.
|
Category |
Category.id(Long id) |
Category |
Category.isCustom(Boolean isCustom) |
Category |
Category.name(String name) |
Category |
Category.parentId(Long parentId) |
Category |
Category.parentName(String parentName) |
| Modifier and Type | Method and Description |
|---|---|
List<Category> |
CategoryList.getCategories()
Categories
|
List<Category> |
PageableCategoryList.getCategories()
Categories
|
| Modifier and Type | Method and Description |
|---|---|
CategoryList |
CategoryList.addCategoriesItem(Category categoriesItem) |
PageableCategoryList |
PageableCategoryList.addCategoriesItem(Category categoriesItem) |
CategorizationCheckResult |
CategorizationCheckResult.category(Category category) |
CashFlow |
CashFlow.category(Category category) |
Transaction |
Transaction.category(Category category) |
void |
CategorizationCheckResult.setCategory(Category category) |
void |
CashFlow.setCategory(Category category) |
void |
Transaction.setCategory(Category category) |
| Modifier and Type | Method and Description |
|---|---|
CategoryList |
CategoryList.categories(List<Category> categories) |
PageableCategoryList |
PageableCategoryList.categories(List<Category> categories) |
void |
CategoryList.setCategories(List<Category> categories) |
void |
PageableCategoryList.setCategories(List<Category> categories) |
Copyright © 2018. All rights reserved.