Class ByProjectKeyOrdersGet

java.lang.Object
io.vrap.rmf.base.client.ApiMethod<T,TResult>
io.vrap.rmf.base.client.TypeApiMethod<ByProjectKeyOrdersGet,OrderPagedQueryResponse>
com.commercetools.api.client.ByProjectKeyOrdersGet
All Implemented Interfaces:
ByProjectKeyOrdersGetMixin, Deprecatable200Trait<ByProjectKeyOrdersGet>, ErrorableTrait<ByProjectKeyOrdersGet>, ExpandableTrait<ByProjectKeyOrdersGet>, PagedQueryResourceRequest<ByProjectKeyOrdersGet,OrderPagedQueryResponse,OrderQueryBuilderDsl>, PagingTrait<ByProjectKeyOrdersGet>, QueryTrait<ByProjectKeyOrdersGet>, SimplePagedQueryResourceRequest<ByProjectKeyOrdersGet,OrderPagedQueryResponse,OrderQueryBuilderDsl>, SortableTrait<ByProjectKeyOrdersGet>, io.vrap.rmf.base.client.ClientRequestCommand<OrderPagedQueryResponse>, io.vrap.rmf.base.client.CreateHttpRequestCommand, io.vrap.rmf.base.client.HttpRequestCommand<OrderPagedQueryResponse>, io.vrap.rmf.base.client.RequestCommand<OrderPagedQueryResponse>



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