Package com.commercetools.api.client
Interface ByProjectKeyCustomersRequestBuilderMixin
- All Known Implementing Classes:
ByProjectKeyCustomersRequestBuilder
public interface ByProjectKeyCustomersRequestBuilderMixin
-
Method Summary
Modifier and TypeMethodDescriptiondefault ByProjectKeyCustomersPost
create
(CustomerDraft customerDraft) default ByProjectKeyCustomersPost
default ByProjectKeyCustomersByIDDelete
post
(CustomerDraft customerDraft) default WithUpdateActionBuilder<CustomerUpdateAction,
CustomerUpdateActionBuilder, ByProjectKeyCustomersByIDPost> default ByProjectKeyCustomersByIDPost
update
(Versioned<Customer> customer, UnaryOperator<UpdateActionBuilder<CustomerUpdateAction, CustomerUpdateActionBuilder>> op) default ByProjectKeyCustomersByIDPost
update
(Versioned<Customer> customer, List<CustomerUpdateAction> actions)
-
Method Details
-
withId
-
post
-
update
default ByProjectKeyCustomersByIDPost update(Versioned<Customer> customer, List<CustomerUpdateAction> actions) -
update
default ByProjectKeyCustomersByIDPost update(Versioned<Customer> customer, UnaryOperator<UpdateActionBuilder<CustomerUpdateAction, CustomerUpdateActionBuilder>> op) -
update
default WithUpdateActionBuilder<CustomerUpdateAction,CustomerUpdateActionBuilder, updateByProjectKeyCustomersByIDPost> (Versioned<Customer> customer) -
delete
-
create
-
create
-