ImmutableCommitItem |
ImmutableCommitItem.Builder.build() |
|
static ImmutableCommitItem |
ImmutableCommitItem.copyOf(CommitItem instance) |
|
ImmutableCommitItem |
ImmutableCommitItem.withAuthor(User value) |
Copy the current immutable object by setting a present value for the optional author attribute.
|
ImmutableCommitItem |
ImmutableCommitItem.withAuthor(Optional<? extends User> optional) |
Copy the current immutable object by setting an optional value for the author attribute.
|
ImmutableCommitItem |
ImmutableCommitItem.withCommentsUrl(URI value) |
Copy the current immutable object by setting a value for the commentsUrl attribute.
|
ImmutableCommitItem |
ImmutableCommitItem.withCommit(Commit value) |
Copy the current immutable object by setting a value for the commit attribute.
|
ImmutableCommitItem |
ImmutableCommitItem.withHtmlUrl(URI value) |
Copy the current immutable object by setting a value for the htmlUrl attribute.
|
ImmutableCommitItem |
ImmutableCommitItem.withParents(ShaLink... elements) |
Copy the current immutable object with elements that replace the content of parents .
|
ImmutableCommitItem |
ImmutableCommitItem.withParents(Iterable<? extends ShaLink> elements) |
Copy the current immutable object with elements that replace the content of parents .
|
ImmutableCommitItem |
ImmutableCommitItem.withSha(String value) |
Copy the current immutable object by setting a value for the sha attribute.
|
ImmutableCommitItem |
ImmutableCommitItem.withUrl(URI value) |
Copy the current immutable object by setting a value for the url attribute.
|