Class ByProjectKeyAttributeGroupsKeyByKeyPost

All Implemented Interfaces:
ConflictingTrait<ByProjectKeyAttributeGroupsKeyByKeyPost>, Deprecatable200Trait<ByProjectKeyAttributeGroupsKeyByKeyPost>, ErrorableTrait<ByProjectKeyAttributeGroupsKeyByKeyPost>, ExpandableTrait<ByProjectKeyAttributeGroupsKeyByKeyPost>, ClientRequestCommand<AttributeGroup>, CreateHttpRequestCommand, HttpRequestCommand<AttributeGroup>, RequestCommand<AttributeGroup>



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