Package org.projectnessie.model
Interface LogResponse.LogEntry
-
- All Known Implementing Classes:
ImmutableLogEntry
- Enclosing interface:
- LogResponse
@Immutable public static interface LogResponse.LogEntry
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static ImmutableLogEntry.Builderbuilder()@NotNull CommitMetagetCommitMeta()List<Operation>getOperations()StringgetParentCommitHash()
-
-
-
Method Detail
-
builder
static ImmutableLogEntry.Builder builder()
-
getCommitMeta
@NotNull @NotNull CommitMeta getCommitMeta()
-
-