ImmutablePullRequest |
ImmutablePullRequest.Builder.build() |
|
static ImmutablePullRequest |
ImmutablePullRequest.copyOf(PullRequest instance) |
|
ImmutablePullRequest |
ImmutablePullRequest.withAdditions(Integer value) |
Copy the current immutable object by setting a value for the additions attribute.
|
ImmutablePullRequest |
ImmutablePullRequest.withAssignee(User value) |
Copy the current immutable object by setting a present value for the optional assignee attribute.
|
ImmutablePullRequest |
ImmutablePullRequest.withAssignee(Optional<? extends User> optional) |
Copy the current immutable object by setting an optional value for the assignee attribute.
|
ImmutablePullRequest |
ImmutablePullRequest.withAssignees(List<User> value) |
Copy the current immutable object by setting a present value for the optional assignees attribute.
|
ImmutablePullRequest |
ImmutablePullRequest.withAssignees(Optional<? extends List<User>> optional) |
Copy the current immutable object by setting an optional value for the assignees attribute.
|
ImmutablePullRequest |
ImmutablePullRequest.withBase(PullRequestRef value) |
Copy the current immutable object by setting a value for the base attribute.
|
ImmutablePullRequest |
ImmutablePullRequest.withBody(String value) |
Copy the current immutable object by setting a present value for the optional body attribute.
|
ImmutablePullRequest |
ImmutablePullRequest.withBody(Optional<String> optional) |
Copy the current immutable object by setting an optional value for the body attribute.
|
ImmutablePullRequest |
ImmutablePullRequest.withChangedFiles(Integer value) |
Copy the current immutable object by setting a value for the changedFiles attribute.
|
ImmutablePullRequest |
ImmutablePullRequest.withClosedAt(GitHubInstant value) |
Copy the current immutable object by setting a present value for the optional closedAt attribute.
|
ImmutablePullRequest |
ImmutablePullRequest.withClosedAt(Optional<? extends GitHubInstant> optional) |
Copy the current immutable object by setting an optional value for the closedAt attribute.
|
ImmutablePullRequest |
ImmutablePullRequest.withComments(Integer value) |
Copy the current immutable object by setting a value for the comments attribute.
|
ImmutablePullRequest |
ImmutablePullRequest.withCommentsUrl(URI value) |
Copy the current immutable object by setting a value for the commentsUrl attribute.
|
ImmutablePullRequest |
ImmutablePullRequest.withCommits(Integer value) |
Copy the current immutable object by setting a value for the commits attribute.
|
ImmutablePullRequest |
ImmutablePullRequest.withCommitsUrl(URI value) |
Copy the current immutable object by setting a value for the commitsUrl attribute.
|
ImmutablePullRequest |
ImmutablePullRequest.withCreatedAt(GitHubInstant value) |
Copy the current immutable object by setting a value for the createdAt attribute.
|
ImmutablePullRequest |
ImmutablePullRequest.withDeletions(Integer value) |
Copy the current immutable object by setting a value for the deletions attribute.
|
ImmutablePullRequest |
ImmutablePullRequest.withDiffUrl(URI value) |
Copy the current immutable object by setting a value for the diffUrl attribute.
|
ImmutablePullRequest |
ImmutablePullRequest.withDraft(boolean value) |
Copy the current immutable object by setting a present value for the optional draft attribute.
|
ImmutablePullRequest |
ImmutablePullRequest.withDraft(Optional<Boolean> optional) |
Copy the current immutable object by setting an optional value for the draft attribute.
|
ImmutablePullRequest |
ImmutablePullRequest.withHead(PullRequestRef value) |
Copy the current immutable object by setting a value for the head attribute.
|
ImmutablePullRequest |
ImmutablePullRequest.withHtmlUrl(URI value) |
Copy the current immutable object by setting a value for the htmlUrl attribute.
|
ImmutablePullRequest |
ImmutablePullRequest.withId(Long value) |
Copy the current immutable object by setting a value for the id attribute.
|
ImmutablePullRequest |
ImmutablePullRequest.withIssueUrl(URI value) |
Copy the current immutable object by setting a value for the issueUrl attribute.
|
ImmutablePullRequest |
ImmutablePullRequest.withLabels(Label... elements) |
Copy the current immutable object with elements that replace the content of labels .
|
ImmutablePullRequest |
ImmutablePullRequest.withLabels(Iterable<? extends Label> elements) |
Copy the current immutable object with elements that replace the content of labels .
|
ImmutablePullRequest |
ImmutablePullRequest.withLinks(PullRequestLinks value) |
Copy the current immutable object by setting a value for the links attribute.
|
ImmutablePullRequest |
ImmutablePullRequest.withLocked(Boolean value) |
Copy the current immutable object by setting a value for the locked attribute.
|
ImmutablePullRequest |
ImmutablePullRequest.withMergeable(boolean value) |
Copy the current immutable object by setting a present value for the optional mergeable attribute.
|
ImmutablePullRequest |
ImmutablePullRequest.withMergeable(Optional<Boolean> optional) |
Copy the current immutable object by setting an optional value for the mergeable attribute.
|
ImmutablePullRequest |
ImmutablePullRequest.withMergeableState(String value) |
Copy the current immutable object by setting a value for the mergeableState attribute.
|
ImmutablePullRequest |
ImmutablePullRequest.withMergeCommitSha(String value) |
Copy the current immutable object by setting a present value for the optional mergeCommitSha attribute.
|
ImmutablePullRequest |
ImmutablePullRequest.withMergeCommitSha(Optional<String> optional) |
Copy the current immutable object by setting an optional value for the mergeCommitSha attribute.
|
ImmutablePullRequest |
ImmutablePullRequest.withMerged(Boolean value) |
Copy the current immutable object by setting a value for the merged attribute.
|
ImmutablePullRequest |
ImmutablePullRequest.withMergedAt(GitHubInstant value) |
Copy the current immutable object by setting a present value for the optional mergedAt attribute.
|
ImmutablePullRequest |
ImmutablePullRequest.withMergedAt(Optional<? extends GitHubInstant> optional) |
Copy the current immutable object by setting an optional value for the mergedAt attribute.
|
ImmutablePullRequest |
ImmutablePullRequest.withMergedBy(User value) |
Copy the current immutable object by setting a present value for the optional mergedBy attribute.
|
ImmutablePullRequest |
ImmutablePullRequest.withMergedBy(Optional<? extends User> optional) |
Copy the current immutable object by setting an optional value for the mergedBy attribute.
|
ImmutablePullRequest |
ImmutablePullRequest.withMilestone(Milestone value) |
Copy the current immutable object by setting a present value for the optional milestone attribute.
|
ImmutablePullRequest |
ImmutablePullRequest.withMilestone(Optional<? extends Milestone> optional) |
Copy the current immutable object by setting an optional value for the milestone attribute.
|
ImmutablePullRequest |
ImmutablePullRequest.withNodeId(String value) |
Copy the current immutable object by setting a value for the nodeId attribute.
|
ImmutablePullRequest |
ImmutablePullRequest.withNumber(Integer value) |
Copy the current immutable object by setting a value for the number attribute.
|
ImmutablePullRequest |
ImmutablePullRequest.withPatchUrl(URI value) |
Copy the current immutable object by setting a value for the patchUrl attribute.
|
ImmutablePullRequest |
ImmutablePullRequest.withRequestedReviewers(User... elements) |
Copy the current immutable object with elements that replace the content of requestedReviewers .
|
ImmutablePullRequest |
ImmutablePullRequest.withRequestedReviewers(Iterable<? extends User> elements) |
Copy the current immutable object with elements that replace the content of requestedReviewers .
|
ImmutablePullRequest |
ImmutablePullRequest.withRequestedTeams(User... elements) |
Copy the current immutable object with elements that replace the content of requestedTeams .
|
ImmutablePullRequest |
ImmutablePullRequest.withRequestedTeams(Iterable<? extends User> elements) |
Copy the current immutable object with elements that replace the content of requestedTeams .
|
ImmutablePullRequest |
ImmutablePullRequest.withReviewComments(Integer value) |
Copy the current immutable object by setting a value for the reviewComments attribute.
|
ImmutablePullRequest |
ImmutablePullRequest.withReviewCommentsUrl(URI value) |
Copy the current immutable object by setting a value for the reviewCommentsUrl attribute.
|
ImmutablePullRequest |
ImmutablePullRequest.withReviewCommentUrl(String value) |
Copy the current immutable object by setting a value for the reviewCommentUrl attribute.
|
ImmutablePullRequest |
ImmutablePullRequest.withState(String value) |
Copy the current immutable object by setting a value for the state attribute.
|
ImmutablePullRequest |
ImmutablePullRequest.withStatusesUrl(URI value) |
Copy the current immutable object by setting a value for the statusesUrl attribute.
|
ImmutablePullRequest |
ImmutablePullRequest.withTitle(String value) |
Copy the current immutable object by setting a value for the title attribute.
|
ImmutablePullRequest |
ImmutablePullRequest.withUpdatedAt(GitHubInstant value) |
Copy the current immutable object by setting a value for the updatedAt attribute.
|
ImmutablePullRequest |
ImmutablePullRequest.withUrl(URI value) |
Copy the current immutable object by setting a value for the url attribute.
|
ImmutablePullRequest |
ImmutablePullRequest.withUser(User value) |
Copy the current immutable object by setting a value for the user attribute.
|