public class Collation extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Collation.Alternate |
static class |
Collation.CaseFirst |
static class |
Collation.MaxVariable |
static class |
Collation.Strength |
| Constructor and Description |
|---|
Collation() |
Collation(String locale,
Boolean caseLevel,
Collation.CaseFirst caseFirst,
Collation.Strength strength,
Boolean numericOrdering,
Collation.Alternate alternate,
Collation.MaxVariable maxVariable,
Boolean backwards,
Boolean normalization) |
| Modifier and Type | Method and Description |
|---|---|
Collation |
alternate(Collation.Alternate alternate) |
Collation |
backwards(Boolean backwards) |
Collation |
caseFirst(Collation.CaseFirst caseFirst) |
Collation |
caseLevel(Boolean caseLevel) |
Collation.Alternate |
getAlternate() |
Boolean |
getBackwards() |
Collation.CaseFirst |
getCaseFirst() |
Boolean |
getCaseLevel() |
String |
getLocale() |
Collation.MaxVariable |
getMaxVariable() |
Boolean |
getNormalization() |
Boolean |
getNumericOrdering() |
Collation.Strength |
getStrength() |
Collation |
locale(String locale) |
Collation |
maxVariable(Collation.MaxVariable maxVariable) |
Collation |
normalization(Boolean normalization) |
Collation |
numericOrdering(Boolean numericOrdering) |
Collation |
strength(Collation.Strength strength) |
Map<String,Object> |
toQueryObject() |
public Collation()
public Collation(String locale, Boolean caseLevel, Collation.CaseFirst caseFirst, Collation.Strength strength, Boolean numericOrdering, Collation.Alternate alternate, Collation.MaxVariable maxVariable, Boolean backwards, Boolean normalization)
public Boolean getNormalization()
public String getLocale()
public Boolean getCaseLevel()
public Collation.CaseFirst getCaseFirst()
public Collation caseFirst(Collation.CaseFirst caseFirst)
public Collation.Strength getStrength()
public Collation strength(Collation.Strength strength)
public Boolean getNumericOrdering()
public Collation.Alternate getAlternate()
public Collation alternate(Collation.Alternate alternate)
public Collation.MaxVariable getMaxVariable()
public Collation maxVariable(Collation.MaxVariable maxVariable)
public Boolean getBackwards()
Copyright © 2021. All rights reserved.