Class ByProjectKeyReviewsByIDGet

java.lang.Object
io.vrap.rmf.base.client.ApiMethod<ByProjectKeyReviewsByIDGet,Review>
com.commercetools.api.client.ByProjectKeyReviewsByIDGet
All Implemented Interfaces:
Deprecatable200Trait<ByProjectKeyReviewsByIDGet>, ErrorableTrait<ByProjectKeyReviewsByIDGet>, ExpandableTrait<ByProjectKeyReviewsByIDGet>, io.vrap.rmf.base.client.ClientRequestCommand<Review>, io.vrap.rmf.base.client.CreateHttpRequestCommand, io.vrap.rmf.base.client.RequestCommand<Review>

public class ByProjectKeyReviewsByIDGet extends io.vrap.rmf.base.client.ApiMethod<ByProjectKeyReviewsByIDGet,Review> implements ExpandableTrait<ByProjectKeyReviewsByIDGet>, ErrorableTrait<ByProjectKeyReviewsByIDGet>, Deprecatable200Trait<ByProjectKeyReviewsByIDGet>


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

    • ByProjectKeyReviewsByIDGet

      public ByProjectKeyReviewsByIDGet(io.vrap.rmf.base.client.ApiHttpClient apiHttpClient, String projectKey, String ID)
    • ByProjectKeyReviewsByIDGet

      public ByProjectKeyReviewsByIDGet(ByProjectKeyReviewsByIDGet t)
  • Method Details