Class ByProjectKeyStatesByIDPost

java.lang.Object
io.vrap.rmf.base.client.ApiMethod<T,TResult>
io.vrap.rmf.base.client.BodyApiMethod<ByProjectKeyStatesByIDPost,State,StateUpdate>
com.commercetools.api.client.ByProjectKeyStatesByIDPost
All Implemented Interfaces:
ConflictingTrait<ByProjectKeyStatesByIDPost>, Deprecatable200Trait<ByProjectKeyStatesByIDPost>, ErrorableTrait<ByProjectKeyStatesByIDPost>, ExpandableTrait<ByProjectKeyStatesByIDPost>, 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(null)
            .execute()