Package | Description |
---|---|
com.mongodb.client.model |
This package contains models and options that help describe MongoCollection operations
|
Modifier and Type | Field and Description |
---|---|
private CollationMaxVariable |
Collation.maxVariable |
private CollationMaxVariable |
Collation.Builder.maxVariable |
Modifier and Type | Method and Description |
---|---|
static CollationMaxVariable |
CollationMaxVariable.fromString(java.lang.String collationMaxVariable)
Returns the CollationMaxVariable from the string value.
|
CollationMaxVariable |
Collation.getMaxVariable()
Returns the maxVariable
|
static CollationMaxVariable |
CollationMaxVariable.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CollationMaxVariable[] |
CollationMaxVariable.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Collation.Builder |
Collation.Builder.collationMaxVariable(CollationMaxVariable maxVariable)
Sets the maxVariable
|