Package com.commercetools.api.client
Interface ByProjectKeyInStoreKeyByStoreKeyCartsRequestMixin
- All Known Implementing Classes:
ByProjectKeyInStoreKeyByStoreKeyCartsRequestBuilder
public interface ByProjectKeyInStoreKeyByStoreKeyCartsRequestMixin
-
Method Summary
Modifier and TypeMethodDescriptiondefault WithUpdateActionBuilder<CartUpdateAction,
CartUpdateActionBuilder, ByProjectKeyInStoreKeyByStoreKeyCartsByIDPost> update
(Versioned<Cart> cart, UnaryOperator<UpdateActionBuilder<CartUpdateAction, CartUpdateActionBuilder>> op) update
(Versioned<Cart> cart, List<CartUpdateAction> actions)
-
Method Details
-
withId
-
post
-
update
default ByProjectKeyInStoreKeyByStoreKeyCartsByIDPost update(Versioned<Cart> cart, List<CartUpdateAction> actions) -
update
default ByProjectKeyInStoreKeyByStoreKeyCartsByIDPost update(Versioned<Cart> cart, UnaryOperator<UpdateActionBuilder<CartUpdateAction, CartUpdateActionBuilder>> op) -
update
-