Uses of Class
com.spotify.github.v3.prs.ReviewParameters
-
Packages that use ReviewParameters Package Description com.spotify.github.v3.clients com.spotify.github.v3.prs -
-
Uses of ReviewParameters in com.spotify.github.v3.clients
Methods in com.spotify.github.v3.clients with parameters of type ReviewParameters Modifier and Type Method Description CompletableFuture<Review>PullRequestClient. createReview(int number, ReviewParameters properties)Creates a review for a pull request. -
Uses of ReviewParameters in com.spotify.github.v3.prs
Subclasses of ReviewParameters in com.spotify.github.v3.prs Modifier and Type Class Description classImmutableReviewParametersImmutable implementation ofReviewParameters.Methods in com.spotify.github.v3.prs with parameters of type ReviewParameters Modifier and Type Method Description static ImmutableReviewParametersImmutableReviewParameters. copyOf(ReviewParameters instance)Creates an immutable copy of aReviewParametersvalue.ImmutableReviewParameters.BuilderImmutableReviewParameters.Builder. from(ReviewParameters instance)Fill a builder with attribute values from the providedReviewParametersinstance.
-