public final class QueryType extends com.microsoft.rest.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 forpublic static Collection<QueryType> values()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/