Class ByProjectKeyStatesKeyByKeyPostString

All Implemented Interfaces:
ConflictingTrait<ByProjectKeyStatesKeyByKeyPostString>, Deprecatable200Trait<ByProjectKeyStatesKeyByKeyPostString>, ErrorableTrait<ByProjectKeyStatesKeyByKeyPostString>, ExpandableTrait<ByProjectKeyStatesKeyByKeyPostString>, ClientRequestCommand<State>, CreateHttpRequestCommand, HttpRequestCommand<State>, RequestCommand<State>



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