Class ByProjectKeyStatesByIDPostString

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



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