Class ByProjectKeyMeOrdersByIDGet

java.lang.Object
io.vrap.rmf.base.client.ApiMethod<ByProjectKeyMeOrdersByIDGet,Order>
com.commercetools.api.client.ByProjectKeyMeOrdersByIDGet
All Implemented Interfaces:
Deprecatable200Trait<ByProjectKeyMeOrdersByIDGet>, ErrorableTrait<ByProjectKeyMeOrdersByIDGet>, ExpandableTrait<ByProjectKeyMeOrdersByIDGet>, io.vrap.rmf.base.client.ClientRequestCommand<Order>, io.vrap.rmf.base.client.RequestCommand<Order>



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