Class ByProjectKeyStatesByIDGet

java.lang.Object
io.vrap.rmf.base.client.ApiMethod<ByProjectKeyStatesByIDGet,State>
com.commercetools.api.client.ByProjectKeyStatesByIDGet
All Implemented Interfaces:
Deprecatable200Trait<ByProjectKeyStatesByIDGet>, ErrorableTrait<ByProjectKeyStatesByIDGet>, ExpandableTrait<ByProjectKeyStatesByIDGet>, 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()
            .withId("{ID}")
            .get()
            .execute()