Uses of Class
org.projectnessie.model.ImmutableDiffEntry.Builder
-
Packages that use ImmutableDiffEntry.Builder Package Description org.projectnessie.model -
-
Uses of ImmutableDiffEntry.Builder in org.projectnessie.model
Methods in org.projectnessie.model that return ImmutableDiffEntry.Builder Modifier and Type Method Description static ImmutableDiffEntry.BuilderImmutableDiffEntry. builder()Creates a builder forImmutableDiffEntry.ImmutableDiffEntry.BuilderImmutableDiffEntry.Builder. from(Content from)Initializes the value for thefromattribute.ImmutableDiffEntry.BuilderImmutableDiffEntry.Builder. key(ContentKey key)Initializes the value for thekeyattribute.ImmutableDiffEntry.BuilderImmutableDiffEntry.Builder. to(Content to)Initializes the value for thetoattribute.
-