Uses of Class
com.attivio.sdk.search.QueryRequest.AcronymsMode
-
Packages that use QueryRequest.AcronymsMode Package Description com.attivio.sdk.search -
-
Uses of QueryRequest.AcronymsMode in com.attivio.sdk.search
Fields in com.attivio.sdk.search declared as QueryRequest.AcronymsMode Modifier and Type Field Description static QueryRequest.AcronymsMode
QueryRequest. DEFAULT_ACRONYM_MODE
Default value forQueryRequest.getAcronymsMode()
.Methods in com.attivio.sdk.search that return QueryRequest.AcronymsMode Modifier and Type Method Description static QueryRequest.AcronymsMode
QueryRequest.AcronymsMode. fromExternal(java.lang.String value)
Converts an external value to a type valueQueryRequest.AcronymsMode
QueryRequest. getAcronymsMode()
Get the mode for expanding acronyms.static QueryRequest.AcronymsMode
QueryRequest.AcronymsMode. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static QueryRequest.AcronymsMode[]
QueryRequest.AcronymsMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.attivio.sdk.search with parameters of type QueryRequest.AcronymsMode Modifier and Type Method Description void
QueryRequest. setAcronymsMode(QueryRequest.AcronymsMode acronymsMode)
Set the mode for expanding acronyms.
-