Class ByProjectKeyAttributeGroupsKeyByKeyPostString

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



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