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 ImmutableReviewRequestsImmutableReviewRequests.Builder. build()Builds a newImmutableReviewRequests.static ImmutableReviewRequestsImmutableReviewRequests. copyOf(ReviewRequests instance)Creates an immutable copy of aReviewRequestsvalue.ImmutableReviewRequestsImmutableReviewRequests. withTeams(Team... elements)Copy the current immutable object with elements that replace the content ofteams.ImmutableReviewRequestsImmutableReviewRequests. withTeams(Iterable<? extends Team> elements)Copy the current immutable object with elements that replace the content ofteams.ImmutableReviewRequestsImmutableReviewRequests. withUsers(User... elements)Copy the current immutable object with elements that replace the content ofusers.ImmutableReviewRequestsImmutableReviewRequests. withUsers(Iterable<? extends User> elements)Copy the current immutable object with elements that replace the content ofusers.
-