Uses of Class
travel.wink.sdk.booking.engine.model.RestaurantWithBestPrice
Packages that use RestaurantWithBestPrice
-
Uses of RestaurantWithBestPrice in travel.wink.sdk.booking.engine.model
Methods in travel.wink.sdk.booking.engine.model that return RestaurantWithBestPriceModifier and TypeMethodDescriptionRestaurantWithBestPrice.channelInventoryIdentifier(UUID channelInventoryIdentifier) @Valid RestaurantWithBestPriceSellerInventoryRestaurant.getInventory()Get inventory@Valid RestaurantWithBestPriceInventoryGridItem.getRestaurant()Get restaurantRestaurantWithBestPrice.hotelWithBestPrice(HotelWithBestPrice hotelWithBestPrice) RestaurantWithBestPrice.price(LocalizedPrice price) RestaurantWithBestPrice.restaurant(Restaurant restaurant) Methods in travel.wink.sdk.booking.engine.model with parameters of type RestaurantWithBestPriceModifier and TypeMethodDescriptionSellerInventoryRestaurant.inventory(RestaurantWithBestPrice inventory) InventoryGridItem.restaurant(RestaurantWithBestPrice restaurant) voidSellerInventoryRestaurant.setInventory(RestaurantWithBestPrice inventory) voidInventoryGridItem.setRestaurant(RestaurantWithBestPrice restaurant)