Uses of Class
org.projectnessie.model.ImmutableDiffEntry
-
Packages that use ImmutableDiffEntry Package Description org.projectnessie.model -
-
Uses of ImmutableDiffEntry in org.projectnessie.model
Methods in org.projectnessie.model that return ImmutableDiffEntry Modifier and Type Method Description ImmutableDiffEntryImmutableDiffEntry.Builder. build()Builds a newImmutableDiffEntry.static ImmutableDiffEntryImmutableDiffEntry. copyOf(DiffResponse.DiffEntry instance)Creates an immutable copy of aDiffResponse.DiffEntryvalue.ImmutableDiffEntryImmutableDiffEntry. withFrom(Content value)Copy the current immutable object by setting a value for thefromattribute.ImmutableDiffEntryImmutableDiffEntry. withKey(ContentKey value)Copy the current immutable object by setting a value for thekeyattribute.ImmutableDiffEntryImmutableDiffEntry. withTo(Content value)Copy the current immutable object by setting a value for thetoattribute.
-