Package | Description |
---|---|
com.mongodb.client.model |
This package contains models and options that help describe MongoCollection operations
|
Modifier and Type | Field and Description |
---|---|
private Filters.OrNorFilter.Operator |
Filters.OrNorFilter.operator |
Modifier and Type | Method and Description |
---|---|
static Filters.OrNorFilter.Operator |
Filters.OrNorFilter.Operator.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Filters.OrNorFilter.Operator[] |
Filters.OrNorFilter.Operator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
OrNorFilter(Filters.OrNorFilter.Operator operator,
java.lang.Iterable<Bson> filters) |