Uses of Class
travel.wink.sdk.booking.engine.model.HotelWithBestPrice
Packages that use HotelWithBestPrice
-
Uses of HotelWithBestPrice in travel.wink.sdk.booking.engine.model
Methods in travel.wink.sdk.booking.engine.model that return HotelWithBestPriceModifier and TypeMethodDescriptionHotelWithBestPrice.addPriceListItem(RoomTypeBestPrice priceListItem) HotelWithBestPrice.addRoomTypeListItem(GuestRoom roomTypeListItem) @Valid HotelWithBestPriceActivityWithBestPrice.getHotelWithBestPrice()Get hotelWithBestPrice@Valid HotelWithBestPriceAddOnWithBestPrice.getHotelWithBestPrice()Get hotelWithBestPrice@Valid HotelWithBestPriceAttractionWithBestPrice.getHotelWithBestPrice()Get hotelWithBestPrice@Valid HotelWithBestPriceMeetingRoomWithBestPrice.getHotelWithBestPrice()Get hotelWithBestPrice@Valid HotelWithBestPricePackageWithBestPrice.getHotelWithBestPrice()Get hotelWithBestPrice@Valid HotelWithBestPricePlaceWithBestPrice.getHotelWithBestPrice()Get hotelWithBestPrice@Valid HotelWithBestPriceRestaurantWithBestPrice.getHotelWithBestPrice()Get hotelWithBestPrice@Valid HotelWithBestPriceSpaWithBestPrice.getHotelWithBestPrice()Get hotelWithBestPrice@Valid HotelWithBestPriceSellerInventoryGuestRoom.getInventory()Get inventory@Valid HotelWithBestPriceSellerInventoryHotel.getInventory()Get inventory@Valid HotelWithBestPriceInventoryGridItem.getRoomType()Get roomTypeHotelWithBestPrice.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.booking.engine.model that return types with arguments of type HotelWithBestPriceModifier and TypeMethodDescription@Valid List<HotelWithBestPrice>PageHotelWithBestPrice.getContent()Get contentMethods in travel.wink.sdk.booking.engine.model with parameters of type HotelWithBestPriceModifier and TypeMethodDescriptionPageHotelWithBestPrice.addContentItem(HotelWithBestPrice contentItem) ActivityWithBestPrice.hotelWithBestPrice(HotelWithBestPrice hotelWithBestPrice) AddOnWithBestPrice.hotelWithBestPrice(HotelWithBestPrice hotelWithBestPrice) AttractionWithBestPrice.hotelWithBestPrice(HotelWithBestPrice hotelWithBestPrice) MeetingRoomWithBestPrice.hotelWithBestPrice(HotelWithBestPrice hotelWithBestPrice) PackageWithBestPrice.hotelWithBestPrice(HotelWithBestPrice hotelWithBestPrice) PlaceWithBestPrice.hotelWithBestPrice(HotelWithBestPrice hotelWithBestPrice) RestaurantWithBestPrice.hotelWithBestPrice(HotelWithBestPrice hotelWithBestPrice) SpaWithBestPrice.hotelWithBestPrice(HotelWithBestPrice hotelWithBestPrice) SellerInventoryGuestRoom.inventory(HotelWithBestPrice inventory) SellerInventoryHotel.inventory(HotelWithBestPrice inventory) InventoryGridItem.roomType(HotelWithBestPrice roomType) voidActivityWithBestPrice.setHotelWithBestPrice(HotelWithBestPrice hotelWithBestPrice) voidAddOnWithBestPrice.setHotelWithBestPrice(HotelWithBestPrice hotelWithBestPrice) voidAttractionWithBestPrice.setHotelWithBestPrice(HotelWithBestPrice hotelWithBestPrice) voidMeetingRoomWithBestPrice.setHotelWithBestPrice(HotelWithBestPrice hotelWithBestPrice) voidPackageWithBestPrice.setHotelWithBestPrice(HotelWithBestPrice hotelWithBestPrice) voidPlaceWithBestPrice.setHotelWithBestPrice(HotelWithBestPrice hotelWithBestPrice) voidRestaurantWithBestPrice.setHotelWithBestPrice(HotelWithBestPrice hotelWithBestPrice) voidSpaWithBestPrice.setHotelWithBestPrice(HotelWithBestPrice hotelWithBestPrice) voidSellerInventoryGuestRoom.setInventory(HotelWithBestPrice inventory) voidSellerInventoryHotel.setInventory(HotelWithBestPrice inventory) voidInventoryGridItem.setRoomType(HotelWithBestPrice roomType) Method parameters in travel.wink.sdk.booking.engine.model with type arguments of type HotelWithBestPriceModifier and TypeMethodDescriptionPageHotelWithBestPrice.content(List<HotelWithBestPrice> content) voidPageHotelWithBestPrice.setContent(List<HotelWithBestPrice> content)