Class ByProjectKeyStatesByIDPost

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



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