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@Valid List<LocalizedDescriptionSupplier>RateModifierBundleSupplier.getDescription()Get description@NotNull @Valid List<LocalizedDescriptionSupplier>RateModifierSupplier.getDescriptions()Localized descriptions describing promotion.@NotNull @Valid List<LocalizedDescriptionSupplier>RatePlanLevelFeeSupplier.getDescriptions()List of localized descriptions for this fee.@NotNull @Valid List<LocalizedDescriptionSupplier>UpsertGeneralManagerRequestSupplier.getDescriptions()Personal welcome message from GM.@NotNull @Valid @Size(min=1,max=2147483647) List<LocalizedDescriptionSupplier>UpsertRateModifierRequestSupplier.getDescriptions()Localized descriptions describing promotion.@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.getMessagesOfGeneralManager()A list of localized welcome messages created by the property's general manager.@Valid List<LocalizedDescriptionSupplier>HotelSupplier.getMessagesOfGeneralManager()Personal welcome message from GM.@Valid List<LocalizedDescriptionSupplier>StayRateSupplier.getOfferDetails()Localized text of the discount@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 TypeMethodDescriptionRateModifierBundleSupplier.addDescriptionItem(LocalizedDescriptionSupplier descriptionItem) RateModifierSupplier.addDescriptionsItem(LocalizedDescriptionSupplier descriptionsItem) RatePlanLevelFeeSupplier.addDescriptionsItem(LocalizedDescriptionSupplier descriptionsItem) UpsertGeneralManagerRequestSupplier.addDescriptionsItem(LocalizedDescriptionSupplier descriptionsItem) UpsertRateModifierRequestSupplier.addDescriptionsItem(LocalizedDescriptionSupplier descriptionsItem) HotelOnMapSupplier.addLongDescriptionsItem(LocalizedDescriptionSupplier longDescriptionsItem) HotelSupplier.addLongDescriptionsItem(LocalizedDescriptionSupplier longDescriptionsItem) HotelOnMapSupplier.addMessagesOfGeneralManagerItem(LocalizedDescriptionSupplier messagesOfGeneralManagerItem) HotelSupplier.addMessagesOfGeneralManagerItem(LocalizedDescriptionSupplier messagesOfGeneralManagerItem) StayRateSupplier.addOfferDetailsItem(LocalizedDescriptionSupplier offerDetailsItem) HotelOnMapSupplier.addShortDescriptionsItem(LocalizedDescriptionSupplier shortDescriptionsItem) HotelSupplier.addShortDescriptionsItem(LocalizedDescriptionSupplier shortDescriptionsItem) Method parameters in travel.wink.sdk.extranet.model with type arguments of type LocalizedDescriptionSupplierModifier and TypeMethodDescriptionRateModifierBundleSupplier.description(List<LocalizedDescriptionSupplier> description) RateModifierSupplier.descriptions(List<LocalizedDescriptionSupplier> descriptions) RatePlanLevelFeeSupplier.descriptions(List<LocalizedDescriptionSupplier> descriptions) UpsertGeneralManagerRequestSupplier.descriptions(List<LocalizedDescriptionSupplier> descriptions) UpsertRateModifierRequestSupplier.descriptions(List<LocalizedDescriptionSupplier> descriptions) HotelOnMapSupplier.longDescriptions(List<LocalizedDescriptionSupplier> longDescriptions) HotelSupplier.longDescriptions(List<LocalizedDescriptionSupplier> longDescriptions) HotelOnMapSupplier.messagesOfGeneralManager(List<LocalizedDescriptionSupplier> messagesOfGeneralManager) HotelSupplier.messagesOfGeneralManager(List<LocalizedDescriptionSupplier> messagesOfGeneralManager) StayRateSupplier.offerDetails(List<LocalizedDescriptionSupplier> offerDetails) voidRateModifierBundleSupplier.setDescription(List<LocalizedDescriptionSupplier> description) voidRateModifierSupplier.setDescriptions(List<LocalizedDescriptionSupplier> descriptions) voidRatePlanLevelFeeSupplier.setDescriptions(List<LocalizedDescriptionSupplier> descriptions) voidUpsertGeneralManagerRequestSupplier.setDescriptions(List<LocalizedDescriptionSupplier> descriptions) voidUpsertRateModifierRequestSupplier.setDescriptions(List<LocalizedDescriptionSupplier> descriptions) voidHotelOnMapSupplier.setLongDescriptions(List<LocalizedDescriptionSupplier> longDescriptions) voidHotelSupplier.setLongDescriptions(List<LocalizedDescriptionSupplier> longDescriptions) voidHotelOnMapSupplier.setMessagesOfGeneralManager(List<LocalizedDescriptionSupplier> messagesOfGeneralManager) voidHotelSupplier.setMessagesOfGeneralManager(List<LocalizedDescriptionSupplier> messagesOfGeneralManager) voidStayRateSupplier.setOfferDetails(List<LocalizedDescriptionSupplier> offerDetails) voidHotelOnMapSupplier.setShortDescriptions(List<LocalizedDescriptionSupplier> shortDescriptions) voidHotelSupplier.setShortDescriptions(List<LocalizedDescriptionSupplier> shortDescriptions) HotelOnMapSupplier.shortDescriptions(List<LocalizedDescriptionSupplier> shortDescriptions) HotelSupplier.shortDescriptions(List<LocalizedDescriptionSupplier> shortDescriptions)