File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed
driver-core/src/main/com/mongodb/client/model/bulk Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change 16
16
17
17
package com .mongodb .client .model .bulk ;
18
18
19
- import com .mongodb .annotations .Sealed ;
20
19
import com .mongodb .client .model .Collation ;
21
20
import com .mongodb .lang .Nullable ;
22
21
import org .bson .conversions .Bson ;
23
22
24
23
/**
25
24
* <p>This class is not part of the public API and may be removed or changed at any time</p>
26
25
*/
27
- @ Sealed
28
26
interface BaseClientDeleteOptions {
29
27
30
28
BaseClientDeleteOptions collation (@ Nullable Collation collation );
Original file line number Diff line number Diff line change 15
15
*/
16
16
package com .mongodb .client .model .bulk ;
17
17
18
- import com .mongodb .annotations .Sealed ;
19
18
import com .mongodb .client .model .Collation ;
20
19
import com .mongodb .lang .Nullable ;
21
20
import org .bson .conversions .Bson ;
22
21
23
22
/**
24
23
* <p>This class is not part of the public API and may be removed or changed at any time</p>
25
24
*/
26
- @ Sealed
27
25
interface BaseClientUpdateOptions {
28
26
29
27
BaseClientUpdateOptions arrayFilters (@ Nullable Iterable <? extends Bson > arrayFilters );
You can’t perform that action at this time.
0 commit comments