Package com.commercetools.api.client
Interface ByProjectKeyAttributeGroupsRequestBuilderMixin
- All Known Implementing Classes:
ByProjectKeyAttributeGroupsRequestBuilder
public interface ByProjectKeyAttributeGroupsRequestBuilderMixin
-
Method Summary
Modifier and TypeMethodDescriptiondefault ByProjectKeyAttributeGroupsPost
create
(AttributeGroupDraft attributeGroupDraft) default ByProjectKeyAttributeGroupsPost
delete
(Versioned<AttributeGroup> attributeGroup) post
(AttributeGroupDraft attributeGroupDraft) default WithUpdateActionBuilder<AttributeGroupUpdateAction,
AttributeGroupUpdateActionBuilder, ByProjectKeyAttributeGroupsByIDPost> update
(Versioned<AttributeGroup> attributeGroup) update
(Versioned<AttributeGroup> attributeGroup, UnaryOperator<UpdateActionBuilder<AttributeGroupUpdateAction, AttributeGroupUpdateActionBuilder>> op) update
(Versioned<AttributeGroup> attributeGroup, List<AttributeGroupUpdateAction> actions)
-
Method Details
-
post
-
withId
-
update
default ByProjectKeyAttributeGroupsByIDPost update(Versioned<AttributeGroup> attributeGroup, List<AttributeGroupUpdateAction> actions) -
update
default ByProjectKeyAttributeGroupsByIDPost update(Versioned<AttributeGroup> attributeGroup, UnaryOperator<UpdateActionBuilder<AttributeGroupUpdateAction, AttributeGroupUpdateActionBuilder>> op) -
update
default WithUpdateActionBuilder<AttributeGroupUpdateAction,AttributeGroupUpdateActionBuilder, updateByProjectKeyAttributeGroupsByIDPost> (Versioned<AttributeGroup> attributeGroup) -
delete
-
create
-
create
-