Uses of Interface
com.spotify.github.v3.prs.CommentLinks
-
Packages that use CommentLinks Package Description com.spotify.github.v3.prs -
-
Uses of CommentLinks in com.spotify.github.v3.prs
Classes in com.spotify.github.v3.prs that implement CommentLinks Modifier and Type Class Description class
ImmutableCommentLinks
Immutable implementation ofCommentLinks
.Methods in com.spotify.github.v3.prs that return CommentLinks Modifier and Type Method Description CommentLinks
Comment. links()
Link references.CommentLinks
ImmutableComment. links()
Link references.Methods in com.spotify.github.v3.prs with parameters of type CommentLinks Modifier and Type Method Description static ImmutableCommentLinks
ImmutableCommentLinks. copyOf(CommentLinks instance)
Creates an immutable copy of aCommentLinks
value.ImmutableCommentLinks.Builder
ImmutableCommentLinks.Builder. from(CommentLinks instance)
Fill a builder with attribute values from the providedcom.spotify.github.v3.prs.CommentLinks
instance.ImmutableComment.Builder
ImmutableComment.Builder. links(CommentLinks links)
Initializes the value for thelinks
attribute.ImmutableComment
ImmutableComment. withLinks(CommentLinks value)
Copy the current immutable object by setting a value for thelinks
attribute.
-