ImmutableRefLogResponseEntry |
ImmutableRefLogResponseEntry.Builder.build() |
|
static ImmutableRefLogResponseEntry |
ImmutableRefLogResponseEntry.copyOf(RefLogResponse.RefLogResponseEntry instance) |
|
ImmutableRefLogResponseEntry |
ImmutableRefLogResponseEntry.withCommitHash(String value) |
Copy the current immutable object by setting a value for the commitHash attribute.
|
ImmutableRefLogResponseEntry |
ImmutableRefLogResponseEntry.withOperation(String value) |
Copy the current immutable object by setting a value for the operation attribute.
|
ImmutableRefLogResponseEntry |
ImmutableRefLogResponseEntry.withOperationTime(long value) |
Copy the current immutable object by setting a value for the operationTime attribute.
|
ImmutableRefLogResponseEntry |
ImmutableRefLogResponseEntry.withParentRefLogId(String value) |
Copy the current immutable object by setting a value for the parentRefLogId attribute.
|
ImmutableRefLogResponseEntry |
ImmutableRefLogResponseEntry.withRefLogId(String value) |
Copy the current immutable object by setting a value for the refLogId attribute.
|
ImmutableRefLogResponseEntry |
ImmutableRefLogResponseEntry.withRefName(String value) |
Copy the current immutable object by setting a value for the refName attribute.
|
ImmutableRefLogResponseEntry |
ImmutableRefLogResponseEntry.withRefType(String value) |
Copy the current immutable object by setting a value for the refType attribute.
|
ImmutableRefLogResponseEntry |
ImmutableRefLogResponseEntry.withSourceHashes(Iterable<String> elements) |
Copy the current immutable object with elements that replace the content of sourceHashes.
|
ImmutableRefLogResponseEntry |
ImmutableRefLogResponseEntry.withSourceHashes(String... elements) |
Copy the current immutable object with elements that replace the content of sourceHashes.
|