Freigeben über


BingImages.BingImagesSearchDefinitionStages.WithExecute Schnittstelle

public interface WithExecute extends BingImages.BingImagesSearchDefinitionStages.WithAllOptions

Die letzte Phase der Definition, in der der Vorgang aufgerufen wird.

Methodenzusammenfassung

Modifizierer und Typ Methode und Beschreibung
ImagesModel execute()

Führen Sie die Anforderung aus.

Observable<ImagesModel> executeAsync()

Führen Sie die Anforderung asynchron aus.

Geerbte Elemente

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)

Details zur Methode

execute

public ImagesModel execute()

Führen Sie die Anforderung aus.

Returns:

das ImagesModel-Objekt, falls erfolgreich.

executeAsync

public Observable executeAsync()

Führen Sie die Anforderung asynchron aus.

Returns:

das für das ImagesModel-Objekt beobachtbare

Gilt für: