public interface BingAutoSuggestSearchAPI
| Modifier and Type | Method and Description |
|---|---|
String |
acceptLanguage()
Gets Gets or sets the preferred language for the response..
|
BingAutoSuggestSearch |
bingAutoSuggestSearch()
Gets the BingAutoSuggestSearch object to access its operations.
|
boolean |
generateClientRequestId()
Gets When set to true a unique x-ms-client-request-id value is generated and included in each request.
|
com.microsoft.azure.AzureClient |
getAzureClient()
Gets the
AzureClient used for long running operations. |
int |
longRunningOperationRetryTimeout()
Gets Gets or sets the retry timeout in seconds for Long Running Operations.
|
com.microsoft.rest.RestClient |
restClient()
Gets the REST client.
|
String |
userAgent()
Gets the User-Agent header for the client.
|
BingAutoSuggestSearchAPI |
withAcceptLanguage(String acceptLanguage)
Sets Gets or sets the preferred language for the response..
|
BingAutoSuggestSearchAPI |
withGenerateClientRequestId(boolean generateClientRequestId)
Sets When set to true a unique x-ms-client-request-id value is generated and included in each request.
|
BingAutoSuggestSearchAPI |
withLongRunningOperationRetryTimeout(int longRunningOperationRetryTimeout)
Sets Gets or sets the retry timeout in seconds for Long Running Operations.
|
com.microsoft.rest.RestClient restClient()
RestClient object.com.microsoft.azure.AzureClient getAzureClient()
AzureClient used for long running operations.String userAgent()
String acceptLanguage()
BingAutoSuggestSearchAPI withAcceptLanguage(String acceptLanguage)
acceptLanguage - the acceptLanguage value.int longRunningOperationRetryTimeout()
BingAutoSuggestSearchAPI withLongRunningOperationRetryTimeout(int longRunningOperationRetryTimeout)
longRunningOperationRetryTimeout - the longRunningOperationRetryTimeout value.boolean generateClientRequestId()
BingAutoSuggestSearchAPI withGenerateClientRequestId(boolean generateClientRequestId)
generateClientRequestId - the generateClientRequestId value.BingAutoSuggestSearch bingAutoSuggestSearch()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/