Package com.commercetools.api.client
Interface ByProjectKeyProductSelectionsRequestMixin
- All Known Implementing Classes:
ByProjectKeyProductSelectionsRequestBuilder
public interface ByProjectKeyProductSelectionsRequestMixin
-
Method Summary
Modifier and TypeMethodDescriptionpost
(ProductSelectionDraft productSelectionDraft) default WithUpdateActionBuilder<ProductSelectionUpdateAction,
ProductSelectionUpdateActionBuilder, ByProjectKeyProductSelectionsByIDPost> update
(Versioned<ProductSelection> productSelection) update
(Versioned<ProductSelection> productSelection, UnaryOperator<UpdateActionBuilder<ProductSelectionUpdateAction, ProductSelectionUpdateActionBuilder>> op) update
(Versioned<ProductSelection> productSelection, List<ProductSelectionUpdateAction> actions)
-
Method Details
-
post
-
withId
-
update
default ByProjectKeyProductSelectionsByIDPost update(Versioned<ProductSelection> productSelection, List<ProductSelectionUpdateAction> actions) -
update
default ByProjectKeyProductSelectionsByIDPost update(Versioned<ProductSelection> productSelection, UnaryOperator<UpdateActionBuilder<ProductSelectionUpdateAction, ProductSelectionUpdateActionBuilder>> op) -
update
default WithUpdateActionBuilder<ProductSelectionUpdateAction,ProductSelectionUpdateActionBuilder, updateByProjectKeyProductSelectionsByIDPost> (Versioned<ProductSelection> productSelection)
-