Interface Update

All Known Implementing Classes:
PartialUpdate

public interface Update
Update one or more fields of a Document without touching the others.
  • 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

      @Nullable Object getVersion()
      Document Version _version_
      Returns: