Class ByProjectKeyCustomerGroupsKeyByKeyGet

All Implemented Interfaces:
Deprecatable200Trait<ByProjectKeyCustomerGroupsKeyByKeyGet>, ErrorableTrait<ByProjectKeyCustomerGroupsKeyByKeyGet>, ExpandableTrait<ByProjectKeyCustomerGroupsKeyByKeyGet>, ClientRequestCommand<CustomerGroup>, CreateHttpRequestCommand, HttpRequestCommand<CustomerGroup>, RequestCommand<CustomerGroup>



   CompletableFuture<ApiHttpResponse<com.commercetools.api.models.customer_group.CustomerGroup>> result = apiRoot
            .withProjectKey("{projectKey}")
            .customerGroups()
            .withKey("{key}")
            .get()
            .execute()