We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
AbstractClientUpdateModel
ClientWriteModel
1 parent d75865c commit 6e2ce8cCopy full SHA for 6e2ce8c
driver-core/src/main/com/mongodb/internal/client/model/bulk/AbstractClientUpdateModel.java
@@ -26,7 +26,7 @@
26
/**
27
* This class is not part of the public API and may be removed or changed at any time.
28
*/
29
-public abstract class AbstractClientUpdateModel<O extends AbstractClientUpdateOptions> {
+public abstract class AbstractClientUpdateModel<O extends AbstractClientUpdateOptions> implements ClientWriteModel {
30
private final Bson filter;
31
@Nullable
32
private final Bson update;
0 commit comments