Uses of Class
org.projectnessie.model.ImmutableLogEntry
-
Packages that use ImmutableLogEntry Package Description org.projectnessie.model -
-
Uses of ImmutableLogEntry in org.projectnessie.model
Methods in org.projectnessie.model that return ImmutableLogEntry Modifier and Type Method Description ImmutableLogEntryImmutableLogEntry.Builder. build()Builds a newImmutableLogEntry.static ImmutableLogEntryImmutableLogEntry. copyOf(LogResponse.LogEntry instance)Creates an immutable copy of aLogResponse.LogEntryvalue.ImmutableLogEntryImmutableLogEntry. withCommitMeta(CommitMeta value)Copy the current immutable object by setting a value for thecommitMetaattribute.ImmutableLogEntryImmutableLogEntry. withOperations(Iterable<? extends Operation> elements)Copy the current immutable object with elements that replace the content ofoperations.ImmutableLogEntryImmutableLogEntry. withOperations(Operation... elements)Copy the current immutable object with elements that replace the content ofoperations.ImmutableLogEntryImmutableLogEntry. withParentCommitHash(String value)Copy the current immutable object by setting a value for theparentCommitHashattribute.
-