Class ByProjectKeyCustomersGet

java.lang.Object
io.vrap.rmf.base.client.ApiMethod<ByProjectKeyCustomersGet,CustomerPagedQueryResponse>
com.commercetools.api.client.ByProjectKeyCustomersGet
All Implemented Interfaces:
ByProjectKeyCustomersGetMixin, Deprecatable200Trait<ByProjectKeyCustomersGet>, ErrorableTrait<ByProjectKeyCustomersGet>, ExpandableTrait<ByProjectKeyCustomersGet>, PagedQueryResourceRequest<ByProjectKeyCustomersGet,CustomerPagedQueryResponse,CustomerQueryBuilderDsl>, PagingTrait<ByProjectKeyCustomersGet>, QueryTrait<ByProjectKeyCustomersGet>, SimplePagedQueryResourceRequest<ByProjectKeyCustomersGet,CustomerPagedQueryResponse,CustomerQueryBuilderDsl>, SortableTrait<ByProjectKeyCustomersGet>, io.vrap.rmf.base.client.ClientRequestCommand<CustomerPagedQueryResponse>, io.vrap.rmf.base.client.CreateHttpRequestCommand, io.vrap.rmf.base.client.RequestCommand<CustomerPagedQueryResponse>



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