Uses of Class
travel.wink.sdk.extranet.model.MultimediaViewSupplier
Packages that use MultimediaViewSupplier
-
Uses of MultimediaViewSupplier in travel.wink.sdk.extranet.api
Methods in travel.wink.sdk.extranet.api that return types with arguments of type MultimediaViewSupplierModifier and TypeMethodDescriptionreactor.core.publisher.Mono<MultimediaViewSupplier>MediaApi.createMultimedia(String hotelIdentifier, SimpleMultimediaSupplier simpleMultimediaSupplier, String winkVersion) Create Multimedia Save multimedia of a hotel identified by its identifierreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<MultimediaViewSupplier>>MediaApi.createMultimediaWithHttpInfo(String hotelIdentifier, SimpleMultimediaSupplier simpleMultimediaSupplier, String winkVersion) Create Multimedia Save multimedia of a hotel identified by its identifierreactor.core.publisher.Flux<MultimediaViewSupplier>MediaApi.showMediaList(String hotelIdentifier, String winkVersion) Show Multimedia Retrieve list of multimedia (images / videos) for property.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<MultimediaViewSupplier>>>MediaApi.showMediaListWithHttpInfo(String hotelIdentifier, String winkVersion) Show Multimedia Retrieve list of multimedia (images / videos) for property.reactor.core.publisher.Flux<MultimediaViewSupplier>MediaApi.updateMediaList(String hotelIdentifier, List<SimpleMultimediaSupplier> simpleMultimediaSupplier, String winkVersion) Update Multimedia List Save/Update multimedia list of a hotel identified by its identifierreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<MultimediaViewSupplier>>>MediaApi.updateMediaListWithHttpInfo(String hotelIdentifier, List<SimpleMultimediaSupplier> simpleMultimediaSupplier, String winkVersion) Update Multimedia List Save/Update multimedia list of a hotel identified by its identifierreactor.core.publisher.Mono<MultimediaViewSupplier>MediaApi.updateMultimedia(String hotelIdentifier, String multimediaIdentifier, SimpleMultimediaSupplier simpleMultimediaSupplier, String winkVersion) Update Multimedia Update multimedia properties of a hotel identified by its identifierreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<MultimediaViewSupplier>>MediaApi.updateMultimediaWithHttpInfo(String hotelIdentifier, String multimediaIdentifier, SimpleMultimediaSupplier simpleMultimediaSupplier, String winkVersion) Update Multimedia Update multimedia properties of a hotel identified by its identifierreactor.core.publisher.Flux<MultimediaViewSupplier>OnboardingApi.uploadHotelLogos(String hotelIdentifier, List<File> files) Upload hotel logo Upload images of hotel logo that wink.travel can use for marketing purposes.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<MultimediaViewSupplier>>>OnboardingApi.uploadHotelLogosWithHttpInfo(String hotelIdentifier, List<File> files) Upload hotel logo Upload images of hotel logo that wink.travel can use for marketing purposes.reactor.core.publisher.Flux<MultimediaViewSupplier>MediaApi.uploadMultimedia(String hotelIdentifier, List<File> files) Upload Multimedia Upload videos and/or images and associate it with specified hotelIdentifierreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<MultimediaViewSupplier>>>MediaApi.uploadMultimediaWithHttpInfo(String hotelIdentifier, List<File> files) Upload Multimedia Upload videos and/or images and associate it with specified hotelIdentifier -
Uses of MultimediaViewSupplier in travel.wink.sdk.extranet.model
Methods in travel.wink.sdk.extranet.model that return MultimediaViewSupplierModifier and TypeMethodDescriptionMultimediaViewSupplier.createdDate(LocalDateTime createdDate) MultimediaViewSupplier.lastUpdate(LocalDateTime lastUpdate) MultimediaViewSupplier.media(MultimediaSupplier media)