ImmutablePullRequestLinks |
ImmutablePullRequestLinks.Builder.build() |
|
static ImmutablePullRequestLinks |
ImmutablePullRequestLinks.copyOf(PullRequestLinks instance) |
|
ImmutablePullRequestLinks |
ImmutablePullRequestLinks.withComments(Links.Href<URI> value) |
Copy the current immutable object by setting a value for the comments attribute.
|
ImmutablePullRequestLinks |
ImmutablePullRequestLinks.withCommits(Links.Href<URI> value) |
Copy the current immutable object by setting a value for the commits attribute.
|
ImmutablePullRequestLinks |
ImmutablePullRequestLinks.withHtml(Links.Href<URI> value) |
Copy the current immutable object by setting a value for the html attribute.
|
ImmutablePullRequestLinks |
ImmutablePullRequestLinks.withIssue(Links.Href<URI> value) |
Copy the current immutable object by setting a value for the issue attribute.
|
ImmutablePullRequestLinks |
ImmutablePullRequestLinks.withReviewComment(Links.Href<String> value) |
Copy the current immutable object by setting a value for the reviewComment attribute.
|
ImmutablePullRequestLinks |
ImmutablePullRequestLinks.withReviewComments(Links.Href<URI> value) |
Copy the current immutable object by setting a value for the reviewComments attribute.
|
ImmutablePullRequestLinks |
ImmutablePullRequestLinks.withSelf(Links.Href<URI> value) |
Copy the current immutable object by setting a value for the self attribute.
|
ImmutablePullRequestLinks |
ImmutablePullRequestLinks.withStatuses(Links.Href<URI> value) |
Copy the current immutable object by setting a value for the statuses attribute.
|