Class ByProjectKeyAttributeGroupsKeyByKeyPostString

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<ByProjectKeyAttributeGroupsKeyByKeyPostString,AttributeGroup>
com.commercetools.api.client.ByProjectKeyAttributeGroupsKeyByKeyPostString
All Implemented Interfaces:
ConflictingTrait<ByProjectKeyAttributeGroupsKeyByKeyPostString>, Deprecatable200Trait<ByProjectKeyAttributeGroupsKeyByKeyPostString>, ErrorableTrait<ByProjectKeyAttributeGroupsKeyByKeyPostString>, ExpandableTrait<ByProjectKeyAttributeGroupsKeyByKeyPostString>, 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()
            .withKey("{key}")
            .post("")
            .execute()