Class ByProjectKeyStatesPost

All Implemented Interfaces:
Deprecatable201Trait<ByProjectKeyStatesPost>, ErrorableTrait<ByProjectKeyStatesPost>, ExpandableTrait<ByProjectKeyStatesPost>, ClientRequestCommand<State>, CreateHttpRequestCommand, HttpRequestCommand<State>, RequestCommand<State>



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