Uses of Class
travel.wink.sdk.extranet.booking.model.SimpleMultimediaSupplier
Packages that use SimpleMultimediaSupplier
-
Uses of SimpleMultimediaSupplier in travel.wink.sdk.extranet.booking.model
Methods in travel.wink.sdk.extranet.booking.model that return SimpleMultimediaSupplierModifier and TypeMethodDescriptionSimpleMultimediaSupplier.addAttributionItem(ImageAttributionSupplier attributionItem) SimpleMultimediaSupplier.addDescriptionsItem(SimpleDescriptionSupplier descriptionsItem) SimpleMultimediaSupplier.attribution(List<@Valid ImageAttributionSupplier> attribution) SimpleMultimediaSupplier.descriptions(List<@Valid SimpleDescriptionSupplier> descriptions) @Valid SimpleMultimediaSupplierGeneralManagerSupplier.getImage()Cloudinary image identifier of GM currently managing the property.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.booking.model that return types with arguments of type SimpleMultimediaSupplierModifier and TypeMethodDescription@Valid List<@Valid SimpleMultimediaSupplier> PropertyAggregateLightweightSupplier.getImages()Property images.@Valid List<@Valid SimpleMultimediaSupplier> CustomizationLightweightSupplier.getLogos()Customize booking confirmation emails by adding a custom logo to your configuration.@NotNull @Valid @Size(min=1) List<@Valid SimpleMultimediaSupplier> GuestRoomLightweightSupplier.getMultimedias()Get multimedias@Valid List<@Valid SimpleMultimediaSupplier> TransactionalTravelInventorySupplier.getMultimedias()Get multimedias@Valid List<@Valid SimpleMultimediaSupplier> PropertyAggregateLightweightSupplier.getVideos()Property videos.Methods in travel.wink.sdk.extranet.booking.model with parameters of type SimpleMultimediaSupplierModifier and TypeMethodDescriptionPropertyAggregateLightweightSupplier.addImagesItem(SimpleMultimediaSupplier imagesItem) CustomizationLightweightSupplier.addLogosItem(SimpleMultimediaSupplier logosItem) GuestRoomLightweightSupplier.addMultimediasItem(SimpleMultimediaSupplier multimediasItem) TransactionalTravelInventorySupplier.addMultimediasItem(SimpleMultimediaSupplier multimediasItem) PropertyAggregateLightweightSupplier.addVideosItem(SimpleMultimediaSupplier videosItem) GeneralManagerSupplier.image(SimpleMultimediaSupplier image) voidGeneralManagerSupplier.setImage(SimpleMultimediaSupplier image) Method parameters in travel.wink.sdk.extranet.booking.model with type arguments of type SimpleMultimediaSupplierModifier and TypeMethodDescriptionPropertyAggregateLightweightSupplier.images(List<@Valid SimpleMultimediaSupplier> images) CustomizationLightweightSupplier.logos(List<@Valid SimpleMultimediaSupplier> logos) GuestRoomLightweightSupplier.multimedias(List<@Valid SimpleMultimediaSupplier> multimedias) TransactionalTravelInventorySupplier.multimedias(List<@Valid SimpleMultimediaSupplier> multimedias) voidPropertyAggregateLightweightSupplier.setImages(List<@Valid SimpleMultimediaSupplier> images) voidCustomizationLightweightSupplier.setLogos(List<@Valid SimpleMultimediaSupplier> logos) voidGuestRoomLightweightSupplier.setMultimedias(List<@Valid SimpleMultimediaSupplier> multimedias) voidTransactionalTravelInventorySupplier.setMultimedias(List<@Valid SimpleMultimediaSupplier> multimedias) voidPropertyAggregateLightweightSupplier.setVideos(List<@Valid SimpleMultimediaSupplier> videos) PropertyAggregateLightweightSupplier.videos(List<@Valid SimpleMultimediaSupplier> videos)