Package | Description |
---|---|
com.mongodb.client.model |
This package contains models and options that help describe MongoCollection operations
|
Modifier and Type | Field and Description |
---|---|
private CollationAlternate |
Collation.alternate |
private CollationAlternate |
Collation.Builder.alternate |
Modifier and Type | Method and Description |
---|---|
static CollationAlternate |
CollationAlternate.fromString(java.lang.String collationAlternate)
Returns the CollationAlternate from the string value.
|
CollationAlternate |
Collation.getAlternate()
Returns the collation alternate
|
static CollationAlternate |
CollationAlternate.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CollationAlternate[] |
CollationAlternate.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.collationAlternate(CollationAlternate alternate)
Sets the alternate
|