Package com.azure.maps.search.models
Class QueryType
java.lang.Object
com.azure.core.util.ExpandableStringEnum<QueryType>
com.azure.maps.search.models.QueryType
Defines values for QueryType.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic QueryType
fromString
(String name) Creates or finds a QueryType from its string representation.static Collection<QueryType>
values()
Gets known QueryType values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
NEARBY
Static value NEARBY for QueryType. -
GLOBAL
Static value NON_NEAR for QueryType.
-
-
Constructor Details
-
QueryType
public QueryType()
-
-
Method Details
-
fromString
Creates or finds a QueryType from its string representation.- Parameters:
name
- a name to look for.- Returns:
- the corresponding QueryType.
-
values
Gets known QueryType values.- Returns:
- known QueryType values.
-