Package com.commercetools.api.client
Interface ByProjectKeyCategoriesRequestBuilderMixin
- All Known Implementing Classes:
ByProjectKeyCategoriesRequestBuilder
public interface ByProjectKeyCategoriesRequestBuilderMixin
-
Method Summary
Modifier and TypeMethodDescriptiondefault ByProjectKeyCategoriesPost
create
(CategoryDraft categoryDraft) default ByProjectKeyCategoriesPost
default ByProjectKeyCategoriesByIDDelete
post
(CategoryDraft categoryDraft) default WithUpdateActionBuilder<CategoryUpdateAction,
CategoryUpdateActionBuilder, ByProjectKeyCategoriesByIDPost> default ByProjectKeyCategoriesByIDPost
update
(Versioned<Category> category, UnaryOperator<UpdateActionBuilder<CategoryUpdateAction, CategoryUpdateActionBuilder>> op) default ByProjectKeyCategoriesByIDPost
update
(Versioned<Category> category, List<CategoryUpdateAction> actions)
-
Method Details
-
withId
-
post
-
update
default ByProjectKeyCategoriesByIDPost update(Versioned<Category> category, List<CategoryUpdateAction> actions) -
update
default ByProjectKeyCategoriesByIDPost update(Versioned<Category> category, UnaryOperator<UpdateActionBuilder<CategoryUpdateAction, CategoryUpdateActionBuilder>> op) -
update
default WithUpdateActionBuilder<CategoryUpdateAction,CategoryUpdateActionBuilder, updateByProjectKeyCategoriesByIDPost> (Versioned<Category> category) -
delete
-
create
-
create
-