Uses of Interface
com.spotify.github.v3.prs.PullRequestLinks
-
Packages that use PullRequestLinks Package Description com.spotify.github.v3.prs -
-
Uses of PullRequestLinks in com.spotify.github.v3.prs
Classes in com.spotify.github.v3.prs that implement PullRequestLinks Modifier and Type Class Description classImmutablePullRequestLinksImmutable implementation ofPullRequestLinks.Methods in com.spotify.github.v3.prs that return PullRequestLinks Modifier and Type Method Description PullRequestLinksImmutablePullRequest. links()Link references.PullRequestLinksImmutablePullRequestItem. links()Link references.PullRequestLinksPullRequestItem. links()Link references.Methods in com.spotify.github.v3.prs with parameters of type PullRequestLinks Modifier and Type Method Description static ImmutablePullRequestLinksImmutablePullRequestLinks. copyOf(PullRequestLinks instance)Creates an immutable copy of aPullRequestLinksvalue.ImmutablePullRequestLinks.BuilderImmutablePullRequestLinks.Builder. from(PullRequestLinks instance)Fill a builder with attribute values from the providedcom.spotify.github.v3.prs.PullRequestLinksinstance.ImmutablePullRequest.BuilderImmutablePullRequest.Builder. links(PullRequestLinks links)Initializes the value for thelinksattribute.ImmutablePullRequestItem.BuilderImmutablePullRequestItem.Builder. links(PullRequestLinks links)Initializes the value for thelinksattribute.ImmutablePullRequestImmutablePullRequest. withLinks(PullRequestLinks value)Copy the current immutable object by setting a value for thelinksattribute.ImmutablePullRequestItemImmutablePullRequestItem. withLinks(PullRequestLinks value)Copy the current immutable object by setting a value for thelinksattribute.
-