Uses of Class
travel.wink.sdk.extranet.model.UpsertRestaurantRequest
Packages that use UpsertRestaurantRequest
-
Uses of UpsertRestaurantRequest in travel.wink.sdk.extranet.api
Methods in travel.wink.sdk.extranet.api with parameters of type UpsertRestaurantRequestModifier and TypeMethodDescriptionreactor.core.publisher.Mono<RestaurantView>RestaurantApi.createRestaurant(String hotelIdentifier, UpsertRestaurantRequest upsertRestaurantRequest, String winkVersion) Create Restaurant Create a new restaurantreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<RestaurantView>>RestaurantApi.createRestaurantWithHttpInfo(String hotelIdentifier, UpsertRestaurantRequest upsertRestaurantRequest, String winkVersion) reactor.core.publisher.Mono<RestaurantView>RestaurantApi.updateRestaurant(String hotelIdentifier, String restaurantIdentifier, UpsertRestaurantRequest upsertRestaurantRequest, String winkVersion) Update Restaurant Update a restaurant by its identifierreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<RestaurantView>>RestaurantApi.updateRestaurantWithHttpInfo(String hotelIdentifier, String restaurantIdentifier, UpsertRestaurantRequest upsertRestaurantRequest, String winkVersion) -
Uses of UpsertRestaurantRequest in travel.wink.sdk.extranet.model
Methods in travel.wink.sdk.extranet.model that return UpsertRestaurantRequestModifier and TypeMethodDescriptionUpsertRestaurantRequest.addAmenitiesItem(String amenitiesItem) UpsertRestaurantRequest.addCuisineCodesItem(String cuisineCodesItem) UpsertRestaurantRequest.addDescriptionsItem(SimpleDescription descriptionsItem) UpsertRestaurantRequest.addDisabilityFeaturesItem(String disabilityFeaturesItem) UpsertRestaurantRequest.addInfoCodesItem(String infoCodesItem) UpsertRestaurantRequest.addMultimediasItem(Multimedia multimediasItem) UpsertRestaurantRequest.address(UpsertAddressRequest address) UpsertRestaurantRequest.addSecurityFeaturesItem(String securityFeaturesItem) UpsertRestaurantRequest.addSocialsItem(Social socialsItem) UpsertRestaurantRequest.applicableEnd(LocalDate applicableEnd) UpsertRestaurantRequest.applicableStart(LocalDate applicableStart) UpsertRestaurantRequest.commissionable(Boolean commissionable) UpsertRestaurantRequest.cuisineCodes(List<String> cuisineCodes) UpsertRestaurantRequest.daysOfWeek(DowPatternGroup daysOfWeek) UpsertRestaurantRequest.descriptions(List<SimpleDescription> descriptions) UpsertRestaurantRequest.disabilityFeatures(List<String> disabilityFeatures) UpsertRestaurantRequest.featuredInd(Boolean featuredInd) UpsertRestaurantRequest.lifestyleType(UpsertRestaurantRequest.LifestyleTypeEnum lifestyleType) UpsertRestaurantRequest.location(GeoJsonPoint location) UpsertRestaurantRequest.maxSeatingCapacity(Integer maxSeatingCapacity) UpsertRestaurantRequest.maxSingleParty(Integer maxSingleParty) UpsertRestaurantRequest.minAgeAppropriateCode(String minAgeAppropriateCode) UpsertRestaurantRequest.multimedias(List<Multimedia> multimedias) UpsertRestaurantRequest.offerBreakfast(Boolean offerBreakfast) UpsertRestaurantRequest.offerBrunch(Boolean offerBrunch) UpsertRestaurantRequest.offerDinner(Boolean offerDinner) UpsertRestaurantRequest.offerLunch(Boolean offerLunch) UpsertRestaurantRequest.percentDiscount(Double percentDiscount) UpsertRestaurantRequest.pricingType(UpsertRestaurantRequest.PricingTypeEnum pricingType) UpsertRestaurantRequest.proximityCode(String proximityCode) UpsertRestaurantRequest.reservationRequiredInd(Boolean reservationRequiredInd) UpsertRestaurantRequest.securityFeatures(List<String> securityFeatures)