Uses of Class
com.funnelback.publicui.search.model.transaction.SearchResponse
-
Packages that use SearchResponse 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 SearchResponse in com.funnelback.publicui.search.model.transaction
Fields in com.funnelback.publicui.search.model.transaction declared as SearchResponse Modifier and Type Field Description private @NonNull SearchResponse
SearchTransaction. response
The response containing result data.Constructors in com.funnelback.publicui.search.model.transaction with parameters of type SearchResponse Constructor Description SearchTransaction(SearchQuestion sq, SearchResponse sr)
Build a new transaction
-