Uses of Class
travel.wink.sdk.booking.engine.model.Restaurant
Packages that use Restaurant
-
Uses of Restaurant in travel.wink.sdk.booking.engine.model
Methods in travel.wink.sdk.booking.engine.model that return RestaurantModifier and TypeMethodDescriptionRestaurant.addAmenitiesItem(String amenitiesItem) Restaurant.addCuisineCodesItem(String cuisineCodesItem) Restaurant.addDescriptionsItem(SimpleDescription descriptionsItem) Restaurant.addDisabilityFeaturesItem(String disabilityFeaturesItem) Restaurant.addInfoCodesItem(String infoCodesItem) Restaurant.addMultimediasItem(Multimedia multimediasItem) Restaurant.address(AddressDto address) Restaurant.addSecurityFeaturesItem(String securityFeaturesItem) Restaurant.addSocialsItem(Social socialsItem) Restaurant.applicableEnd(LocalDate applicableEnd) Restaurant.applicableStart(LocalDate applicableStart) Restaurant.commissionable(Boolean commissionable) Restaurant.contact(ContactDto contact) Restaurant.cuisineCodes(List<String> cuisineCodes) Restaurant.daysOfWeek(DowPatternGroup daysOfWeek) Restaurant.descriptions(List<SimpleDescription> descriptions) Restaurant.disabilityFeatures(List<String> disabilityFeatures) Restaurant.featuredInd(Boolean featuredInd) @Valid RestaurantRestaurantHotelInventory.getInventory()Get inventory@Valid RestaurantRestaurantWithBestPrice.getRestaurant()Get restaurantRestaurant.hotelIdentifier(String hotelIdentifier) Restaurant.identifier(String identifier) Restaurant.lifestyleType(Restaurant.LifestyleTypeEnum lifestyleType) Restaurant.location(GeoJsonPoint location) Restaurant.maxSeatingCapacity(Integer maxSeatingCapacity) Restaurant.maxSingleParty(Integer maxSingleParty) Restaurant.minAgeAppropriateCode(String minAgeAppropriateCode) Restaurant.multimedias(List<Multimedia> multimedias) Restaurant.offerBreakfast(Boolean offerBreakfast) Restaurant.offerBrunch(Boolean offerBrunch) Restaurant.offerDinner(Boolean offerDinner) Restaurant.offerLunch(Boolean offerLunch) Restaurant.percentDiscount(Double percentDiscount) Restaurant.pricingType(Restaurant.PricingTypeEnum pricingType) Restaurant.proximityCode(String proximityCode) Restaurant.reservationRequiredInd(Boolean reservationRequiredInd) Restaurant.securityFeatures(List<String> securityFeatures) Methods in travel.wink.sdk.booking.engine.model with parameters of type RestaurantModifier and TypeMethodDescriptionRestaurantHotelInventory.inventory(Restaurant inventory) RestaurantWithBestPrice.restaurant(Restaurant restaurant) voidRestaurantHotelInventory.setInventory(Restaurant inventory) voidRestaurantWithBestPrice.setRestaurant(Restaurant restaurant)