Package org.projectnessie.model
Interface Operation.Put
- All Superinterfaces:
Operation
- Enclosing interface:
Operation
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.projectnessie.model.Operation
Operation.Delete, Operation.Put, Operation.Unchanged -
Method Summary
Modifier and TypeMethodDescription@NotNull @NotNull ContentDeprecated.Additional information about the operation and/or content object.static Operation.Putof(ContentKey key, Content content) static Operation.Putof(ContentKey key, Content content, Content expectedContent) Deprecated.static Operation.Putof(ContentKey key, Content content, Documentation documentation)
-
Method Details
-
getContent
-
getExpectedContent
Deprecated. -
getMetadata
List<ContentMetadata> getMetadata()Additional information about the operation and/or content object. If and how a Nessie server uses and handles the information depends on the server version and type of metadata (called variant). -
getDocumentation
-
of
-
of
-
of
Deprecated.
-