Uses of Interface
com.spotify.github.v3.prs.Review
-
Packages that use Review Package Description com.spotify.github.v3.activity.events com.spotify.github.v3.clients com.spotify.github.v3.prs -
-
Uses of Review in com.spotify.github.v3.activity.events
Methods in com.spotify.github.v3.activity.events that return Review Modifier and Type Method Description ReviewImmutablePullRequestReviewEvent. review()Review.ReviewPullRequestReviewEvent. review()Review.Methods in com.spotify.github.v3.activity.events with parameters of type Review Modifier and Type Method Description ImmutablePullRequestReviewEvent.BuilderImmutablePullRequestReviewEvent.Builder. review(Review review)Initializes the value for thereviewattribute.ImmutablePullRequestReviewEventImmutablePullRequestReviewEvent. withReview(Review value)Copy the current immutable object by setting a value for thereviewattribute. -
Uses of Review in com.spotify.github.v3.clients
Methods in com.spotify.github.v3.clients that return types with arguments of type Review Modifier and Type Method Description CompletableFuture<Review>PullRequestClient. createReview(int number, ReviewParameters properties)Creates a review for a pull request.CompletableFuture<List<Review>>PullRequestClient. listReviews(int number)List pull request reviews.Iterator<AsyncPage<Review>>PullRequestClient. listReviews(int number, int itemsPerPage)List pull request reviews paginated. -
Uses of Review in com.spotify.github.v3.prs
Classes in com.spotify.github.v3.prs that implement Review Modifier and Type Class Description classImmutableReviewImmutable implementation ofReview.Methods in com.spotify.github.v3.prs with parameters of type Review Modifier and Type Method Description static ImmutableReviewImmutableReview. copyOf(Review instance)Creates an immutable copy of aReviewvalue.ImmutableReview.BuilderImmutableReview.Builder. from(Review instance)Fill a builder with attribute values from the providedReviewinstance.
-