Package | Description |
---|---|
com.mongodb.client.model |
This package contains models and options that help describe MongoCollection operations
|
Modifier and Type | Method and Description |
---|---|
static CollationCaseFirst |
CollationCaseFirst.fromString(String collationCaseFirst)
Returns the CollationCaseFirst from the string value.
|
CollationCaseFirst |
Collation.getCaseFirst()
Returns the collation case first value
|
static CollationCaseFirst |
CollationCaseFirst.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CollationCaseFirst[] |
CollationCaseFirst.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.collationCaseFirst(CollationCaseFirst caseFirst)
Sets the collation case first value
|
Copyright © 2018. All rights reserved.