Uses of Class
com.attivio.sdk.search.JoinRollupMode
-
Packages that use JoinRollupMode Package Description com.attivio.sdk.search -
-
Uses of JoinRollupMode in com.attivio.sdk.search
Fields in com.attivio.sdk.search declared as JoinRollupMode Modifier and Type Field Description static JoinRollupMode
QueryRequest. DEFAULT_JOIN_ROLLUP_MODE
Default value forQueryRequest.getJoinRollupMode()
.Methods in com.attivio.sdk.search that return JoinRollupMode Modifier and Type Method Description static JoinRollupMode
JoinRollupMode. fromExternal(java.lang.String value)
Converts an external value to a type value.JoinRollupMode
QueryRequest. getJoinRollupMode()
Gets the rollup mode for joined documents.static JoinRollupMode
JoinRollupMode. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static JoinRollupMode[]
JoinRollupMode. 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 JoinRollupMode Modifier and Type Method Description void
QueryRequest. setJoinRollupMode(JoinRollupMode value)
Sets the rollup mode for joined documents.
-