Interface Update
- All Known Implementing Classes:
PartialUpdate
public interface Update
Update one or more fields of a Document without touching the others.
-
Method Summary
Modifier and TypeMethodDescriptionget id field of document to updateList of fields and values to updateDocument Version_version_
-
Method Details
-
getIdField
ValueHoldingField getIdField()get id field of document to update- Returns:
-
getUpdates
Iterable<UpdateField> getUpdates()List of fields and values to update- Returns:
-
getVersion
Document Version_version_- Returns:
-