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 ImmutableCommentLinks
ImmutableCommentLinks.Builder. build()
Builds a newImmutableCommentLinks
.static ImmutableCommentLinks
ImmutableCommentLinks. copyOf(CommentLinks instance)
Creates an immutable copy of aCommentLinks
value.ImmutableCommentLinks
ImmutableCommentLinks. withHtml(Links.Href<URI> value)
Copy the current immutable object by setting a value for thehtml
attribute.ImmutableCommentLinks
ImmutableCommentLinks. withPullRequest(Links.Href<URI> value)
Copy the current immutable object by setting a value for thepullRequest
attribute.ImmutableCommentLinks
ImmutableCommentLinks. withSelf(Links.Href<URI> value)
Copy the current immutable object by setting a value for theself
attribute.
-