Class ByProjectKeyOrdersEditsByIDGet

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



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