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 class
ImmutableHref<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.Href
value.ImmutableHref.Builder<T>
ImmutableHref.Builder. from(Links.Href<T> instance)
Fill a builder with attribute values from the providedHref
instance.ImmutableLinks.Builder
ImmutableLinks.Builder. html(Links.Href<URI> html)
Initializes the value for thehtml
attribute.ImmutableLinks.Builder
ImmutableLinks.Builder. self(Links.Href<URI> self)
Initializes the value for theself
attribute.ImmutableLinks
ImmutableLinks. withHtml(Links.Href<URI> value)
Copy the current immutable object by setting a value for thehtml
attribute.ImmutableLinks
ImmutableLinks. withSelf(Links.Href<URI> value)
Copy the current immutable object by setting a value for theself
attribute. -
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.Builder
ImmutablePullRequestLinks.Builder. comments(Links.Href<URI> comments)
Initializes the value for thecomments
attribute.ImmutablePullRequestLinks.Builder
ImmutablePullRequestLinks.Builder. commits(Links.Href<URI> commits)
Initializes the value for thecommits
attribute.ImmutableCommentLinks.Builder
ImmutableCommentLinks.Builder. html(Links.Href<URI> html)
Initializes the value for thehtml
attribute.ImmutablePullRequestLinks.Builder
ImmutablePullRequestLinks.Builder. html(Links.Href<URI> html)
Initializes the value for thehtml
attribute.ImmutablePullRequestLinks.Builder
ImmutablePullRequestLinks.Builder. issue(Links.Href<URI> issue)
Initializes the value for theissue
attribute.ImmutableCommentLinks.Builder
ImmutableCommentLinks.Builder. pullRequest(Links.Href<URI> pullRequest)
Initializes the value for thepullRequest
attribute.ImmutablePullRequestLinks.Builder
ImmutablePullRequestLinks.Builder. reviewComment(Links.Href<String> reviewComment)
Initializes the value for thereviewComment
attribute.ImmutablePullRequestLinks.Builder
ImmutablePullRequestLinks.Builder. reviewComments(Links.Href<URI> reviewComments)
Initializes the value for thereviewComments
attribute.ImmutableCommentLinks.Builder
ImmutableCommentLinks.Builder. self(Links.Href<URI> self)
Initializes the value for theself
attribute.ImmutablePullRequestLinks.Builder
ImmutablePullRequestLinks.Builder. self(Links.Href<URI> self)
Initializes the value for theself
attribute.ImmutablePullRequestLinks.Builder
ImmutablePullRequestLinks.Builder. statuses(Links.Href<URI> statuses)
Initializes the value for thestatuses
attribute.ImmutablePullRequestLinks
ImmutablePullRequestLinks. withComments(Links.Href<URI> value)
Copy the current immutable object by setting a value for thecomments
attribute.ImmutablePullRequestLinks
ImmutablePullRequestLinks. withCommits(Links.Href<URI> value)
Copy the current immutable object by setting a value for thecommits
attribute.ImmutableCommentLinks
ImmutableCommentLinks. withHtml(Links.Href<URI> value)
Copy the current immutable object by setting a value for thehtml
attribute.ImmutablePullRequestLinks
ImmutablePullRequestLinks. withHtml(Links.Href<URI> value)
Copy the current immutable object by setting a value for thehtml
attribute.ImmutablePullRequestLinks
ImmutablePullRequestLinks. withIssue(Links.Href<URI> value)
Copy the current immutable object by setting a value for theissue
attribute.ImmutableCommentLinks
ImmutableCommentLinks. withPullRequest(Links.Href<URI> value)
Copy the current immutable object by setting a value for thepullRequest
attribute.ImmutablePullRequestLinks
ImmutablePullRequestLinks. withReviewComment(Links.Href<String> value)
Copy the current immutable object by setting a value for thereviewComment
attribute.ImmutablePullRequestLinks
ImmutablePullRequestLinks. withReviewComments(Links.Href<URI> value)
Copy the current immutable object by setting a value for thereviewComments
attribute.ImmutableCommentLinks
ImmutableCommentLinks. withSelf(Links.Href<URI> value)
Copy the current immutable object by setting a value for theself
attribute.ImmutablePullRequestLinks
ImmutablePullRequestLinks. withSelf(Links.Href<URI> value)
Copy the current immutable object by setting a value for theself
attribute.ImmutablePullRequestLinks
ImmutablePullRequestLinks. withStatuses(Links.Href<URI> value)
Copy the current immutable object by setting a value for thestatuses
attribute.
-