Class ByProjectKeyMessagesByIDGet

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

Deprecated scope: view_orders:{projectKey}



   CompletableFuture<ApiHttpResponse<com.commercetools.api.models.message.Message>> result = apiRoot
            .withProjectKey("{projectKey}")
            .messages()
            .withId("{ID}")
            .get()
            .execute()