ImmutablePullRequestItem |
ImmutablePullRequestItem.Builder.build() |
|
static ImmutablePullRequestItem |
ImmutablePullRequestItem.copyOf(PullRequestItem instance) |
|
ImmutablePullRequestItem |
ImmutablePullRequestItem.withAssignee(User value) |
Copy the current immutable object by setting a present value for the optional assignee attribute.
|
ImmutablePullRequestItem |
ImmutablePullRequestItem.withAssignee(Optional<? extends User> optional) |
Copy the current immutable object by setting an optional value for the assignee attribute.
|
ImmutablePullRequestItem |
ImmutablePullRequestItem.withAssignees(List<User> value) |
Copy the current immutable object by setting a present value for the optional assignees attribute.
|
ImmutablePullRequestItem |
ImmutablePullRequestItem.withAssignees(Optional<? extends List<User>> optional) |
Copy the current immutable object by setting an optional value for the assignees attribute.
|
ImmutablePullRequestItem |
ImmutablePullRequestItem.withBase(PullRequestRef value) |
Copy the current immutable object by setting a value for the base attribute.
|
ImmutablePullRequestItem |
ImmutablePullRequestItem.withBody(String value) |
Copy the current immutable object by setting a present value for the optional body attribute.
|
ImmutablePullRequestItem |
ImmutablePullRequestItem.withBody(Optional<String> optional) |
Copy the current immutable object by setting an optional value for the body attribute.
|
ImmutablePullRequestItem |
ImmutablePullRequestItem.withClosedAt(GitHubInstant value) |
Copy the current immutable object by setting a present value for the optional closedAt attribute.
|
ImmutablePullRequestItem |
ImmutablePullRequestItem.withClosedAt(Optional<? extends GitHubInstant> optional) |
Copy the current immutable object by setting an optional value for the closedAt attribute.
|
ImmutablePullRequestItem |
ImmutablePullRequestItem.withCommentsUrl(URI value) |
Copy the current immutable object by setting a value for the commentsUrl attribute.
|
ImmutablePullRequestItem |
ImmutablePullRequestItem.withCommitsUrl(URI value) |
Copy the current immutable object by setting a value for the commitsUrl attribute.
|
ImmutablePullRequestItem |
ImmutablePullRequestItem.withCreatedAt(GitHubInstant value) |
Copy the current immutable object by setting a value for the createdAt attribute.
|
ImmutablePullRequestItem |
ImmutablePullRequestItem.withDiffUrl(URI value) |
Copy the current immutable object by setting a value for the diffUrl attribute.
|
ImmutablePullRequestItem |
ImmutablePullRequestItem.withHead(PullRequestRef value) |
Copy the current immutable object by setting a value for the head attribute.
|
ImmutablePullRequestItem |
ImmutablePullRequestItem.withHtmlUrl(URI value) |
Copy the current immutable object by setting a value for the htmlUrl attribute.
|
ImmutablePullRequestItem |
ImmutablePullRequestItem.withId(Long value) |
Copy the current immutable object by setting a value for the id attribute.
|
ImmutablePullRequestItem |
ImmutablePullRequestItem.withIssueUrl(URI value) |
Copy the current immutable object by setting a value for the issueUrl attribute.
|
ImmutablePullRequestItem |
ImmutablePullRequestItem.withLinks(PullRequestLinks value) |
Copy the current immutable object by setting a value for the links attribute.
|
ImmutablePullRequestItem |
ImmutablePullRequestItem.withLocked(Boolean value) |
Copy the current immutable object by setting a value for the locked attribute.
|
ImmutablePullRequestItem |
ImmutablePullRequestItem.withMergeCommitSha(String value) |
Copy the current immutable object by setting a present value for the optional mergeCommitSha attribute.
|
ImmutablePullRequestItem |
ImmutablePullRequestItem.withMergeCommitSha(Optional<String> optional) |
Copy the current immutable object by setting an optional value for the mergeCommitSha attribute.
|
ImmutablePullRequestItem |
ImmutablePullRequestItem.withMergedAt(GitHubInstant value) |
Copy the current immutable object by setting a present value for the optional mergedAt attribute.
|
ImmutablePullRequestItem |
ImmutablePullRequestItem.withMergedAt(Optional<? extends GitHubInstant> optional) |
Copy the current immutable object by setting an optional value for the mergedAt attribute.
|
ImmutablePullRequestItem |
ImmutablePullRequestItem.withMilestone(Milestone value) |
Copy the current immutable object by setting a present value for the optional milestone attribute.
|
ImmutablePullRequestItem |
ImmutablePullRequestItem.withMilestone(Optional<? extends Milestone> optional) |
Copy the current immutable object by setting an optional value for the milestone attribute.
|
ImmutablePullRequestItem |
ImmutablePullRequestItem.withNumber(Integer value) |
Copy the current immutable object by setting a value for the number attribute.
|
ImmutablePullRequestItem |
ImmutablePullRequestItem.withPatchUrl(URI value) |
Copy the current immutable object by setting a value for the patchUrl attribute.
|
ImmutablePullRequestItem |
ImmutablePullRequestItem.withRequestedReviewers(User... elements) |
Copy the current immutable object with elements that replace the content of requestedReviewers .
|
ImmutablePullRequestItem |
ImmutablePullRequestItem.withRequestedReviewers(Iterable<? extends User> elements) |
Copy the current immutable object with elements that replace the content of requestedReviewers .
|
ImmutablePullRequestItem |
ImmutablePullRequestItem.withRequestedTeams(User... elements) |
Copy the current immutable object with elements that replace the content of requestedTeams .
|
ImmutablePullRequestItem |
ImmutablePullRequestItem.withRequestedTeams(Iterable<? extends User> elements) |
Copy the current immutable object with elements that replace the content of requestedTeams .
|
ImmutablePullRequestItem |
ImmutablePullRequestItem.withReviewCommentsUrl(URI value) |
Copy the current immutable object by setting a value for the reviewCommentsUrl attribute.
|
ImmutablePullRequestItem |
ImmutablePullRequestItem.withReviewCommentUrl(String value) |
Copy the current immutable object by setting a value for the reviewCommentUrl attribute.
|
ImmutablePullRequestItem |
ImmutablePullRequestItem.withState(String value) |
Copy the current immutable object by setting a value for the state attribute.
|
ImmutablePullRequestItem |
ImmutablePullRequestItem.withStatusesUrl(URI value) |
Copy the current immutable object by setting a value for the statusesUrl attribute.
|
ImmutablePullRequestItem |
ImmutablePullRequestItem.withTitle(String value) |
Copy the current immutable object by setting a value for the title attribute.
|
ImmutablePullRequestItem |
ImmutablePullRequestItem.withUpdatedAt(GitHubInstant value) |
Copy the current immutable object by setting a value for the updatedAt attribute.
|
ImmutablePullRequestItem |
ImmutablePullRequestItem.withUrl(URI value) |
Copy the current immutable object by setting a value for the url attribute.
|
ImmutablePullRequestItem |
ImmutablePullRequestItem.withUser(User value) |
Copy the current immutable object by setting a value for the user attribute.
|