Class QueryAnswerType


  • public final class QueryAnswerType
    extends com.azure.core.util.ExpandableStringEnum<QueryAnswerType>
    Defines values for QueryAnswerType.
    • Field Detail

      • NONE

        public static final QueryAnswerType NONE
        Static value none for QueryAnswerType.
      • EXTRACTIVE

        public static final QueryAnswerType EXTRACTIVE
        Static value extractive for QueryAnswerType.
    • Constructor Detail

      • QueryAnswerType

        public QueryAnswerType()
    • Method Detail

      • fromString

        public static QueryAnswerType fromString​(String name)
        Creates or finds a QueryAnswerType from its string representation.
        Parameters:
        name - a name to look for.
        Returns:
        the corresponding QueryAnswerType.