Uses of Class
travel.wink.sdk.extranet.model.RestaurantView
Packages that use RestaurantView
-
Uses of RestaurantView in travel.wink.sdk.extranet.api
Methods in travel.wink.sdk.extranet.api that return types with arguments of type RestaurantViewModifier and TypeMethodDescriptionreactor.core.publisher.Mono<RestaurantView>RestaurantApi.createRestaurant(String hotelIdentifier, UpsertRestaurantRequest upsertRestaurantRequest) Create Restaurant Create a new restaurantreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<RestaurantView>>RestaurantApi.createRestaurantWithHttpInfo(String hotelIdentifier, UpsertRestaurantRequest upsertRestaurantRequest) reactor.core.publisher.Mono<RestaurantView>RestaurantApi.removeMultimedia3(String hotelIdentifier, String restaurantIdentifier, String multimediaIdentifier, String accept) Delete Multimedia Remove media from an existing restaurant.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<RestaurantView>>RestaurantApi.removeMultimedia3WithHttpInfo(String hotelIdentifier, String restaurantIdentifier, String multimediaIdentifier, String accept) reactor.core.publisher.Mono<RestaurantView>RestaurantApi.showRestaurant(String hotelIdentifier, String restaurantIdentifier, String accept) Show Restaurant Retrieve a restaurant by its identifierreactor.core.publisher.Flux<RestaurantView>RestaurantApi.showRestaurants(String hotelIdentifier, String accept) Show Restaurants Retrieve list of restaurants for property.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<RestaurantView>>>RestaurantApi.showRestaurantsWithHttpInfo(String hotelIdentifier, String accept) reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<RestaurantView>>RestaurantApi.showRestaurantWithHttpInfo(String hotelIdentifier, String restaurantIdentifier, String accept) reactor.core.publisher.Mono<RestaurantView>RestaurantApi.updateRestaurant(String hotelIdentifier, String restaurantIdentifier, UpsertRestaurantRequest upsertRestaurantRequest) Update Restaurant Update a restaurant by its identifierreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<RestaurantView>>RestaurantApi.updateRestaurantWithHttpInfo(String hotelIdentifier, String restaurantIdentifier, UpsertRestaurantRequest upsertRestaurantRequest) reactor.core.publisher.Mono<RestaurantView>RestaurantApi.uploadRestaurantMedia(String hotelIdentifier, String restaurantIdentifier, List<File> files) Upload Binary Multimedia Upload a list of binary / multipart videos and/or images to an existing restaurant.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<RestaurantView>>RestaurantApi.uploadRestaurantMediaWithHttpInfo(String hotelIdentifier, String restaurantIdentifier, List<File> files) -
Uses of RestaurantView in travel.wink.sdk.extranet.model
Methods in travel.wink.sdk.extranet.model that return RestaurantViewModifier and TypeMethodDescriptionRestaurantView.featuredImageIdentifier(String featuredImageIdentifier) RestaurantView.restaurant(Restaurant restaurant)