Uses of Class
com.spotify.github.v3.prs.ImmutableReviewRequests
-
Packages that use ImmutableReviewRequests Package Description com.spotify.github.v3.prs -
-
Uses of ImmutableReviewRequests in com.spotify.github.v3.prs
Methods in com.spotify.github.v3.prs that return ImmutableReviewRequests Modifier and Type Method Description ImmutableReviewRequests
ImmutableReviewRequests.Builder. build()
Builds a newImmutableReviewRequests
.static ImmutableReviewRequests
ImmutableReviewRequests. copyOf(ReviewRequests instance)
Creates an immutable copy of aReviewRequests
value.ImmutableReviewRequests
ImmutableReviewRequests. withTeams(Team... elements)
Copy the current immutable object with elements that replace the content ofteams
.ImmutableReviewRequests
ImmutableReviewRequests. withTeams(Iterable<? extends Team> elements)
Copy the current immutable object with elements that replace the content ofteams
.ImmutableReviewRequests
ImmutableReviewRequests. withUsers(User... elements)
Copy the current immutable object with elements that replace the content ofusers
.ImmutableReviewRequests
ImmutableReviewRequests. withUsers(Iterable<? extends User> elements)
Copy the current immutable object with elements that replace the content ofusers
.
-