Package com.commercetools.api.client
Interface ByProjectKeyInStoreKeyByStoreKeyCustomersRequestMixin
- All Known Implementing Classes:
ByProjectKeyInStoreKeyByStoreKeyCustomersRequestBuilder
public interface ByProjectKeyInStoreKeyByStoreKeyCustomersRequestMixin
-
Method Summary
Modifier and TypeMethodDescriptionpost
(CustomerDraft customerDraft) default WithUpdateActionBuilder<CustomerUpdateAction,
CustomerUpdateActionBuilder, ByProjectKeyInStoreKeyByStoreKeyCustomersByIDPost> update
(Versioned<Customer> customer, UnaryOperator<UpdateActionBuilder<CustomerUpdateAction, CustomerUpdateActionBuilder>> op) update
(Versioned<Customer> customer, List<CustomerUpdateAction> actions)
-
Method Details
-
post
-
withId
-
update
default ByProjectKeyInStoreKeyByStoreKeyCustomersByIDPost update(Versioned<Customer> customer, List<CustomerUpdateAction> actions) -
update
default ByProjectKeyInStoreKeyByStoreKeyCustomersByIDPost update(Versioned<Customer> customer, UnaryOperator<UpdateActionBuilder<CustomerUpdateAction, CustomerUpdateActionBuilder>> op) -
update
-