Package | Description |
---|---|
com.mongodb.client.model |
This package contains models and options that help describe MongoCollection operations
|
Modifier and Type | Method and Description |
---|---|
static CollationMaxVariable |
CollationMaxVariable.fromString(String collationMaxVariable)
Returns the CollationMaxVariable from the string value.
|
CollationMaxVariable |
Collation.getMaxVariable()
Returns the maxVariable
|
static CollationMaxVariable |
CollationMaxVariable.valueOf(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
|
Copyright © 2017. All Rights Reserved.