Class ByProjectKeyStatesKeyByKeyPost

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