static ImmutablePullRequestLinks.Builder |
ImmutablePullRequestLinks.builder() |
|
ImmutablePullRequestLinks.Builder |
ImmutablePullRequestLinks.Builder.comments(Links.Href<URI> comments) |
Initializes the value for the comments attribute.
|
ImmutablePullRequestLinks.Builder |
ImmutablePullRequestLinks.Builder.commits(Links.Href<URI> commits) |
Initializes the value for the commits attribute.
|
ImmutablePullRequestLinks.Builder |
ImmutablePullRequestLinks.Builder.from(Links instance) |
Fill a builder with attribute values from the provided com.spotify.github.Links instance.
|
ImmutablePullRequestLinks.Builder |
ImmutablePullRequestLinks.Builder.from(PullRequestLinks instance) |
Fill a builder with attribute values from the provided com.spotify.github.v3.prs.PullRequestLinks instance.
|
ImmutablePullRequestLinks.Builder |
ImmutablePullRequestLinks.Builder.html(Links.Href<URI> html) |
Initializes the value for the html attribute.
|
ImmutablePullRequestLinks.Builder |
ImmutablePullRequestLinks.Builder.issue(Links.Href<URI> issue) |
Initializes the value for the issue attribute.
|
ImmutablePullRequestLinks.Builder |
ImmutablePullRequestLinks.Builder.reviewComment(Links.Href<String> reviewComment) |
|
ImmutablePullRequestLinks.Builder |
ImmutablePullRequestLinks.Builder.reviewComments(Links.Href<URI> reviewComments) |
|
ImmutablePullRequestLinks.Builder |
ImmutablePullRequestLinks.Builder.self(Links.Href<URI> self) |
Initializes the value for the self attribute.
|
ImmutablePullRequestLinks.Builder |
ImmutablePullRequestLinks.Builder.statuses(Links.Href<URI> statuses) |
Initializes the value for the statuses attribute.
|