BingImages.BingImagesTrendingDefinitionStages.WithExecute Interface
public interface WithExecute extends BingImages.BingImagesTrendingDefinitionStages.WithAllOptions
The last stage of the definition which will make the operation call.
Method Summary
Modifier and Type | Method and Description |
---|---|
Trending |
execute()
Execute the request. |
Observable<Trending |
executeAsync()
Execute the request asynchronously. |
Inherited Members
BingImages.BingImagesTrendingDefinitionStages.WithAllOptions.withAcceptLanguage(String acceptLanguage)
BingImages.BingImagesTrendingDefinitionStages.WithAllOptions.withClientId(String clientId)
BingImages.BingImagesTrendingDefinitionStages.WithAllOptions.withClientIp(String clientIp)
BingImages.BingImagesTrendingDefinitionStages.WithAllOptions.withCountryCode(String countryCode)
BingImages.BingImagesTrendingDefinitionStages.WithAllOptions.withLocation(String location)
BingImages.BingImagesTrendingDefinitionStages.WithAllOptions.withMarket(String market)
BingImages.BingImagesTrendingDefinitionStages.WithAllOptions.withSafeSearch(SafeSearch safeSearch)
BingImages.BingImagesTrendingDefinitionStages.WithAllOptions.withSetLang(String setLang)
BingImages.BingImagesTrendingDefinitionStages.WithAllOptions.withUserAgent(String userAgent)
Method Details
execute
public TrendingImages execute()
Execute the request.
Returns:
the TrendingImages object if successful.
executeAsync
public Observable
Execute the request asynchronously.
Returns:
the observable to the TrendingImages object
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Java