Package com.commercetools.api.client
Interface ByProjectKeyCustomerGroupsRequestBuilderMixin
- All Known Implementing Classes:
ByProjectKeyCustomerGroupsRequestBuilder
public interface ByProjectKeyCustomerGroupsRequestBuilderMixin
-
Method Summary
Modifier and TypeMethodDescriptiondefault ByProjectKeyCustomerGroupsPost
create
(CustomerGroupDraft customerGroupDraft) default ByProjectKeyCustomerGroupsPost
delete
(Versioned<CustomerGroup> customerGroup) post
(CustomerGroupDraft customerDraft) default WithUpdateActionBuilder<CustomerGroupUpdateAction,
CustomerGroupUpdateActionBuilder, ByProjectKeyCustomerGroupsByIDPost> update
(Versioned<CustomerGroup> customerGroup) update
(Versioned<CustomerGroup> customerGroup, UnaryOperator<UpdateActionBuilder<CustomerGroupUpdateAction, CustomerGroupUpdateActionBuilder>> op) update
(Versioned<CustomerGroup> customerGroup, List<CustomerGroupUpdateAction> actions)
-
Method Details
-
withId
-
post
-
update
default ByProjectKeyCustomerGroupsByIDPost update(Versioned<CustomerGroup> customerGroup, List<CustomerGroupUpdateAction> actions) -
update
default ByProjectKeyCustomerGroupsByIDPost update(Versioned<CustomerGroup> customerGroup, UnaryOperator<UpdateActionBuilder<CustomerGroupUpdateAction, CustomerGroupUpdateActionBuilder>> op) -
update
default WithUpdateActionBuilder<CustomerGroupUpdateAction,CustomerGroupUpdateActionBuilder, updateByProjectKeyCustomerGroupsByIDPost> (Versioned<CustomerGroup> customerGroup) -
delete
-
create
-
create
-