Class ByProjectKeyReviewsByIDPost

All Implemented Interfaces:
ConflictingTrait<ByProjectKeyReviewsByIDPost>, Deprecatable200Trait<ByProjectKeyReviewsByIDPost>, ErrorableTrait<ByProjectKeyReviewsByIDPost>, ExpandableTrait<ByProjectKeyReviewsByIDPost>, ClientRequestCommand<Review>, CreateHttpRequestCommand, HttpRequestCommand<Review>, RequestCommand<Review>



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