Uses of Interface
com.spotify.github.Links.Href
-
Packages that use Links.Href Package Description com.spotify.github com.spotify.github.v3.prs -
-
Uses of Links.Href in com.spotify.github
Classes in com.spotify.github that implement Links.Href Modifier and Type Class Description classImmutableHref<T>Immutable implementation ofLinks.Href.Methods in com.spotify.github that return Links.Href Modifier and Type Method Description Links.Href<URI>ImmutableLinks. html()Link to the HTML representaion of this item.Links.Href<URI>Links. html()Link to the HTML representaion of this item.Links.Href<URI>ImmutableLinks. self()Link to this entity in the API.Links.Href<URI>Links. self()Link to this entity in the API.Methods in com.spotify.github with parameters of type Links.Href Modifier and Type Method Description static <T> ImmutableHref<T>ImmutableHref. copyOf(Links.Href<T> instance)Creates an immutable copy of aLinks.Hrefvalue.ImmutableHref.Builder<T>ImmutableHref.Builder. from(Links.Href<T> instance)Fill a builder with attribute values from the providedHrefinstance.ImmutableLinks.BuilderImmutableLinks.Builder. html(Links.Href<URI> html)Initializes the value for thehtmlattribute.ImmutableLinks.BuilderImmutableLinks.Builder. self(Links.Href<URI> self)Initializes the value for theselfattribute.ImmutableLinksImmutableLinks. withHtml(Links.Href<URI> value)Copy the current immutable object by setting a value for thehtmlattribute.ImmutableLinksImmutableLinks. withSelf(Links.Href<URI> value)Copy the current immutable object by setting a value for theselfattribute. -
Uses of Links.Href in com.spotify.github.v3.prs
Methods in com.spotify.github.v3.prs that return Links.Href Modifier and Type Method Description Links.Href<URI>ImmutablePullRequestLinks. comments()API link to the comments on this pull request.Links.Href<URI>PullRequestLinks. comments()API link to the comments on this pull request.Links.Href<URI>ImmutablePullRequestLinks. commits()API link to the commits on this pull request.Links.Href<URI>PullRequestLinks. commits()API link to the commits on this pull request.Links.Href<URI>ImmutableCommentLinks. html()Link to the HTML representaion of this item.Links.Href<URI>ImmutablePullRequestLinks. html()Link to the HTML representaion of this item.Links.Href<URI>ImmutablePullRequestLinks. issue()API link to the pull request.Links.Href<URI>PullRequestLinks. issue()API link to the pull request.Links.Href<URI>CommentLinks. pullRequest()Link to the pull request that this comment belongs to.Links.Href<URI>ImmutableCommentLinks. pullRequest()Link to the pull request that this comment belongs to.Links.Href<String>ImmutablePullRequestLinks. reviewComment()API link template to a specific review comments on this pull request.Links.Href<String>PullRequestLinks. reviewComment()API link template to a specific review comments on this pull request.Links.Href<URI>ImmutablePullRequestLinks. reviewComments()API link to the review comments on this pull request.Links.Href<URI>PullRequestLinks. reviewComments()API link to the review comments on this pull request.Links.Href<URI>ImmutableCommentLinks. self()Link to this entity in the API.Links.Href<URI>ImmutablePullRequestLinks. self()Link to this entity in the API.Links.Href<URI>ImmutablePullRequestLinks. statuses()API link to the statuses on this pull request.Links.Href<URI>PullRequestLinks. statuses()API link to the statuses on this pull request.Methods in com.spotify.github.v3.prs with parameters of type Links.Href Modifier and Type Method Description ImmutablePullRequestLinks.BuilderImmutablePullRequestLinks.Builder. comments(Links.Href<URI> comments)Initializes the value for thecommentsattribute.ImmutablePullRequestLinks.BuilderImmutablePullRequestLinks.Builder. commits(Links.Href<URI> commits)Initializes the value for thecommitsattribute.ImmutableCommentLinks.BuilderImmutableCommentLinks.Builder. html(Links.Href<URI> html)Initializes the value for thehtmlattribute.ImmutablePullRequestLinks.BuilderImmutablePullRequestLinks.Builder. html(Links.Href<URI> html)Initializes the value for thehtmlattribute.ImmutablePullRequestLinks.BuilderImmutablePullRequestLinks.Builder. issue(Links.Href<URI> issue)Initializes the value for theissueattribute.ImmutableCommentLinks.BuilderImmutableCommentLinks.Builder. pullRequest(Links.Href<URI> pullRequest)Initializes the value for thepullRequestattribute.ImmutablePullRequestLinks.BuilderImmutablePullRequestLinks.Builder. reviewComment(Links.Href<String> reviewComment)Initializes the value for thereviewCommentattribute.ImmutablePullRequestLinks.BuilderImmutablePullRequestLinks.Builder. reviewComments(Links.Href<URI> reviewComments)Initializes the value for thereviewCommentsattribute.ImmutableCommentLinks.BuilderImmutableCommentLinks.Builder. self(Links.Href<URI> self)Initializes the value for theselfattribute.ImmutablePullRequestLinks.BuilderImmutablePullRequestLinks.Builder. self(Links.Href<URI> self)Initializes the value for theselfattribute.ImmutablePullRequestLinks.BuilderImmutablePullRequestLinks.Builder. statuses(Links.Href<URI> statuses)Initializes the value for thestatusesattribute.ImmutablePullRequestLinksImmutablePullRequestLinks. withComments(Links.Href<URI> value)Copy the current immutable object by setting a value for thecommentsattribute.ImmutablePullRequestLinksImmutablePullRequestLinks. withCommits(Links.Href<URI> value)Copy the current immutable object by setting a value for thecommitsattribute.ImmutableCommentLinksImmutableCommentLinks. withHtml(Links.Href<URI> value)Copy the current immutable object by setting a value for thehtmlattribute.ImmutablePullRequestLinksImmutablePullRequestLinks. withHtml(Links.Href<URI> value)Copy the current immutable object by setting a value for thehtmlattribute.ImmutablePullRequestLinksImmutablePullRequestLinks. withIssue(Links.Href<URI> value)Copy the current immutable object by setting a value for theissueattribute.ImmutableCommentLinksImmutableCommentLinks. withPullRequest(Links.Href<URI> value)Copy the current immutable object by setting a value for thepullRequestattribute.ImmutablePullRequestLinksImmutablePullRequestLinks. withReviewComment(Links.Href<String> value)Copy the current immutable object by setting a value for thereviewCommentattribute.ImmutablePullRequestLinksImmutablePullRequestLinks. withReviewComments(Links.Href<URI> value)Copy the current immutable object by setting a value for thereviewCommentsattribute.ImmutableCommentLinksImmutableCommentLinks. withSelf(Links.Href<URI> value)Copy the current immutable object by setting a value for theselfattribute.ImmutablePullRequestLinksImmutablePullRequestLinks. withSelf(Links.Href<URI> value)Copy the current immutable object by setting a value for theselfattribute.ImmutablePullRequestLinksImmutablePullRequestLinks. withStatuses(Links.Href<URI> value)Copy the current immutable object by setting a value for thestatusesattribute.
-