Class ByProjectKeyAttributeGroupsByIDPost

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