Class ByProjectKeyReviewsByIDPostString

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



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