| Package | Description |
|---|---|
| io.swagger.client.api | |
| io.swagger.client.model |
| Modifier and Type | Method and Description |
|---|---|
PageableCategoryList |
CategoriesApi.getAndSearchAllCategories(List<Long> ids,
String search,
Boolean isCustom,
Integer page,
Integer perPage,
List<String> order)
Get and search all categories
Get a list of all global finAPI categories as well as all custom categories of the authorized user.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<PageableCategoryList> |
CategoriesApi.getAndSearchAllCategoriesWithHttpInfo(List<Long> ids,
String search,
Boolean isCustom,
Integer page,
Integer perPage,
List<String> order)
Get and search all categories
Get a list of all global finAPI categories as well as all custom categories of the authorized user.
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
CategoriesApi.getAndSearchAllCategoriesAsync(List<Long> ids,
String search,
Boolean isCustom,
Integer page,
Integer perPage,
List<String> order,
ApiCallback<PageableCategoryList> callback)
Get and search all categories (asynchronously)
Get a list of all global finAPI categories as well as all custom categories of the authorized user.
|
| Modifier and Type | Method and Description |
|---|---|
PageableCategoryList |
PageableCategoryList.addCategoriesItem(Category categoriesItem) |
PageableCategoryList |
PageableCategoryList.categories(List<Category> categories) |
PageableCategoryList |
PageableCategoryList.paging(Paging paging) |
Copyright © 2018. All rights reserved.