Class ByProjectKeyOrdersByIDGet

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



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