Class ByProjectKeyCustomerGroupsByIDGet

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



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