Uses of Class
travel.wink.sdk.extranet.property.model.LocalizedDescriptionSupplier
Packages that use LocalizedDescriptionSupplier
-
Uses of LocalizedDescriptionSupplier in travel.wink.sdk.extranet.property.model
Methods in travel.wink.sdk.extranet.property.model that return LocalizedDescriptionSupplierMethods in travel.wink.sdk.extranet.property.model that return types with arguments of type LocalizedDescriptionSupplierModifier and TypeMethodDescription@Valid List<LocalizedDescriptionSupplier> GeneralManagerSupplier.getDescriptions()Localized welcome message from GM.@Valid List<LocalizedDescriptionSupplier> HotelSupplier.getLongDescriptions()Localized long descriptions of property.@Valid List<LocalizedDescriptionSupplier> HotelSupplier.getShortDescriptions()Localized short descriptions of property.Methods in travel.wink.sdk.extranet.property.model with parameters of type LocalizedDescriptionSupplierModifier and TypeMethodDescriptionGeneralManagerSupplier.addDescriptionsItem(LocalizedDescriptionSupplier descriptionsItem) HotelSupplier.addLongDescriptionsItem(LocalizedDescriptionSupplier longDescriptionsItem) HotelSupplier.addShortDescriptionsItem(LocalizedDescriptionSupplier shortDescriptionsItem) Method parameters in travel.wink.sdk.extranet.property.model with type arguments of type LocalizedDescriptionSupplierModifier and TypeMethodDescriptionGeneralManagerSupplier.descriptions(List<LocalizedDescriptionSupplier> descriptions) HotelSupplier.longDescriptions(List<LocalizedDescriptionSupplier> longDescriptions) voidGeneralManagerSupplier.setDescriptions(List<LocalizedDescriptionSupplier> descriptions) voidHotelSupplier.setLongDescriptions(List<LocalizedDescriptionSupplier> longDescriptions) voidHotelSupplier.setShortDescriptions(List<LocalizedDescriptionSupplier> shortDescriptions) HotelSupplier.shortDescriptions(List<LocalizedDescriptionSupplier> shortDescriptions)