Class ByProjectKeyAttributeGroupsKeyByKeyPost

java.lang.Object
io.vrap.rmf.base.client.ApiMethod<T,TResult>
io.vrap.rmf.base.client.BodyApiMethod<ByProjectKeyAttributeGroupsKeyByKeyPost,AttributeGroup,AttributeGroupUpdate>
com.commercetools.api.client.ByProjectKeyAttributeGroupsKeyByKeyPost
All Implemented Interfaces:
ConflictingTrait<ByProjectKeyAttributeGroupsKeyByKeyPost>, Deprecatable200Trait<ByProjectKeyAttributeGroupsKeyByKeyPost>, ErrorableTrait<ByProjectKeyAttributeGroupsKeyByKeyPost>, ExpandableTrait<ByProjectKeyAttributeGroupsKeyByKeyPost>, 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()
            .withKey("{key}")
            .post(null)
            .execute()