Class ByProjectKeyOrdersEditsByIDApplyPostString

java.lang.Object
io.vrap.rmf.base.client.ApiMethod<T,TResult>
io.vrap.rmf.base.client.BodyApiMethod<T,TResult,TBody>
io.vrap.rmf.base.client.TypeBodyApiMethod<T,TResult,String>
io.vrap.rmf.base.client.StringBodyApiMethod<ByProjectKeyOrdersEditsByIDApplyPostString,OrderEdit>
com.commercetools.api.client.ByProjectKeyOrdersEditsByIDApplyPostString
All Implemented Interfaces:
ErrorableTrait<ByProjectKeyOrdersEditsByIDApplyPostString>, io.vrap.rmf.base.client.ClientRequestCommand<OrderEdit>, io.vrap.rmf.base.client.CreateHttpRequestCommand, io.vrap.rmf.base.client.HttpRequestCommand<OrderEdit>, io.vrap.rmf.base.client.RequestCommand<OrderEdit>

public class ByProjectKeyOrdersEditsByIDApplyPostString extends io.vrap.rmf.base.client.StringBodyApiMethod<ByProjectKeyOrdersEditsByIDApplyPostString,OrderEdit> implements ErrorableTrait<ByProjectKeyOrdersEditsByIDApplyPostString>

Applying an OrderEdit produces the OrderEditApplied Message.



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