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