Class ByProjectKeyAttributeGroupsPostString

All Implemented Interfaces:
Deprecatable201Trait<ByProjectKeyAttributeGroupsPostString>, ErrorableTrait<ByProjectKeyAttributeGroupsPostString>, ExpandableTrait<ByProjectKeyAttributeGroupsPostString>, ClientRequestCommand<AttributeGroup>, CreateHttpRequestCommand, HttpRequestCommand<AttributeGroup>, RequestCommand<AttributeGroup>



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