Uses of Class
com.funnelback.publicui.search.model.transaction.SearchQuestion.SearchQuestionType
-
Packages that use SearchQuestion.SearchQuestionType Package Description com.funnelback.publicui.search.model.transaction Provides classes used for a search transaction, from the input parameters to the search results. -
-
Uses of SearchQuestion.SearchQuestionType in com.funnelback.publicui.search.model.transaction
Fields in com.funnelback.publicui.search.model.transaction declared as SearchQuestion.SearchQuestionType Modifier and Type Field Description private SearchQuestion.SearchQuestionType
SearchQuestion. questionType
Indicates the 'type' of question, which may trigger special processing in the search lifecycle.Methods in com.funnelback.publicui.search.model.transaction that return SearchQuestion.SearchQuestionType Modifier and Type Method Description static SearchQuestion.SearchQuestionType
SearchQuestion.SearchQuestionType. valueOf(String name)
Returns the enum constant of this type with the specified name.static SearchQuestion.SearchQuestionType[]
SearchQuestion.SearchQuestionType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-