Class ByProjectKeyOrdersGet

All Implemented Interfaces:
ByProjectKeyOrdersGetMixin, Deprecatable200Trait<ByProjectKeyOrdersGet>, ErrorableTrait<ByProjectKeyOrdersGet>, ExpandableTrait<ByProjectKeyOrdersGet>, PagedQueryResourceRequest<ByProjectKeyOrdersGet,OrderPagedQueryResponse,com.commercetools.api.predicates.query.order.OrderQueryBuilderDsl>, PagingTrait<ByProjectKeyOrdersGet>, QueryTrait<ByProjectKeyOrdersGet>, SimplePagedQueryResourceRequest<ByProjectKeyOrdersGet,OrderPagedQueryResponse,com.commercetools.api.predicates.query.order.OrderQueryBuilderDsl>, SortableTrait<ByProjectKeyOrdersGet>, ClientRequestCommand<OrderPagedQueryResponse>, CreateHttpRequestCommand, HttpRequestCommand<OrderPagedQueryResponse>, RequestCommand<OrderPagedQueryResponse>



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