@PublicPreview("2021.06") class Builder
Builder used to create an instance of FuzzySearchSpecification. Once constructed, the user cannot change the field values.
Builder(term: String)
Builder used to create an instance of FuzzySearchSpecification. Once constructed, the user cannot change the field values. |
fun build(): FuzzySearchSpecification
Constructs a new FuzzySearchSpecification. |
|
fun combustionDescriptor(combustionVehicleDescriptor: CombustionVehicleDescriptor): FuzzySearchSpecification.Builder
Specifies parameters related to the combustion vehicle. |
|
fun evDescriptor(electricVehicleDescriptor: ElectricVehicleDescriptor): FuzzySearchSpecification.Builder
Specifies parameters related to EV (Electric Vehicle). |
|
fun locationDescriptor(fuzzyLocationDescriptor: FuzzyLocationDescriptor): FuzzySearchSpecification.Builder
Specifies the location that will be used in the Fuzzy Search. |
|
fun searchEngineDescriptor(fuzzySearchEngineDescriptor: FuzzySearchEngineDescriptor): FuzzySearchSpecification.Builder
Specifies the Search engine parameters. |
|
fun timeDescriptor(timeDescriptor: TimeDescriptor): FuzzySearchSpecification.Builder
Specifies the timezone and time modes. |