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 classImmutableCommentLinksImmutable implementation ofCommentLinks.Methods in com.spotify.github.v3.prs that return CommentLinks Modifier and Type Method Description CommentLinksComment. links()Link references.CommentLinksImmutableComment. links()Link references.Methods in com.spotify.github.v3.prs with parameters of type CommentLinks Modifier and Type Method Description static ImmutableCommentLinksImmutableCommentLinks. copyOf(CommentLinks instance)Creates an immutable copy of aCommentLinksvalue.ImmutableCommentLinks.BuilderImmutableCommentLinks.Builder. from(CommentLinks instance)Fill a builder with attribute values from the providedcom.spotify.github.v3.prs.CommentLinksinstance.ImmutableComment.BuilderImmutableComment.Builder. links(CommentLinks links)Initializes the value for thelinksattribute.ImmutableCommentImmutableComment. withLinks(CommentLinks value)Copy the current immutable object by setting a value for thelinksattribute.
-