Package com.commercetools.api.client
Interface ByProjectKeyProductTypesRequestBuilderMixin
- All Known Implementing Classes:
ByProjectKeyProductTypesRequestBuilder
public interface ByProjectKeyProductTypesRequestBuilderMixin
-
Method Summary
Modifier and TypeMethodDescriptiondefault ByProjectKeyProductTypesPost
create
(ProductTypeDraft productTypeDraft) default ByProjectKeyProductTypesPost
delete
(Versioned<ProductType> productType) post
(ProductTypeDraft productTypeDraft) default WithUpdateActionBuilder<ProductTypeUpdateAction,
ProductTypeUpdateActionBuilder, ByProjectKeyProductTypesByIDPost> update
(Versioned<ProductType> productType) default ByProjectKeyProductTypesByIDPost
update
(Versioned<ProductType> productType, UnaryOperator<UpdateActionBuilder<ProductTypeUpdateAction, ProductTypeUpdateActionBuilder>> op) default ByProjectKeyProductTypesByIDPost
update
(Versioned<ProductType> productType, List<ProductTypeUpdateAction> actions)
-
Method Details
-
post
-
withId
-
update
default ByProjectKeyProductTypesByIDPost update(Versioned<ProductType> productType, List<ProductTypeUpdateAction> actions) -
update
default ByProjectKeyProductTypesByIDPost update(Versioned<ProductType> productType, UnaryOperator<UpdateActionBuilder<ProductTypeUpdateAction, ProductTypeUpdateActionBuilder>> op) -
update
default WithUpdateActionBuilder<ProductTypeUpdateAction,ProductTypeUpdateActionBuilder, updateByProjectKeyProductTypesByIDPost> (Versioned<ProductType> productType) -
delete
-
create
-
create
-