Uses of Interface
com.spotify.github.Links
-
Packages that use Links Package Description com.spotify.github com.spotify.github.v3.prs -
-
Uses of Links in com.spotify.github
Classes in com.spotify.github that implement Links Modifier and Type Class Description classImmutableLinksImmutable implementation ofLinks.Methods in com.spotify.github with parameters of type Links Modifier and Type Method Description static ImmutableLinksImmutableLinks. copyOf(Links instance)Creates an immutable copy of aLinksvalue.ImmutableLinks.BuilderImmutableLinks.Builder. from(Links instance)Fill a builder with attribute values from the providedLinksinstance. -
Uses of Links in com.spotify.github.v3.prs
Subinterfaces of Links in com.spotify.github.v3.prs Modifier and Type Interface Description interfaceCommentLinksReference links for the Comment entityinterfacePullRequestLinksReference links for the PullRequest entityClasses in com.spotify.github.v3.prs that implement Links Modifier and Type Class Description classImmutableCommentLinksImmutable implementation ofCommentLinks.classImmutablePullRequestLinksImmutable implementation ofPullRequestLinks.Methods in com.spotify.github.v3.prs with parameters of type Links Modifier and Type Method Description ImmutableCommentLinks.BuilderImmutableCommentLinks.Builder. from(Links instance)Fill a builder with attribute values from the providedcom.spotify.github.Linksinstance.ImmutablePullRequestLinks.BuilderImmutablePullRequestLinks.Builder. from(Links instance)Fill a builder with attribute values from the providedcom.spotify.github.Linksinstance.
-