Class ByProjectKeyCustomerGroupsGet

All Implemented Interfaces:
ByProjectKeyCustomerGroupsGetMixin, Deprecatable200Trait<ByProjectKeyCustomerGroupsGet>, ErrorableTrait<ByProjectKeyCustomerGroupsGet>, ExpandableTrait<ByProjectKeyCustomerGroupsGet>, PagedQueryResourceRequest<ByProjectKeyCustomerGroupsGet,CustomerGroupPagedQueryResponse,com.commercetools.api.predicates.query.customer_group.CustomerGroupQueryBuilderDsl>, PagingTrait<ByProjectKeyCustomerGroupsGet>, QueryTrait<ByProjectKeyCustomerGroupsGet>, SimplePagedQueryResourceRequest<ByProjectKeyCustomerGroupsGet,CustomerGroupPagedQueryResponse,com.commercetools.api.predicates.query.customer_group.CustomerGroupQueryBuilderDsl>, SortableTrait<ByProjectKeyCustomerGroupsGet>, ClientRequestCommand<CustomerGroupPagedQueryResponse>, CreateHttpRequestCommand, HttpRequestCommand<CustomerGroupPagedQueryResponse>, RequestCommand<CustomerGroupPagedQueryResponse>



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