Package com.commercetools.api.client
Interface ByProjectKeyInStoreKeyByStoreKeyShoppingListsRequestMixin
- All Known Implementing Classes:
ByProjectKeyInStoreKeyByStoreKeyShoppingListsRequestBuilder
public interface ByProjectKeyInStoreKeyByStoreKeyShoppingListsRequestMixin
-
Method Summary
Modifier and TypeMethodDescriptionpost
(ShoppingListDraft shoppingListDraft) default WithUpdateActionBuilder<ShoppingListUpdateAction,
ShoppingListUpdateActionBuilder, ByProjectKeyInStoreKeyByStoreKeyShoppingListsByIDPost> update
(Versioned<ShoppingList> shoppingList) update
(Versioned<ShoppingList> shoppingList, UnaryOperator<UpdateActionBuilder<ShoppingListUpdateAction, ShoppingListUpdateActionBuilder>> op) update
(Versioned<ShoppingList> shoppingList, List<ShoppingListUpdateAction> actions)
-
Method Details
-
post
-
withId
-
update
default ByProjectKeyInStoreKeyByStoreKeyShoppingListsByIDPost update(Versioned<ShoppingList> shoppingList, List<ShoppingListUpdateAction> actions) -
update
default ByProjectKeyInStoreKeyByStoreKeyShoppingListsByIDPost update(Versioned<ShoppingList> shoppingList, UnaryOperator<UpdateActionBuilder<ShoppingListUpdateAction, ShoppingListUpdateActionBuilder>> op) -
update
-