Class ByProjectKeyStatesKeyByKeyGet

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



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