| 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.
|
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.createCategoryCall(CategoryParams body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createCategory
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
CategoryParams |
CategoryParams.name(String name) |
CategoryParams |
CategoryParams.parentId(Long parentId) |
Copyright © 2018. All rights reserved.