open class FuzzySearchResponse : ServiceBaseResponse, Serializable, BatchableSearchResponse
The Response to a Search Request. Consists of a summary and results.
FuzzySearchResponse(summary: Summary!, results: Array<FuzzySearchResult!>!)
Default constructor for the FuzzySearchResponse()
Empty constructor for the |
var results: Array<FuzzySearchResult!>!
A portion of the results of the Request, as specified in the summary by the total number of results, and the number of results and offset. -- GETTER -- |
|
var summary: Summary!
The summary of the Response. -- GETTER -- |
open fun accept(visitor: BatchableSearchResponseVisitor!): Unit |
|
open fun getResults(): ImmutableList<FuzzySearchResult!>!
Gets Fuzzy Search results. |