Sdílet prostřednictvím


BingImages.BingImagesSearchDefinitionStages.WithExecute Interface

public interface WithExecute extends BingImages.BingImagesSearchDefinitionStages.WithAllOptions

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

Method Summary

Modifier and Type Method and Description
ImagesModel execute()

Execute the request.

Observable<ImagesModel> executeAsync()

Execute the request asynchronously.

Inherited Members

BingImages.BingImagesSearchDefinitionStages.WithAllOptions.withAcceptLanguage(String acceptLanguage) BingImages.BingImagesSearchDefinitionStages.WithAllOptions.withAspect(ImageAspect aspect) BingImages.BingImagesSearchDefinitionStages.WithAllOptions.withClientId(String clientId) BingImages.BingImagesSearchDefinitionStages.WithAllOptions.withClientIp(String clientIp) BingImages.BingImagesSearchDefinitionStages.WithAllOptions.withColor(ImageColor color) BingImages.BingImagesSearchDefinitionStages.WithAllOptions.withCount(Integer count) BingImages.BingImagesSearchDefinitionStages.WithAllOptions.withCountryCode(String countryCode) BingImages.BingImagesSearchDefinitionStages.WithAllOptions.withFreshness(Freshness freshness) BingImages.BingImagesSearchDefinitionStages.WithAllOptions.withHeight(Integer height) BingImages.BingImagesSearchDefinitionStages.WithAllOptions.withId(String id) BingImages.BingImagesSearchDefinitionStages.WithAllOptions.withImageContent(ImageContent imageContent) BingImages.BingImagesSearchDefinitionStages.WithAllOptions.withImageType(ImageType imageType) BingImages.BingImagesSearchDefinitionStages.WithAllOptions.withLicense(ImageLicense license) BingImages.BingImagesSearchDefinitionStages.WithAllOptions.withLocation(String location) BingImages.BingImagesSearchDefinitionStages.WithAllOptions.withMarket(String market) BingImages.BingImagesSearchDefinitionStages.WithAllOptions.withMaxFileSize(Long maxFileSize) BingImages.BingImagesSearchDefinitionStages.WithAllOptions.withMaxHeight(Long maxHeight) BingImages.BingImagesSearchDefinitionStages.WithAllOptions.withMaxWidth(Long maxWidth) BingImages.BingImagesSearchDefinitionStages.WithAllOptions.withMinFileSize(Long minFileSize) BingImages.BingImagesSearchDefinitionStages.WithAllOptions.withMinHeight(Long minHeight) BingImages.BingImagesSearchDefinitionStages.WithAllOptions.withMinWidth(Long minWidth) BingImages.BingImagesSearchDefinitionStages.WithAllOptions.withOffset(Long offset) BingImages.BingImagesSearchDefinitionStages.WithAllOptions.withSafeSearch(SafeSearch safeSearch) BingImages.BingImagesSearchDefinitionStages.WithAllOptions.withSetLang(String setLang) BingImages.BingImagesSearchDefinitionStages.WithAllOptions.withSize(ImageSize size) BingImages.BingImagesSearchDefinitionStages.WithAllOptions.withUserAgent(String userAgent) BingImages.BingImagesSearchDefinitionStages.WithAllOptions.withWidth(Integer width)

Method Details

execute

public ImagesModel execute()

Execute the request.

Returns:

the ImagesModel object if successful.

executeAsync

public Observable executeAsync()

Execute the request asynchronously.

Returns:

the observable to the ImagesModel object

Applies to