Uses of Class
travel.wink.sdk.lookup.model.HotelWithBestPrice
Packages that use HotelWithBestPrice
-
Uses of HotelWithBestPrice in travel.wink.sdk.lookup.model
Methods in travel.wink.sdk.lookup.model that return HotelWithBestPriceModifier and TypeMethodDescriptionHotelWithBestPrice.addPriceListItem(RoomTypeBestPrice priceListItem) HotelWithBestPrice.addRoomTypeListItem(GuestRoom roomTypeListItem) HotelWithBestPrice.hotel(HotelOnMap hotel) HotelWithBestPrice.potentialChannelDiscountPercent(Float potentialChannelDiscountPercent) HotelWithBestPrice.price(RoomTypeWithBestPrice price) HotelWithBestPrice.priceList(List<RoomTypeBestPrice> priceList) HotelWithBestPrice.roomTypeList(List<GuestRoom> roomTypeList) HotelWithBestPrice.sourceToInternalCurrencyQuote(Quote sourceToInternalCurrencyQuote) HotelWithBestPrice.sourceToUserCurrencyQuote(Quote sourceToUserCurrencyQuote) Methods in travel.wink.sdk.lookup.model that return types with arguments of type HotelWithBestPriceModifier and TypeMethodDescription@Valid List<HotelWithBestPrice>PageHotelWithBestPrice.getContent()Get contentMethods in travel.wink.sdk.lookup.model with parameters of type HotelWithBestPriceModifier and TypeMethodDescriptionPageHotelWithBestPrice.addContentItem(HotelWithBestPrice contentItem) Method parameters in travel.wink.sdk.lookup.model with type arguments of type HotelWithBestPriceModifier and TypeMethodDescriptionPageHotelWithBestPrice.content(List<HotelWithBestPrice> content) voidPageHotelWithBestPrice.setContent(List<HotelWithBestPrice> content)