BingAutoSuggestSearch.BingAutoSuggestSearchAutoSuggestDefinitionStages.WithExecute Interface
public interface WithExecute extends BingAutoSuggestSearch.BingAutoSuggestSearchAutoSuggestDefinitionStages.WithAllOptions
The last stage of the definition which will make the operation call.
Method Summary
Modifier and Type | Method and Description |
---|---|
Suggestions |
execute()
Execute the request. |
Observable<Suggestions> |
executeAsync()
Execute the request asynchronously. |
Inherited Members
BingAutoSuggestSearch.BingAutoSuggestSearchAutoSuggestDefinitionStages.WithAllOptions.withAcceptLanguage(String acceptLanguage)
BingAutoSuggestSearch.BingAutoSuggestSearchAutoSuggestDefinitionStages.WithAllOptions.withClientId(String clientId)
BingAutoSuggestSearch.BingAutoSuggestSearchAutoSuggestDefinitionStages.WithAllOptions.withClientIp(String clientIp)
BingAutoSuggestSearch.BingAutoSuggestSearchAutoSuggestDefinitionStages.WithAllOptions.withCountryCode(String countryCode)
BingAutoSuggestSearch.BingAutoSuggestSearchAutoSuggestDefinitionStages.WithAllOptions.withLocation(String location)
BingAutoSuggestSearch.BingAutoSuggestSearchAutoSuggestDefinitionStages.WithAllOptions.withMarket(String market)
BingAutoSuggestSearch.BingAutoSuggestSearchAutoSuggestDefinitionStages.WithAllOptions.withPragma(String pragma)
BingAutoSuggestSearch.BingAutoSuggestSearchAutoSuggestDefinitionStages.WithAllOptions.withResponseFormat(List<ResponseFormat> responseFormat)
BingAutoSuggestSearch.BingAutoSuggestSearchAutoSuggestDefinitionStages.WithAllOptions.withSafeSearch(SafeSearch safeSearch)
BingAutoSuggestSearch.BingAutoSuggestSearchAutoSuggestDefinitionStages.WithAllOptions.withSetLang(String setLang)
BingAutoSuggestSearch.BingAutoSuggestSearchAutoSuggestDefinitionStages.WithAllOptions.withUserAgent(String userAgent)
Method Details
execute
public Suggestions execute()
Execute the request.
Returns:
the Suggestions object if successful.
executeAsync
public Observable
Execute the request asynchronously.
Returns:
the observable to the Suggestions object
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java