Package org.projectnessie.model
Interface LogResponse.LogEntry
-
- 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 org.projectnessie.model.ImmutableLogEntry.Builderbuilder()java.util.List<java.lang.String>getAdditionalParents()Currently always empty or null, reserved for future use.@NotNull CommitMetagetCommitMeta()java.util.List<Operation>getOperations()java.lang.StringgetParentCommitHash()
-
-
-
Method Detail
-
builder
static org.projectnessie.model.ImmutableLogEntry.Builder builder()
-
getCommitMeta
@NotNull @NotNull CommitMeta getCommitMeta()
-
getAdditionalParents
java.util.List<java.lang.String> getAdditionalParents()
Currently always empty or null, reserved for future use.
-
getParentCommitHash
@Nullable java.lang.String getParentCommitHash()
-
getOperations
@Nullable java.util.List<Operation> getOperations()
-
-