Reviews.ReviewsCreateReviewsDefinitionStages.WithCreateReviewBody Interface

public interface WithCreateReviewBody

The stage of the definition to be specify createReviewBody.

Method Summary

Modifier and Type Method and Description
ReviewsCreateReviewsDefinitionStages.WithExecute withCreateReviewBody(List<CreateReviewBodyItem> createReviewBody)

Body for create reviews API.

Method Details

withCreateReviewBody

public ReviewsCreateReviewsDefinitionStages.WithExecute withCreateReviewBody(List createReviewBody)

Body for create reviews API.

Parameters:

createReviewBody

Returns:

next definition stage

Applies to