Package com.commercetools.api.client
Interface ByProjectKeyProductsRequestBuilderMixin
- All Known Implementing Classes:
ByProjectKeyProductsRequestBuilder
public interface ByProjectKeyProductsRequestBuilderMixin
-
Method Summary
Modifier and TypeMethodDescriptiondefault ByProjectKeyProductsPost
create
(ProductDraft productDraft) default ByProjectKeyProductsPost
default ByProjectKeyProductsByIDDelete
post
(ProductDraft productDraft) default WithUpdateActionBuilder<ProductUpdateAction,
ProductUpdateActionBuilder, ByProjectKeyProductsByIDPost> default ByProjectKeyProductsByIDPost
update
(Versioned<Product> product, UnaryOperator<UpdateActionBuilder<ProductUpdateAction, ProductUpdateActionBuilder>> op) default ByProjectKeyProductsByIDPost
update
(Versioned<Product> product, List<ProductUpdateAction> actions)
-
Method Details
-
post
-
withId
-
update
default ByProjectKeyProductsByIDPost update(Versioned<Product> product, List<ProductUpdateAction> actions) -
update
default ByProjectKeyProductsByIDPost update(Versioned<Product> product, UnaryOperator<UpdateActionBuilder<ProductUpdateAction, ProductUpdateActionBuilder>> op) -
update
default WithUpdateActionBuilder<ProductUpdateAction,ProductUpdateActionBuilder, updateByProjectKeyProductsByIDPost> (Versioned<Product> product) -
delete
-
create
-
create
-