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