Class ByProjectKeyStatesByIDGet

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



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