Class ByProjectKeyMeOrdersGet

java.lang.Object
io.vrap.rmf.base.client.ApiMethod<ByProjectKeyMeOrdersGet,OrderPagedQueryResponse>
com.commercetools.api.client.ByProjectKeyMeOrdersGet
All Implemented Interfaces:
Deprecatable200Trait<ByProjectKeyMeOrdersGet>, ErrorableTrait<ByProjectKeyMeOrdersGet>, ExpandableTrait<ByProjectKeyMeOrdersGet>, PagingTrait<ByProjectKeyMeOrdersGet>, QueryTrait<ByProjectKeyMeOrdersGet>, SortableTrait<ByProjectKeyMeOrdersGet>, 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}")
            .me()
            .orders()
            .get()
            .execute()