Class ByProjectKeyAttributeGroupsByIDPostString

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<ByProjectKeyAttributeGroupsByIDPostString,AttributeGroup>
com.commercetools.api.client.ByProjectKeyAttributeGroupsByIDPostString
All Implemented Interfaces:
ConflictingTrait<ByProjectKeyAttributeGroupsByIDPostString>, Deprecatable200Trait<ByProjectKeyAttributeGroupsByIDPostString>, ErrorableTrait<ByProjectKeyAttributeGroupsByIDPostString>, ExpandableTrait<ByProjectKeyAttributeGroupsByIDPostString>, io.vrap.rmf.base.client.ClientRequestCommand<AttributeGroup>, io.vrap.rmf.base.client.CreateHttpRequestCommand, io.vrap.rmf.base.client.RequestCommand<AttributeGroup>



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