Uses of Class
travel.wink.sdk.extranet.model.SimpleMultimediaSupplier
Packages that use SimpleMultimediaSupplier
-
Uses of SimpleMultimediaSupplier in travel.wink.sdk.extranet.api
Methods in travel.wink.sdk.extranet.api that return types with arguments of type SimpleMultimediaSupplierModifier and TypeMethodDescriptionreactor.core.publisher.Mono<SimpleMultimediaSupplier>MediaApi.uploadGeneralManagerProfilePicture(String hotelIdentifier, File _file) Upload GM Profile Image Uploads videos and/or images to the general manager profile associated with hotel identifierreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<SimpleMultimediaSupplier>>MediaApi.uploadGeneralManagerProfilePictureWithHttpInfo(String hotelIdentifier, File _file) Methods in travel.wink.sdk.extranet.api with parameters of type SimpleMultimediaSupplierModifier 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) reactor.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) Method parameters in travel.wink.sdk.extranet.api with type arguments of type SimpleMultimediaSupplierModifier and TypeMethodDescriptionreactor.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) -
Uses of SimpleMultimediaSupplier in travel.wink.sdk.extranet.model
Methods in travel.wink.sdk.extranet.model that return SimpleMultimediaSupplierModifier and TypeMethodDescriptionSimpleMultimediaSupplier.addDescriptionsItem(SimpleDescriptionSupplier descriptionsItem) SimpleMultimediaSupplier.descriptions(List<SimpleDescriptionSupplier> descriptions) SimpleMultimediaSupplier.identifier(String identifier) SimpleMultimediaSupplier.isLandscape(Boolean isLandscape) SimpleMultimediaSupplier.lifestyleType(SimpleMultimediaSupplier.LifestyleTypeEnum lifestyleType) SimpleMultimediaSupplier.multimediaIdentifier(UUID multimediaIdentifier) SimpleMultimediaSupplier.source(SimpleMultimediaSupplier.SourceEnum source) SimpleMultimediaSupplier.type(SimpleMultimediaSupplier.TypeEnum type) Methods in travel.wink.sdk.extranet.model that return types with arguments of type SimpleMultimediaSupplierModifier and TypeMethodDescription@Valid List<SimpleMultimediaSupplier>HotelOnMapSupplier.getImages()Property images.@Valid List<SimpleMultimediaSupplier>EngineConfigurationBookingReportSupplier.getLogos()Customize booking confirmation emails by adding a custom logo to your configuration.@Valid List<SimpleMultimediaSupplier>HotelSupplier.getLogos()List of logo images of property@NotNull @Valid List<SimpleMultimediaSupplier>AddOnSupplier.getMultimedias()List of images / videos of inventory.@NotNull @Valid List<SimpleMultimediaSupplier>GuestRoomSupplier.getMultimedias()List of images / videos of inventory.@NotNull @Valid List<SimpleMultimediaSupplier>LocalizedTransactionalTravelInventorySupplier.getMultimedias()List of images / videos of item.@NotNull @Valid List<SimpleMultimediaSupplier>MeetingRoomSupplier.getMultimedias()List of images / videos of inventory.@NotNull @Valid List<SimpleMultimediaSupplier>RefPointSupplier.getMultimedias()List of images / videos of inventory.@NotNull @Valid List<SimpleMultimediaSupplier>RestaurantSupplier.getMultimedias()List of images / videos of inventory.@NotNull @Valid List<SimpleMultimediaSupplier>SpaSupplier.getMultimedias()List of images / videos of inventory.@Valid List<SimpleMultimediaSupplier>TransactionalTravelInventorySupplier.getMultimedias()List of images / videos of item.@NotNull @Valid List<SimpleMultimediaSupplier>UpsertGuestRoomRequestSupplier.getMultimedias()List of images / videos of inventory.@NotNull @Valid List<SimpleMultimediaSupplier>UpsertMeetingRoomRequestSupplier.getMultimedias()List of images / videos of inventory.@NotNull @Valid List<SimpleMultimediaSupplier>UpsertPlaceRequestSupplier.getMultimedias()List of images / videos of inventory.@NotNull @Valid List<SimpleMultimediaSupplier>UpsertRestaurantRequestSupplier.getMultimedias()List of images / videos of inventory.@NotNull @Valid List<SimpleMultimediaSupplier>UpsertSpaRequestSupplier.getMultimedias()List of images / videos of inventory.@Valid List<SimpleMultimediaSupplier>HotelOnMapSupplier.getVideos()Property videos.Methods in travel.wink.sdk.extranet.model with parameters of type SimpleMultimediaSupplierModifier and TypeMethodDescriptionHotelOnMapSupplier.addImagesItem(SimpleMultimediaSupplier imagesItem) EngineConfigurationBookingReportSupplier.addLogosItem(SimpleMultimediaSupplier logosItem) HotelSupplier.addLogosItem(SimpleMultimediaSupplier logosItem) AddOnSupplier.addMultimediasItem(SimpleMultimediaSupplier multimediasItem) GuestRoomSupplier.addMultimediasItem(SimpleMultimediaSupplier multimediasItem) LocalizedTransactionalTravelInventorySupplier.addMultimediasItem(SimpleMultimediaSupplier multimediasItem) MeetingRoomSupplier.addMultimediasItem(SimpleMultimediaSupplier multimediasItem) RefPointSupplier.addMultimediasItem(SimpleMultimediaSupplier multimediasItem) RestaurantSupplier.addMultimediasItem(SimpleMultimediaSupplier multimediasItem) SpaSupplier.addMultimediasItem(SimpleMultimediaSupplier multimediasItem) TransactionalTravelInventorySupplier.addMultimediasItem(SimpleMultimediaSupplier multimediasItem) UpsertGuestRoomRequestSupplier.addMultimediasItem(SimpleMultimediaSupplier multimediasItem) UpsertMeetingRoomRequestSupplier.addMultimediasItem(SimpleMultimediaSupplier multimediasItem) UpsertPlaceRequestSupplier.addMultimediasItem(SimpleMultimediaSupplier multimediasItem) UpsertRestaurantRequestSupplier.addMultimediasItem(SimpleMultimediaSupplier multimediasItem) UpsertSpaRequestSupplier.addMultimediasItem(SimpleMultimediaSupplier multimediasItem) HotelOnMapSupplier.addVideosItem(SimpleMultimediaSupplier videosItem) Method parameters in travel.wink.sdk.extranet.model with type arguments of type SimpleMultimediaSupplierModifier and TypeMethodDescriptionHotelOnMapSupplier.images(List<SimpleMultimediaSupplier> images) EngineConfigurationBookingReportSupplier.logos(List<SimpleMultimediaSupplier> logos) HotelSupplier.logos(List<SimpleMultimediaSupplier> logos) AddOnSupplier.multimedias(List<SimpleMultimediaSupplier> multimedias) GuestRoomSupplier.multimedias(List<SimpleMultimediaSupplier> multimedias) LocalizedTransactionalTravelInventorySupplier.multimedias(List<SimpleMultimediaSupplier> multimedias) MeetingRoomSupplier.multimedias(List<SimpleMultimediaSupplier> multimedias) RefPointSupplier.multimedias(List<SimpleMultimediaSupplier> multimedias) RestaurantSupplier.multimedias(List<SimpleMultimediaSupplier> multimedias) SpaSupplier.multimedias(List<SimpleMultimediaSupplier> multimedias) TransactionalTravelInventorySupplier.multimedias(List<SimpleMultimediaSupplier> multimedias) UpsertGuestRoomRequestSupplier.multimedias(List<SimpleMultimediaSupplier> multimedias) UpsertMeetingRoomRequestSupplier.multimedias(List<SimpleMultimediaSupplier> multimedias) UpsertPlaceRequestSupplier.multimedias(List<SimpleMultimediaSupplier> multimedias) UpsertRestaurantRequestSupplier.multimedias(List<SimpleMultimediaSupplier> multimedias) UpsertSpaRequestSupplier.multimedias(List<SimpleMultimediaSupplier> multimedias) voidHotelOnMapSupplier.setImages(List<SimpleMultimediaSupplier> images) voidEngineConfigurationBookingReportSupplier.setLogos(List<SimpleMultimediaSupplier> logos) voidHotelSupplier.setLogos(List<SimpleMultimediaSupplier> logos) voidAddOnSupplier.setMultimedias(List<SimpleMultimediaSupplier> multimedias) voidGuestRoomSupplier.setMultimedias(List<SimpleMultimediaSupplier> multimedias) voidLocalizedTransactionalTravelInventorySupplier.setMultimedias(List<SimpleMultimediaSupplier> multimedias) voidMeetingRoomSupplier.setMultimedias(List<SimpleMultimediaSupplier> multimedias) voidRefPointSupplier.setMultimedias(List<SimpleMultimediaSupplier> multimedias) voidRestaurantSupplier.setMultimedias(List<SimpleMultimediaSupplier> multimedias) voidSpaSupplier.setMultimedias(List<SimpleMultimediaSupplier> multimedias) voidTransactionalTravelInventorySupplier.setMultimedias(List<SimpleMultimediaSupplier> multimedias) voidUpsertGuestRoomRequestSupplier.setMultimedias(List<SimpleMultimediaSupplier> multimedias) voidUpsertMeetingRoomRequestSupplier.setMultimedias(List<SimpleMultimediaSupplier> multimedias) voidUpsertPlaceRequestSupplier.setMultimedias(List<SimpleMultimediaSupplier> multimedias) voidUpsertRestaurantRequestSupplier.setMultimedias(List<SimpleMultimediaSupplier> multimedias) voidUpsertSpaRequestSupplier.setMultimedias(List<SimpleMultimediaSupplier> multimedias) voidHotelOnMapSupplier.setVideos(List<SimpleMultimediaSupplier> videos) HotelOnMapSupplier.videos(List<SimpleMultimediaSupplier> videos)