Class ByProjectKeyStatesKeyByKeyPostString

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<ByProjectKeyStatesKeyByKeyPostString,State>
com.commercetools.api.client.ByProjectKeyStatesKeyByKeyPostString
All Implemented Interfaces:
ConflictingTrait<ByProjectKeyStatesKeyByKeyPostString>, Deprecatable200Trait<ByProjectKeyStatesKeyByKeyPostString>, ErrorableTrait<ByProjectKeyStatesKeyByKeyPostString>, ExpandableTrait<ByProjectKeyStatesKeyByKeyPostString>, 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("")
            .execute()