Uses of Class
com.spotify.github.v3.prs.ImmutableCommentLinks
-
Packages that use ImmutableCommentLinks Package Description com.spotify.github.v3.prs -
-
Uses of ImmutableCommentLinks in com.spotify.github.v3.prs
Methods in com.spotify.github.v3.prs that return ImmutableCommentLinks Modifier and Type Method Description ImmutableCommentLinksImmutableCommentLinks.Builder. build()Builds a newImmutableCommentLinks.static ImmutableCommentLinksImmutableCommentLinks. copyOf(CommentLinks instance)Creates an immutable copy of aCommentLinksvalue.ImmutableCommentLinksImmutableCommentLinks. withHtml(Links.Href<URI> value)Copy the current immutable object by setting a value for thehtmlattribute.ImmutableCommentLinksImmutableCommentLinks. withPullRequest(Links.Href<URI> value)Copy the current immutable object by setting a value for thepullRequestattribute.ImmutableCommentLinksImmutableCommentLinks. withSelf(Links.Href<URI> value)Copy the current immutable object by setting a value for theselfattribute.
-