Class ByProjectKeyReviewsPost

All Implemented Interfaces:
Deprecatable201Trait<ByProjectKeyReviewsPost>, ErrorableTrait<ByProjectKeyReviewsPost>, ExpandableTrait<ByProjectKeyReviewsPost>, ClientRequestCommand<Review>, CreateHttpRequestCommand, HttpRequestCommand<Review>, RequestCommand<Review>



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