Package com.commercetools.api.client
Interface ByProjectKeyCategoriesRequestBuilderMixin
- All Known Implementing Classes:
ByProjectKeyCategoriesRequestBuilder
public interface ByProjectKeyCategoriesRequestBuilderMixin
-
Method Summary
Modifier and TypeMethodDescriptiondefault ByProjectKeyCategoriesPostcreate(CategoryDraft categoryDraft) default ByProjectKeyCategoriesPostdefault ByProjectKeyCategoriesByIDDeletepost(CategoryDraft categoryDraft) default WithUpdateActionBuilder<CategoryUpdateAction,CategoryUpdateActionBuilder, ByProjectKeyCategoriesByIDPost> default ByProjectKeyCategoriesByIDPostupdate(Versioned<Category> category, UnaryOperator<UpdateActionBuilder<CategoryUpdateAction, CategoryUpdateActionBuilder>> op) default ByProjectKeyCategoriesByIDPostupdate(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
-