Uses of Class
com.funnelback.publicui.search.model.transaction.SearchTransaction.ExtraSearches
-
Packages that use SearchTransaction.ExtraSearches 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 SearchTransaction.ExtraSearches in com.funnelback.publicui.search.model.transaction
Methods in com.funnelback.publicui.search.model.transaction that return SearchTransaction.ExtraSearches Modifier and Type Method Description static SearchTransaction.ExtraSearchesSearchTransaction.ExtraSearches. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static SearchTransaction.ExtraSearches[]SearchTransaction.ExtraSearches. values()Returns an array containing the constants of this enum type, in the order they are declared.
-