Uses of Class
com.spotify.github.v3.activity.events.ImmutableReviewLinks
-
Packages that use ImmutableReviewLinks Package Description com.spotify.github.v3.activity.events -
-
Uses of ImmutableReviewLinks in com.spotify.github.v3.activity.events
Methods in com.spotify.github.v3.activity.events that return ImmutableReviewLinks Modifier and Type Method Description ImmutableReviewLinksImmutableReviewLinks.Builder. build()Builds a newImmutableReviewLinks.static ImmutableReviewLinksImmutableReviewLinks. copyOf(ReviewLinks instance)Creates an immutable copy of aReviewLinksvalue.ImmutableReviewLinksImmutableReviewLinks. withHtml(ReviewLinks.Href<URI> value)Copy the current immutable object by setting a value for thehtmlattribute.ImmutableReviewLinksImmutableReviewLinks. withPullRequest(ReviewLinks.Href<URI> value)Copy the current immutable object by setting a value for thepullRequestattribute.
-