public static enum TextAutoSuggestionRequest.AutoSuggestFilterType extends java.lang.Enum<TextAutoSuggestionRequest.AutoSuggestFilterType>
Enum Constant and Description |
---|
ADDRESS
AutoSuggest response will contain Location and address suggestion result type.
|
CATEGORY
AutoSuggest response will contain Category search suggestion result type.
|
CHAIN
AutoSuggest response will contain Chain/Brand search suggestion result type.
|
PLACE
AutoSuggest response will contain POI suggestion result type.
|
QUERY
AutoSuggest response will contain Query completion suggestion result type.
|
Modifier and Type | Method and Description |
---|---|
static TextAutoSuggestionRequest.AutoSuggestFilterType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TextAutoSuggestionRequest.AutoSuggestFilterType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TextAutoSuggestionRequest.AutoSuggestFilterType ADDRESS
public static final TextAutoSuggestionRequest.AutoSuggestFilterType PLACE
public static final TextAutoSuggestionRequest.AutoSuggestFilterType CATEGORY
public static final TextAutoSuggestionRequest.AutoSuggestFilterType CHAIN
public static final TextAutoSuggestionRequest.AutoSuggestFilterType QUERY
public static TextAutoSuggestionRequest.AutoSuggestFilterType[] values()
for (TextAutoSuggestionRequest.AutoSuggestFilterType c : TextAutoSuggestionRequest.AutoSuggestFilterType.values()) System.out.println(c);
public static TextAutoSuggestionRequest.AutoSuggestFilterType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null