Interface RemoteCategoryService
- All Known Implementing Classes:
RemoteCategoryServiceImpl
public interface RemoteCategoryService
Provides operations for Categories.
A Category is a way to group and organize spaces within Confluence.
- Since:
- 9.1
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionremoveCategoryCompletionStage
(String spaceKey, String categoryName) Removes a category from a space's description.
-
Method Details
-
removeCategoryCompletionStage
CompletionStage<Void> removeCategoryCompletionStage(String spaceKey, String categoryName) throws ServiceException Removes a category from a space's description.- Parameters:
spaceKey
- the key of the spacecategoryName
- the name of the category to remove- Throws:
ServiceException
- if the category cannot be removed- Since:
- 9.1
-