207b1dc5b3
9c5eceafe9
@ -133,6 +133,17 @@ public class Update implements UpdateDefinition {
return this;
}
/**
* KeysToUpdate getter
*
* @return keys to update.
*/
public Set<String> getKeysToUpdate() {
return keysToUpdate;
* Update using the {@literal $set} update modifier.