BingCustomInstances Interface
public interface BingCustomInstances
An instance of this class provides access to all the operations defined in BingCustomInstances.
Method Summary
Modifier and Type | Method and Description |
---|---|
BingCustomInstancesSearchDefinitionStages.WithCustomConfig |
search()
The Custom Search API lets you send a search query to Bing and get back web pages found in your custom view of the web. |
Search |
search(long customConfig, String query, SearchOptionalParameter searchOptionalParameter)
The Custom Search API lets you send a search query to Bing and get back web pages found in your custom view of the web. |
Observable<Search |
searchAsync(long customConfig, String query, SearchOptionalParameter searchOptionalParameter)
The Custom Search API lets you send a search query to Bing and get back web pages found in your custom view of the web. |
Method Details
search
public BingCustomInstancesSearchDefinitionStages.WithCustomConfig search()
The Custom Search API lets you send a search query to Bing and get back web pages found in your custom view of the web.
Returns:
search
public SearchResponse search(long customConfig, String query, SearchOptionalParameter searchOptionalParameter)
The Custom Search API lets you send a search query to Bing and get back web pages found in your custom view of the web.
Parameters:
Returns:
Throws:
searchAsync
public Observable
The Custom Search API lets you send a search query to Bing and get back web pages found in your custom view of the web.
Parameters:
Returns:
Throws:
Applies to
Azure SDK for Java