Uses of Class
com.attivio.sdk.search.fields.Collate.Strength
-
Packages that use Collate.Strength Package Description com.attivio.sdk.search.fields Model forFieldExpressions
applied toQueryRequests
. -
-
Uses of Collate.Strength in com.attivio.sdk.search.fields
Fields in com.attivio.sdk.search.fields declared as Collate.Strength Modifier and Type Field Description static Collate.Strength
Collate. DEFAULT_STRENGTH
Methods in com.attivio.sdk.search.fields that return Collate.Strength Modifier and Type Method Description Collate.Strength
Collate. getStrength()
static Collate.Strength
Collate.Strength. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Collate.Strength[]
Collate.Strength. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.attivio.sdk.search.fields with parameters of type Collate.Strength Modifier and Type Method Description void
Collate. setStrength(Collate.Strength value)
Constructors in com.attivio.sdk.search.fields with parameters of type Collate.Strength Constructor Description Collate(FieldExpression expression, Collate.Strength strength)
Collate(FieldExpression expression, Collate.Strength strength, Collate.Decomposition decomposition)
-