Interface LogResponse.LogEntry

  • Enclosing interface:
    LogResponse

    @Immutable
    public static interface LogResponse.LogEntry
    • 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()