Uses of Class
travel.wink.sdk.extranet.model.MultimediaView
Packages that use MultimediaView
-
Uses of MultimediaView in travel.wink.sdk.extranet.api
Methods in travel.wink.sdk.extranet.api that return types with arguments of type MultimediaViewModifier and TypeMethodDescriptionreactor.core.publisher.Flux<MultimediaView>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<MultimediaView>>>MediaApi.showMediaListWithHttpInfo(String hotelIdentifier, String winkVersion) reactor.core.publisher.Flux<MultimediaView>MediaApi.updateMediaList(String hotelIdentifier, List<Multimedia> multimedia, String winkVersion) Update Multimedia List Save/Update multimedia list of a hotel identified by its identifierreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<MultimediaView>>>MediaApi.updateMediaListWithHttpInfo(String hotelIdentifier, List<Multimedia> multimedia, String winkVersion) reactor.core.publisher.Flux<MultimediaView>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<MultimediaView>>>MediaApi.uploadMultimediaWithHttpInfo(String hotelIdentifier, List<File> files) -
Uses of MultimediaView in travel.wink.sdk.extranet.model
Methods in travel.wink.sdk.extranet.model that return MultimediaView