| Package | Description |
|---|---|
| com.independentsoft.exchange |
| Modifier and Type | Method and Description |
|---|---|
CategoryList |
Service.getCategoryList()
Gets the category list.
|
CategoryList |
Service.getCategoryList(FolderId folderId)
Gets the category list.
|
| Modifier and Type | Method and Description |
|---|---|
Response |
Service.createCategoryList(CategoryList categoryList)
Creates the category list.
|
Response |
Service.createCategoryList(CategoryList categoryList,
FolderId folderId)
Creates the category list.
|
Response |
Service.updateCategoryList(CategoryList categoryList)
Update category list.
|
Response |
Service.updateCategoryList(CategoryList categoryList,
FolderId folderId)
Update category list.
|