Class ByProjectKeyInStoreKeyByStoreKeyCustomersGet

java.lang.Object
io.vrap.rmf.base.client.ApiMethod<ByProjectKeyInStoreKeyByStoreKeyCustomersGet,CustomerPagedQueryResponse>
com.commercetools.api.client.ByProjectKeyInStoreKeyByStoreKeyCustomersGet
All Implemented Interfaces:
Deprecatable200Trait<ByProjectKeyInStoreKeyByStoreKeyCustomersGet>, ErrorableTrait<ByProjectKeyInStoreKeyByStoreKeyCustomersGet>, ExpandableTrait<ByProjectKeyInStoreKeyByStoreKeyCustomersGet>, PagingTrait<ByProjectKeyInStoreKeyByStoreKeyCustomersGet>, QueryTrait<ByProjectKeyInStoreKeyByStoreKeyCustomersGet>, SortableTrait<ByProjectKeyInStoreKeyByStoreKeyCustomersGet>, 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}")
            .inStoreKeyWithStoreKeyValue("{storeKey}")
            .customers()
            .get()
            .execute()