Class ByProjectKeyStatesKeyByKeyGet

java.lang.Object
io.vrap.rmf.base.client.ApiMethod<ByProjectKeyStatesKeyByKeyGet,State>
com.commercetools.api.client.ByProjectKeyStatesKeyByKeyGet
All Implemented Interfaces:
Deprecatable200Trait<ByProjectKeyStatesKeyByKeyGet>, ErrorableTrait<ByProjectKeyStatesKeyByKeyGet>, ExpandableTrait<ByProjectKeyStatesKeyByKeyGet>, io.vrap.rmf.base.client.ClientRequestCommand<State>, io.vrap.rmf.base.client.RequestCommand<State>



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