Uses of Class
travel.wink.sdk.extranet.model.LocalizedDescriptionSupplier
Packages that use LocalizedDescriptionSupplier
-
Uses of LocalizedDescriptionSupplier in travel.wink.sdk.extranet.model
Methods in travel.wink.sdk.extranet.model that return LocalizedDescriptionSupplierMethods in travel.wink.sdk.extranet.model that return types with arguments of type LocalizedDescriptionSupplierModifier and TypeMethodDescription@NotNull @Valid List<LocalizedDescriptionSupplier>RatePlanLevelFeeSupplier.getDescriptions()List of localized descriptions for this fee.@Valid List<LocalizedDescriptionSupplier>HotelOnMapSupplier.getLongDescriptions()A localized list of longer property descriptions@Valid List<LocalizedDescriptionSupplier>HotelSupplier.getLongDescriptions()Localized long descriptions of property.@Valid List<LocalizedDescriptionSupplier>HotelOnMapSupplier.getShortDescriptions()A localized list of short property descriptions@Valid List<LocalizedDescriptionSupplier>HotelSupplier.getShortDescriptions()Localized short descriptions of property.Methods in travel.wink.sdk.extranet.model with parameters of type LocalizedDescriptionSupplierModifier and TypeMethodDescriptionRatePlanLevelFeeSupplier.addDescriptionsItem(LocalizedDescriptionSupplier descriptionsItem) HotelOnMapSupplier.addLongDescriptionsItem(LocalizedDescriptionSupplier longDescriptionsItem) HotelSupplier.addLongDescriptionsItem(LocalizedDescriptionSupplier longDescriptionsItem) HotelOnMapSupplier.addShortDescriptionsItem(LocalizedDescriptionSupplier shortDescriptionsItem) HotelSupplier.addShortDescriptionsItem(LocalizedDescriptionSupplier shortDescriptionsItem) Method parameters in travel.wink.sdk.extranet.model with type arguments of type LocalizedDescriptionSupplierModifier and TypeMethodDescriptionRatePlanLevelFeeSupplier.descriptions(List<LocalizedDescriptionSupplier> descriptions) HotelOnMapSupplier.longDescriptions(List<LocalizedDescriptionSupplier> longDescriptions) HotelSupplier.longDescriptions(List<LocalizedDescriptionSupplier> longDescriptions) voidRatePlanLevelFeeSupplier.setDescriptions(List<LocalizedDescriptionSupplier> descriptions) voidHotelOnMapSupplier.setLongDescriptions(List<LocalizedDescriptionSupplier> longDescriptions) voidHotelSupplier.setLongDescriptions(List<LocalizedDescriptionSupplier> longDescriptions) voidHotelOnMapSupplier.setShortDescriptions(List<LocalizedDescriptionSupplier> shortDescriptions) voidHotelSupplier.setShortDescriptions(List<LocalizedDescriptionSupplier> shortDescriptions) HotelOnMapSupplier.shortDescriptions(List<LocalizedDescriptionSupplier> shortDescriptions) HotelSupplier.shortDescriptions(List<LocalizedDescriptionSupplier> shortDescriptions)