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