Class ByProjectKeyInStoreKeyByStoreKeyCustomersGet

All Implemented Interfaces:
Deprecatable200Trait<ByProjectKeyInStoreKeyByStoreKeyCustomersGet>, ErrorableTrait<ByProjectKeyInStoreKeyByStoreKeyCustomersGet>, ExpandableTrait<ByProjectKeyInStoreKeyByStoreKeyCustomersGet>, PagingTrait<ByProjectKeyInStoreKeyByStoreKeyCustomersGet>, QueryTrait<ByProjectKeyInStoreKeyByStoreKeyCustomersGet>, SortableTrait<ByProjectKeyInStoreKeyByStoreKeyCustomersGet>, ClientRequestCommand<CustomerPagedQueryResponse>, CreateHttpRequestCommand, HttpRequestCommand<CustomerPagedQueryResponse>, RequestCommand<CustomerPagedQueryResponse>



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