Package org.projectnessie.model
Interface Operation
-
- All Known Subinterfaces:
Operation.Delete,Operation.Put,Operation.Unchanged
- All Known Implementing Classes:
ImmutableDelete,ImmutablePut,ImmutableUnchanged
public interface Operation
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceOperation.Deletestatic interfaceOperation.Putstatic interfaceOperation.Unchanged
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @NotNull ContentKeygetKey()
-
-
-
Method Detail
-
getKey
@NotNull @NotNull ContentKey getKey()
-
-