ImmutableComment |
ImmutableComment.Builder.build() |
|
static ImmutableComment |
ImmutableComment.copyOf(Comment instance) |
Creates an immutable copy of a Comment value.
|
ImmutableComment |
ImmutableComment.withBody(String value) |
Copy the current immutable object by setting a value for the body attribute.
|
ImmutableComment |
ImmutableComment.withCommitId(String value) |
Copy the current immutable object by setting a value for the commitId attribute.
|
ImmutableComment |
ImmutableComment.withCreatedAt(GitHubInstant value) |
Copy the current immutable object by setting a value for the createdAt attribute.
|
ImmutableComment |
ImmutableComment.withDiffHunk(String value) |
Copy the current immutable object by setting a value for the diffHunk attribute.
|
ImmutableComment |
ImmutableComment.withHtmlUrl(URI value) |
Copy the current immutable object by setting a value for the htmlUrl attribute.
|
ImmutableComment |
ImmutableComment.withId(Long value) |
Copy the current immutable object by setting a value for the id attribute.
|
ImmutableComment |
ImmutableComment.withLinks(CommentLinks value) |
Copy the current immutable object by setting a value for the links attribute.
|
ImmutableComment |
ImmutableComment.withOriginalCommitId(String value) |
Copy the current immutable object by setting a value for the originalCommitId attribute.
|
ImmutableComment |
ImmutableComment.withOriginalPosition(Integer value) |
Copy the current immutable object by setting a value for the originalPosition attribute.
|
ImmutableComment |
ImmutableComment.withPath(String value) |
Copy the current immutable object by setting a value for the path attribute.
|
ImmutableComment |
ImmutableComment.withPosition(Integer value) |
Copy the current immutable object by setting a value for the position attribute.
|
ImmutableComment |
ImmutableComment.withPullRequestUrl(URI value) |
Copy the current immutable object by setting a value for the pullRequestUrl attribute.
|
ImmutableComment |
ImmutableComment.withUpdatedAt(GitHubInstant value) |
Copy the current immutable object by setting a value for the updatedAt attribute.
|
ImmutableComment |
ImmutableComment.withUrl(URI value) |
Copy the current immutable object by setting a value for the url attribute.
|
ImmutableComment |
ImmutableComment.withUser(User value) |
Copy the current immutable object by setting a value for the user attribute.
|