Class ByProjectKeyAttributeGroupsPostString

java.lang.Object
io.vrap.rmf.base.client.ApiMethod<T,TResult>
io.vrap.rmf.base.client.BodyApiMethod<T,TResult,String>
io.vrap.rmf.base.client.StringBodyApiMethod<ByProjectKeyAttributeGroupsPostString,AttributeGroup>
com.commercetools.api.client.ByProjectKeyAttributeGroupsPostString
All Implemented Interfaces:
Deprecatable201Trait<ByProjectKeyAttributeGroupsPostString>, ErrorableTrait<ByProjectKeyAttributeGroupsPostString>, ExpandableTrait<ByProjectKeyAttributeGroupsPostString>, 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("")
            .execute()