Class ByProjectKeyReviewsPostString

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



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