Class ByProjectKeyCustomersGet

All Implemented Interfaces:
ByProjectKeyCustomersGetMixin, Deprecatable200Trait<ByProjectKeyCustomersGet>, ErrorableTrait<ByProjectKeyCustomersGet>, ExpandableTrait<ByProjectKeyCustomersGet>, PagedQueryResourceRequest<ByProjectKeyCustomersGet,CustomerPagedQueryResponse,com.commercetools.api.predicates.query.customer.CustomerQueryBuilderDsl>, PagingTrait<ByProjectKeyCustomersGet>, QueryTrait<ByProjectKeyCustomersGet>, SimplePagedQueryResourceRequest<ByProjectKeyCustomersGet,CustomerPagedQueryResponse,com.commercetools.api.predicates.query.customer.CustomerQueryBuilderDsl>, SortableTrait<ByProjectKeyCustomersGet>, ClientRequestCommand<CustomerPagedQueryResponse>, CreateHttpRequestCommand, HttpRequestCommand<CustomerPagedQueryResponse>, RequestCommand<CustomerPagedQueryResponse>



   CompletableFuture<ApiHttpResponse<com.commercetools.api.models.customer.CustomerPagedQueryResponse>> result = apiRoot
            .withProjectKey("{projectKey}")
            .customers()
            .get()
            .execute()