Package com.commercetools.api.client
Interface ByProjectKeyProductsRequestBuilderMixin
- All Known Implementing Classes:
ByProjectKeyProductsRequestBuilder
public interface ByProjectKeyProductsRequestBuilderMixin
-
Method Summary
Modifier and TypeMethodDescriptiondefault ByProjectKeyProductsPostcreate(ProductDraft productDraft) default ByProjectKeyProductsPostdefault ByProjectKeyProductsByIDDeletepost(ProductDraft productDraft) default WithUpdateActionBuilder<ProductUpdateAction,ProductUpdateActionBuilder, ByProjectKeyProductsByIDPost> default ByProjectKeyProductsByIDPostupdate(Versioned<Product> product, UnaryOperator<UpdateActionBuilder<ProductUpdateAction, ProductUpdateActionBuilder>> op) default ByProjectKeyProductsByIDPostupdate(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
-