Class ByProjectKeyAttributeGroupsKeyByKeyGet

All Implemented Interfaces:
Deprecatable200Trait<ByProjectKeyAttributeGroupsKeyByKeyGet>, ErrorableTrait<ByProjectKeyAttributeGroupsKeyByKeyGet>, ExpandableTrait<ByProjectKeyAttributeGroupsKeyByKeyGet>, ClientRequestCommand<AttributeGroup>, CreateHttpRequestCommand, HttpRequestCommand<AttributeGroup>, RequestCommand<AttributeGroup>



   CompletableFuture<ApiHttpResponse<com.commercetools.api.models.attribute_group.AttributeGroup>> result = apiRoot
            .withProjectKey("{projectKey}")
            .attributeGroups()
            .withKey("{key}")
            .get()
            .execute()