Class ByProjectKeyReviewsByIDGet

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



   CompletableFuture<ApiHttpResponse<com.commercetools.api.models.review.Review>> result = apiRoot
            .withProjectKey("{projectKey}")
            .reviews()
            .withId("{ID}")
            .get()
            .execute()