Class ByProjectKeyReviewsKeyByKeyPost

java.lang.Object
io.vrap.rmf.base.client.ApiMethod<T,TResult>
io.vrap.rmf.base.client.BodyApiMethod<ByProjectKeyReviewsKeyByKeyPost,Review,ReviewUpdate>
com.commercetools.api.client.ByProjectKeyReviewsKeyByKeyPost
All Implemented Interfaces:
ConflictingTrait<ByProjectKeyReviewsKeyByKeyPost>, Deprecatable200Trait<ByProjectKeyReviewsKeyByKeyPost>, ErrorableTrait<ByProjectKeyReviewsKeyByKeyPost>, ExpandableTrait<ByProjectKeyReviewsKeyByKeyPost>, io.vrap.rmf.base.client.ClientRequestCommand<Review>, io.vrap.rmf.base.client.RequestCommand<Review>



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