Class ByProjectKeyStatesKeyByKeyPost

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



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