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 class
ImmutableReviewRequests
Immutable implementation ofReviewRequests
.Methods in com.spotify.github.v3.prs with parameters of type ReviewRequests Modifier and Type Method Description static ImmutableReviewRequests
ImmutableReviewRequests. copyOf(ReviewRequests instance)
Creates an immutable copy of aReviewRequests
value.ImmutableReviewRequests.Builder
ImmutableReviewRequests.Builder. from(ReviewRequests instance)
Fill a builder with attribute values from the providedReviewRequests
instance.
-