Uses of Enum
com.azure.search.documents.models.AutocompleteMode
Packages that use AutocompleteMode
Package
Description
Package containing the data models for SearchIndexClient.
-
Uses of AutocompleteMode in com.azure.search.documents.models
Methods in com.azure.search.documents.models that return AutocompleteModeModifier and TypeMethodDescriptionstatic AutocompleteModeAutocompleteMode.fromString(String value) Parses a serialized value to a AutocompleteMode instance.AutocompleteOptions.getAutocompleteMode()Get the autocompleteMode property: Specifies the mode for Autocomplete.static AutocompleteModeReturns the enum constant of this type with the specified name.static AutocompleteMode[]AutocompleteMode.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.azure.search.documents.models with parameters of type AutocompleteModeModifier and TypeMethodDescriptionAutocompleteOptions.setAutocompleteMode(AutocompleteMode autocompleteMode) Set the autocompleteMode property: Specifies the mode for Autocomplete.