Class ByProjectKeyReviewsPostString

java.lang.Object
io.vrap.rmf.base.client.ApiMethod<T,TResult>
io.vrap.rmf.base.client.BodyApiMethod<T,TResult,TBody>
io.vrap.rmf.base.client.TypeBodyApiMethod<T,TResult,String>
io.vrap.rmf.base.client.StringBodyApiMethod<ByProjectKeyReviewsPostString,Review>
com.commercetools.api.client.ByProjectKeyReviewsPostString
All Implemented Interfaces:
Deprecatable201Trait<ByProjectKeyReviewsPostString>, ErrorableTrait<ByProjectKeyReviewsPostString>, ExpandableTrait<ByProjectKeyReviewsPostString>, io.vrap.rmf.base.client.ClientRequestCommand<Review>, io.vrap.rmf.base.client.CreateHttpRequestCommand, io.vrap.rmf.base.client.HttpRequestCommand<Review>, io.vrap.rmf.base.client.RequestCommand<Review>

public class ByProjectKeyReviewsPostString extends io.vrap.rmf.base.client.StringBodyApiMethod<ByProjectKeyReviewsPostString,Review> implements ExpandableTrait<ByProjectKeyReviewsPostString>, Deprecatable201Trait<ByProjectKeyReviewsPostString>, ErrorableTrait<ByProjectKeyReviewsPostString>


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