Class QueryType


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

      • RESULT_COUNT

        public static final QueryType RESULT_COUNT
        Static value ResultCount for QueryType.
    • Constructor Detail

      • QueryType

        public QueryType()
    • Method Detail

      • fromString

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