Uses of Class
travel.wink.sdk.extranet.model.Restaurant
Packages that use Restaurant
-
Uses of Restaurant in travel.wink.sdk.extranet.api
Methods in travel.wink.sdk.extranet.api with parameters of type RestaurantModifier and TypeMethodDescriptionreactor.core.publisher.Mono<RestaurantView>RestaurantApi.saveRestaurant(String hotelIdentifier, Restaurant restaurant) Create Restaurant Create a new restaurantreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<RestaurantView>>RestaurantApi.saveRestaurantWithHttpInfo(String hotelIdentifier, Restaurant restaurant) reactor.core.publisher.Mono<RestaurantView>RestaurantApi.updateRestaurant(String hotelIdentifier, String restaurantIdentifier, Restaurant restaurant) Update Restaurant Update a restaurant by its identifierreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<RestaurantView>>RestaurantApi.updateRestaurantWithHttpInfo(String hotelIdentifier, String restaurantIdentifier, Restaurant restaurant) -
Uses of Restaurant in travel.wink.sdk.extranet.model
Methods in travel.wink.sdk.extranet.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(RatePlanRequiredDaysOfWeek daysOfWeek) Restaurant.descriptions(List<SimpleDescription> descriptions) Restaurant.disabilityFeatures(List<String> disabilityFeatures) Restaurant.featuredInd(Boolean featuredInd) @Valid RestaurantRestaurantView.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.extranet.model with parameters of type RestaurantModifier and TypeMethodDescriptionRestaurantView.restaurant(Restaurant restaurant) voidRestaurantView.setRestaurant(Restaurant restaurant)