Uses of Interface
org.projectnessie.model.Operation.Delete
-
Packages that use Operation.Delete Package Description org.projectnessie.model -
-
Uses of Operation.Delete in org.projectnessie.model
Classes in org.projectnessie.model that implement Operation.Delete Modifier and Type Class Description classImmutableDeleteImmutable implementation ofOperation.Delete.Methods in org.projectnessie.model that return Operation.Delete Modifier and Type Method Description static Operation.DeleteOperation.Delete. of(ContentKey key)Methods in org.projectnessie.model with parameters of type Operation.Delete Modifier and Type Method Description static ImmutableDeleteImmutableDelete. copyOf(Operation.Delete instance)Creates an immutable copy of aOperation.Deletevalue.ImmutableDelete.BuilderImmutableDelete.Builder. from(Operation.Delete instance)Fill a builder with attribute values from the providedorg.projectnessie.model.Operation.Deleteinstance.
-