| Modifier and Type | Field and Description |
|---|---|
static QueryType |
QueryType.RESULT_COUNT
Static value ResultCount for QueryType.
|
| Modifier and Type | Method and Description |
|---|---|
static QueryType |
QueryType.fromString(String name)
Creates or finds a QueryType from its string representation.
|
QueryType |
Source.queryType()
Get set value to 'ResultCount'.
|
| Modifier and Type | Method and Description |
|---|---|
static Collection<QueryType> |
QueryType.values() |
| Modifier and Type | Method and Description |
|---|---|
Source |
Source.withQueryType(QueryType queryType)
Set set value to 'ResultCount'.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/