Package org.projectnessie.model
Interface Operation.Delete
-
- All Superinterfaces:
Operation
- All Known Implementing Classes:
ImmutableDelete
- Enclosing interface:
- Operation
@Immutable public static interface Operation.Delete extends Operation
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.projectnessie.model.Operation
Operation.Delete, Operation.Put, Operation.Unchanged
-
-
Method Summary
Static Methods Modifier and Type Method Description static Operation.Deleteof(ContentsKey key)
-
-
-
Method Detail
-
of
static Operation.Delete of(ContentsKey key)
-
-