Interface LogResponse.LogEntry

Enclosing interface:
LogResponse

@Immutable public static interface LogResponse.LogEntry
  • Method Details

    • builder

      static org.projectnessie.model.ImmutableLogEntry.Builder builder()
    • getCommitMeta

      @NotNull @NotNull @NotNull @NotNull CommitMeta getCommitMeta()
    • getAdditionalParents

      @Deprecated List<String> getAdditionalParents()
      Deprecated.
    • getParentCommitHash

      @Nullable @Nullable String getParentCommitHash()
    • getOperations

      @Nullable @Nullable List<Operation> getOperations()