Class QueryAnswerType
java.lang.Object
com.azure.core.util.ExpandableStringEnum<QueryAnswerType>
com.azure.search.documents.models.QueryAnswerType
public final class QueryAnswerType
extends com.azure.core.util.ExpandableStringEnum<QueryAnswerType>
Defines values for QueryAnswerType.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final QueryAnswerType
Static value extractive for QueryAnswerType.static final QueryAnswerType
Static value none for QueryAnswerType. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic QueryAnswerType
fromString
(String name) Creates or finds a QueryAnswerType from its string representation.static Collection<QueryAnswerType>
values()
Gets known QueryAnswerType values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
NONE
Static value none for QueryAnswerType. -
EXTRACTIVE
Static value extractive for QueryAnswerType.
-
-
Constructor Details
-
QueryAnswerType
public QueryAnswerType()
-
-
Method Details
-
fromString
Creates or finds a QueryAnswerType from its string representation.- Parameters:
name
- a name to look for.- Returns:
- the corresponding QueryAnswerType.
-
values
Gets known QueryAnswerType values.- Returns:
- known QueryAnswerType values.
-