Uses of Interface
com.spotify.github.v3.prs.ReviewRequests
-
Packages that use ReviewRequests Package Description com.spotify.github.v3.clients com.spotify.github.v3.prs -
-
Uses of ReviewRequests in com.spotify.github.v3.clients
Methods in com.spotify.github.v3.clients that return types with arguments of type ReviewRequests Modifier and Type Method Description CompletableFuture<ReviewRequests>PullRequestClient. listReviewRequests(int number)List pull request requested reviews. -
Uses of ReviewRequests in com.spotify.github.v3.prs
Classes in com.spotify.github.v3.prs that implement ReviewRequests Modifier and Type Class Description classImmutableReviewRequestsImmutable implementation ofReviewRequests.Methods in com.spotify.github.v3.prs with parameters of type ReviewRequests Modifier and Type Method Description static ImmutableReviewRequestsImmutableReviewRequests. copyOf(ReviewRequests instance)Creates an immutable copy of aReviewRequestsvalue.ImmutableReviewRequests.BuilderImmutableReviewRequests.Builder. from(ReviewRequests instance)Fill a builder with attribute values from the providedReviewRequestsinstance.
-