Package org.projectnessie.model
Interface Operation.Put
-
- All Superinterfaces:
Operation
- All Known Implementing Classes:
ImmutablePut
- Enclosing interface:
- Operation
@Immutable(prehash=true) public static interface Operation.Put extends Operation
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.projectnessie.model.Operation
Operation.Delete, Operation.Put, Operation.Unchanged
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description ContentsgetContents()static Operation.Putof(ContentsKey key, Contents contents)
-
-
-
Method Detail
-
getContents
Contents getContents()
-
of
static Operation.Put of(ContentsKey key, Contents contents)
-
-