BingWebSearch.BingWebsSearchDefinitionStages.WithExecute インターフェイス
public interface WithExecute extends BingWebSearch.BingWebsSearchDefinitionStages.WithAllOptions
操作呼び出しを行う定義の最後のステージ。
メソッドの概要
修飾子と型 | メソッドと説明 |
---|---|
Search |
execute()
要求を実行します。 |
Observable<Search |
executeAsync()
要求を非同期的に実行します。 |
継承メンバー
BingWebSearch.BingWebsSearchDefinitionStages.WithAllOptions.withAcceptLanguage(String acceptLanguage)
BingWebSearch.BingWebsSearchDefinitionStages.WithAllOptions.withAnswerCount(Integer answerCount)
BingWebSearch.BingWebsSearchDefinitionStages.WithAllOptions.withClientId(String clientId)
BingWebSearch.BingWebsSearchDefinitionStages.WithAllOptions.withClientIp(String clientIp)
BingWebSearch.BingWebsSearchDefinitionStages.WithAllOptions.withCount(Integer count)
BingWebSearch.BingWebsSearchDefinitionStages.WithAllOptions.withCountryCode(String countryCode)
BingWebSearch.BingWebsSearchDefinitionStages.WithAllOptions.withFreshness(Freshness freshness)
BingWebSearch.BingWebsSearchDefinitionStages.WithAllOptions.withLocation(String location)
BingWebSearch.BingWebsSearchDefinitionStages.WithAllOptions.withMarket(String market)
BingWebSearch.BingWebsSearchDefinitionStages.WithAllOptions.withOffset(Integer offset)
BingWebSearch.BingWebsSearchDefinitionStages.WithAllOptions.withPragma(String pragma)
BingWebSearch.BingWebsSearchDefinitionStages.WithAllOptions.withPromote(List<AnswerType> promote)
BingWebSearch.BingWebsSearchDefinitionStages.WithAllOptions.withResponseFilter(List<AnswerType> responseFilter)
BingWebSearch.BingWebsSearchDefinitionStages.WithAllOptions.withSafeSearch(SafeSearch safeSearch)
BingWebSearch.BingWebsSearchDefinitionStages.WithAllOptions.withSetLang(String setLang)
BingWebSearch.BingWebsSearchDefinitionStages.WithAllOptions.withTextDecorations(Boolean textDecorations)
BingWebSearch.BingWebsSearchDefinitionStages.WithAllOptions.withTextFormat(TextFormat textFormat)
BingWebSearch.BingWebsSearchDefinitionStages.WithAllOptions.withUserAgent(String userAgent)
メソッドの詳細
execute
public SearchResponse execute()
要求を実行します。
Returns:
成功した場合は SearchResponse オブジェクト。
executeAsync
public Observable
要求を非同期的に実行します。
Returns:
SearchResponse オブジェクトに対する監視可能な
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Java