Class ByProjectKeyStatesByIDPostString

java.lang.Object
io.vrap.rmf.base.client.ApiMethod<T,TResult>
io.vrap.rmf.base.client.BodyApiMethod<T,TResult,String>
io.vrap.rmf.base.client.StringBodyApiMethod<ByProjectKeyStatesByIDPostString,State>
com.commercetools.api.client.ByProjectKeyStatesByIDPostString
All Implemented Interfaces:
ConflictingTrait<ByProjectKeyStatesByIDPostString>, Deprecatable200Trait<ByProjectKeyStatesByIDPostString>, ErrorableTrait<ByProjectKeyStatesByIDPostString>, ExpandableTrait<ByProjectKeyStatesByIDPostString>, io.vrap.rmf.base.client.ClientRequestCommand<State>, io.vrap.rmf.base.client.CreateHttpRequestCommand, io.vrap.rmf.base.client.RequestCommand<State>



   CompletableFuture<ApiHttpResponse<com.commercetools.api.models.state.State>> result = apiRoot
            .withProjectKey("{projectKey}")
            .states()
            .withId("{ID}")
            .post("")
            .execute()