Class ByProjectKeyReviewsKeyByKeyPost

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



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