Class ByProjectKeyInStoreKeyByStoreKeyOrdersGet

java.lang.Object
io.vrap.rmf.base.client.ApiMethod<ByProjectKeyInStoreKeyByStoreKeyOrdersGet,OrderPagedQueryResponse>
com.commercetools.api.client.ByProjectKeyInStoreKeyByStoreKeyOrdersGet
All Implemented Interfaces:
Deprecatable200Trait<ByProjectKeyInStoreKeyByStoreKeyOrdersGet>, ErrorableTrait<ByProjectKeyInStoreKeyByStoreKeyOrdersGet>, ExpandableTrait<ByProjectKeyInStoreKeyByStoreKeyOrdersGet>, PagingTrait<ByProjectKeyInStoreKeyByStoreKeyOrdersGet>, QueryTrait<ByProjectKeyInStoreKeyByStoreKeyOrdersGet>, SortableTrait<ByProjectKeyInStoreKeyByStoreKeyOrdersGet>, io.vrap.rmf.base.client.ClientRequestCommand<OrderPagedQueryResponse>, io.vrap.rmf.base.client.CreateHttpRequestCommand, io.vrap.rmf.base.client.RequestCommand<OrderPagedQueryResponse>



   CompletableFuture<ApiHttpResponse<com.commercetools.api.models.order.OrderPagedQueryResponse>> result = apiRoot
            .withProjectKey("{projectKey}")
            .inStoreKeyWithStoreKeyValue("{storeKey}")
            .orders()
            .get()
            .execute()