public final class QueryType extends com.azure.core.util.ExpandableStringEnum<QueryType>
| Modifier and Type | Field and Description |
|---|---|
static QueryType |
RESULT_COUNT
Static value ResultCount for QueryType.
|
| Constructor and Description |
|---|
QueryType() |
| Modifier and Type | Method and Description |
|---|---|
static QueryType |
fromString(String name)
Creates or finds a QueryType from its string representation.
|
static Collection<QueryType> |
values() |
public static final QueryType RESULT_COUNT
public static QueryType fromString(String name)
name - a name to look for.public static Collection<QueryType> values()
Copyright © 2020 Microsoft Corporation. All rights reserved.