ImmutableIssue |
ImmutableIssue.Builder.build() |
|
static ImmutableIssue |
ImmutableIssue.copyOf(Issue instance) |
Creates an immutable copy of a Issue value.
|
ImmutableIssue |
ImmutableIssue.withAssignee(User value) |
Copy the current immutable object by setting a present value for the optional assignee attribute.
|
ImmutableIssue |
ImmutableIssue.withAssignee(Optional<? extends User> optional) |
Copy the current immutable object by setting an optional value for the assignee attribute.
|
ImmutableIssue |
ImmutableIssue.withBody(String value) |
Copy the current immutable object by setting a present value for the optional body attribute.
|
ImmutableIssue |
ImmutableIssue.withBody(Optional<String> optional) |
Copy the current immutable object by setting an optional value for the body attribute.
|
ImmutableIssue |
ImmutableIssue.withClosedAt(GitHubInstant value) |
Copy the current immutable object by setting a present value for the optional closedAt attribute.
|
ImmutableIssue |
ImmutableIssue.withClosedAt(Optional<? extends GitHubInstant> optional) |
Copy the current immutable object by setting an optional value for the closedAt attribute.
|
ImmutableIssue |
ImmutableIssue.withComments(Integer value) |
Copy the current immutable object by setting a value for the comments attribute.
|
ImmutableIssue |
ImmutableIssue.withCommentsUrl(URI value) |
Copy the current immutable object by setting a value for the commentsUrl attribute.
|
ImmutableIssue |
ImmutableIssue.withCreatedAt(GitHubInstant value) |
Copy the current immutable object by setting a value for the createdAt attribute.
|
ImmutableIssue |
ImmutableIssue.withEventsUrl(URI value) |
Copy the current immutable object by setting a present value for the optional eventsUrl attribute.
|
ImmutableIssue |
ImmutableIssue.withEventsUrl(Optional<? extends URI> optional) |
Copy the current immutable object by setting an optional value for the eventsUrl attribute.
|
ImmutableIssue |
ImmutableIssue.withHtmlUrl(URI value) |
Copy the current immutable object by setting a value for the htmlUrl attribute.
|
ImmutableIssue |
ImmutableIssue.withId(Long value) |
Copy the current immutable object by setting a value for the id attribute.
|
ImmutableIssue |
ImmutableIssue.withLabels(Label... elements) |
Copy the current immutable object with elements that replace the content of labels .
|
ImmutableIssue |
ImmutableIssue.withLabels(Iterable<? extends Label> elements) |
Copy the current immutable object with elements that replace the content of labels .
|
ImmutableIssue |
ImmutableIssue.withLabelsUrl(String value) |
Copy the current immutable object by setting a value for the labelsUrl attribute.
|
ImmutableIssue |
ImmutableIssue.withLocked(Boolean value) |
Copy the current immutable object by setting a value for the locked attribute.
|
ImmutableIssue |
ImmutableIssue.withMilestone(Milestone value) |
Copy the current immutable object by setting a present value for the optional milestone attribute.
|
ImmutableIssue |
ImmutableIssue.withMilestone(Optional<? extends Milestone> optional) |
Copy the current immutable object by setting an optional value for the milestone attribute.
|
ImmutableIssue |
ImmutableIssue.withNumber(Integer value) |
Copy the current immutable object by setting a value for the number attribute.
|
ImmutableIssue |
ImmutableIssue.withPullRequest(PullRequest value) |
Copy the current immutable object by setting a present value for the optional pullRequest attribute.
|
ImmutableIssue |
ImmutableIssue.withPullRequest(Optional<? extends PullRequest> optional) |
Copy the current immutable object by setting an optional value for the pullRequest attribute.
|
ImmutableIssue |
ImmutableIssue.withRepositoryUrl(URI value) |
Copy the current immutable object by setting a present value for the optional repositoryUrl attribute.
|
ImmutableIssue |
ImmutableIssue.withRepositoryUrl(Optional<? extends URI> optional) |
Copy the current immutable object by setting an optional value for the repositoryUrl attribute.
|
ImmutableIssue |
ImmutableIssue.withState(String value) |
Copy the current immutable object by setting a value for the state attribute.
|
ImmutableIssue |
ImmutableIssue.withTitle(String value) |
Copy the current immutable object by setting a value for the title attribute.
|
ImmutableIssue |
ImmutableIssue.withUpdatedAt(GitHubInstant value) |
Copy the current immutable object by setting a value for the updatedAt attribute.
|
ImmutableIssue |
ImmutableIssue.withUrl(URI value) |
Copy the current immutable object by setting a value for the url attribute.
|
ImmutableIssue |
ImmutableIssue.withUser(User value) |
Copy the current immutable object by setting a value for the user attribute.
|