Class ByProjectKeyAttributeGroupsKeyByKeyGet

java.lang.Object
io.vrap.rmf.base.client.ApiMethod<ByProjectKeyAttributeGroupsKeyByKeyGet,AttributeGroup>
com.commercetools.api.client.ByProjectKeyAttributeGroupsKeyByKeyGet
All Implemented Interfaces:
Deprecatable200Trait<ByProjectKeyAttributeGroupsKeyByKeyGet>, ErrorableTrait<ByProjectKeyAttributeGroupsKeyByKeyGet>, ExpandableTrait<ByProjectKeyAttributeGroupsKeyByKeyGet>, 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}")
            .get()
            .execute()