BingVideos.BingVideosSearchDefinitionStages.WithExecute Interface

public interface WithExecute extends BingVideos.BingVideosSearchDefinitionStages.WithAllOptions

The last stage of the definition which will make the operation call.

Method Summary

Modifier and Type Method and Description
VideosModel execute()

Execute the request.

Observable<VideosModel> executeAsync()

Execute the request asynchronously.

Inherited Members

BingVideos.BingVideosSearchDefinitionStages.WithAllOptions.withAcceptLanguage(String acceptLanguage) BingVideos.BingVideosSearchDefinitionStages.WithAllOptions.withClientId(String clientId) BingVideos.BingVideosSearchDefinitionStages.WithAllOptions.withClientIp(String clientIp) BingVideos.BingVideosSearchDefinitionStages.WithAllOptions.withCount(Integer count) BingVideos.BingVideosSearchDefinitionStages.WithAllOptions.withCountryCode(String countryCode) BingVideos.BingVideosSearchDefinitionStages.WithAllOptions.withFreshness(Freshness freshness) BingVideos.BingVideosSearchDefinitionStages.WithAllOptions.withId(String id) BingVideos.BingVideosSearchDefinitionStages.WithAllOptions.withLength(VideoLength length) BingVideos.BingVideosSearchDefinitionStages.WithAllOptions.withLocation(String location) BingVideos.BingVideosSearchDefinitionStages.WithAllOptions.withMarket(String market) BingVideos.BingVideosSearchDefinitionStages.WithAllOptions.withOffset(Integer offset) BingVideos.BingVideosSearchDefinitionStages.WithAllOptions.withPricing(VideoPricing pricing) BingVideos.BingVideosSearchDefinitionStages.WithAllOptions.withResolution(VideoResolution resolution) BingVideos.BingVideosSearchDefinitionStages.WithAllOptions.withSafeSearch(SafeSearch safeSearch) BingVideos.BingVideosSearchDefinitionStages.WithAllOptions.withSetLang(String setLang) BingVideos.BingVideosSearchDefinitionStages.WithAllOptions.withTextDecorations(Boolean textDecorations) BingVideos.BingVideosSearchDefinitionStages.WithAllOptions.withTextFormat(TextFormat textFormat) BingVideos.BingVideosSearchDefinitionStages.WithAllOptions.withUserAgent(String userAgent)

Method Details

execute

public VideosModel execute()

Execute the request.

Returns:

the VideosModel object if successful.

executeAsync

public Observable executeAsync()

Execute the request asynchronously.

Returns:

the observable to the VideosModel object

Applies to