Package com.commercetools.api.client
Interface ByProjectKeyProductTypesRequestBuilderMixin
- All Known Implementing Classes:
ByProjectKeyProductTypesRequestBuilder
public interface ByProjectKeyProductTypesRequestBuilderMixin
-
Method Summary
Modifier and TypeMethodDescriptiondefault ByProjectKeyProductTypesPostcreate(ProductTypeDraft productTypeDraft) default ByProjectKeyProductTypesPostdelete(Versioned<ProductType> productType) post(ProductTypeDraft productTypeDraft) default WithUpdateActionBuilder<ProductTypeUpdateAction,ProductTypeUpdateActionBuilder, ByProjectKeyProductTypesByIDPost> update(Versioned<ProductType> productType) default ByProjectKeyProductTypesByIDPostupdate(Versioned<ProductType> productType, UnaryOperator<UpdateActionBuilder<ProductTypeUpdateAction, ProductTypeUpdateActionBuilder>> op) default ByProjectKeyProductTypesByIDPostupdate(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
-