Class ByProjectKeyAttributeGroupsPost

java.lang.Object
io.vrap.rmf.base.client.ApiMethod<T,TResult>
io.vrap.rmf.base.client.BodyApiMethod<ByProjectKeyAttributeGroupsPost,AttributeGroup,AttributeGroupDraft>
com.commercetools.api.client.ByProjectKeyAttributeGroupsPost
All Implemented Interfaces:
Deprecatable201Trait<ByProjectKeyAttributeGroupsPost>, ErrorableTrait<ByProjectKeyAttributeGroupsPost>, ExpandableTrait<ByProjectKeyAttributeGroupsPost>, io.vrap.rmf.base.client.ClientRequestCommand<AttributeGroup>, io.vrap.rmf.base.client.RequestCommand<AttributeGroup>



   CompletableFuture<ApiHttpResponse<com.commercetools.api.models.attribute_group.AttributeGroup>> result = apiRoot
            .withProjectKey("{projectKey}")
            .attributeGroups()
            .post(null)
            .execute()