Uses of Class
travel.wink.sdk.booking.model.LocalizedDescriptionAgent
Packages that use LocalizedDescriptionAgent
-
Uses of LocalizedDescriptionAgent in travel.wink.sdk.booking.model
Methods in travel.wink.sdk.booking.model that return LocalizedDescriptionAgentMethods in travel.wink.sdk.booking.model that return types with arguments of type LocalizedDescriptionAgentModifier and TypeMethodDescription@NotNull @Valid List<LocalizedDescriptionAgent> RatePlanLevelFeeAgent.getDescriptions()List of localized descriptions for this fee.@Valid List<LocalizedDescriptionAgent> HotelOnMapAgent.getLongDescriptions()A localized list of longer property descriptions@Valid List<LocalizedDescriptionAgent> HotelOnMapAgent.getMessagesOfGeneralManager()A list of localized welcome messages created by the property's general manager.@Valid List<LocalizedDescriptionAgent> StayRateAgent.getOfferDetails()Localized text of the discount@Valid List<LocalizedDescriptionAgent> HotelOnMapAgent.getShortDescriptions()A localized list of short property descriptionsMethods in travel.wink.sdk.booking.model with parameters of type LocalizedDescriptionAgentModifier and TypeMethodDescriptionRatePlanLevelFeeAgent.addDescriptionsItem(LocalizedDescriptionAgent descriptionsItem) HotelOnMapAgent.addLongDescriptionsItem(LocalizedDescriptionAgent longDescriptionsItem) HotelOnMapAgent.addMessagesOfGeneralManagerItem(LocalizedDescriptionAgent messagesOfGeneralManagerItem) StayRateAgent.addOfferDetailsItem(LocalizedDescriptionAgent offerDetailsItem) HotelOnMapAgent.addShortDescriptionsItem(LocalizedDescriptionAgent shortDescriptionsItem) Method parameters in travel.wink.sdk.booking.model with type arguments of type LocalizedDescriptionAgentModifier and TypeMethodDescriptionRatePlanLevelFeeAgent.descriptions(List<LocalizedDescriptionAgent> descriptions) HotelOnMapAgent.longDescriptions(List<LocalizedDescriptionAgent> longDescriptions) HotelOnMapAgent.messagesOfGeneralManager(List<LocalizedDescriptionAgent> messagesOfGeneralManager) StayRateAgent.offerDetails(List<LocalizedDescriptionAgent> offerDetails) voidRatePlanLevelFeeAgent.setDescriptions(List<LocalizedDescriptionAgent> descriptions) voidHotelOnMapAgent.setLongDescriptions(List<LocalizedDescriptionAgent> longDescriptions) voidHotelOnMapAgent.setMessagesOfGeneralManager(List<LocalizedDescriptionAgent> messagesOfGeneralManager) voidStayRateAgent.setOfferDetails(List<LocalizedDescriptionAgent> offerDetails) voidHotelOnMapAgent.setShortDescriptions(List<LocalizedDescriptionAgent> shortDescriptions) HotelOnMapAgent.shortDescriptions(List<LocalizedDescriptionAgent> shortDescriptions)