Package | Description |
---|---|
com.mongodb.client.model |
This package contains models and options that help describe MongoCollection operations
|
Modifier and Type | Field and Description |
---|---|
private CollationCaseFirst |
Collation.caseFirst |
private CollationCaseFirst |
Collation.Builder.caseFirst |
Modifier and Type | Method and Description |
---|---|
static CollationCaseFirst |
CollationCaseFirst.fromString(java.lang.String collationCaseFirst)
Returns the CollationCaseFirst from the string value.
|
CollationCaseFirst |
Collation.getCaseFirst()
Returns the collation case first value
|
static CollationCaseFirst |
CollationCaseFirst.valueOf(java.lang.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
|