Uses of Class
org.projectnessie.model.ImmutableDelete
-
Packages that use ImmutableDelete Package Description org.projectnessie.model -
-
Uses of ImmutableDelete in org.projectnessie.model
Methods in org.projectnessie.model that return ImmutableDelete Modifier and Type Method Description ImmutableDeleteImmutableDelete.Builder. build()Builds a newImmutableDelete.static ImmutableDeleteImmutableDelete. copyOf(Operation.Delete instance)Creates an immutable copy of aOperation.Deletevalue.ImmutableDeleteImmutableDelete. withKey(ContentKey value)Copy the current immutable object by setting a value for thekeyattribute.
-