Class RestaurantApi
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionreactor.core.publisher.Mono<RestaurantViewSupplier> createRestaurant(String hotelIdentifier, UpsertRestaurantRequestSupplier upsertRestaurantRequestSupplier, String winkVersion) Create Restaurant Create a new restaurantreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<RestaurantViewSupplier>> createRestaurantWithHttpInfo(String hotelIdentifier, UpsertRestaurantRequestSupplier upsertRestaurantRequestSupplier, String winkVersion) Create Restaurant Create a new restaurantorg.springframework.web.reactive.function.client.WebClient.ResponseSpeccreateRestaurantWithResponseSpec(String hotelIdentifier, UpsertRestaurantRequestSupplier upsertRestaurantRequestSupplier, String winkVersion) Create Restaurant Create a new restaurantreactor.core.publisher.Mono<RestaurantViewSupplier> 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>> removeMultimedia3WithHttpInfo(String hotelIdentifier, String restaurantIdentifier, String multimediaIdentifier, String winkVersion) Delete Multimedia Remove media from an existing restaurant.org.springframework.web.reactive.function.client.WebClient.ResponseSpecremoveMultimedia3WithResponseSpec(String hotelIdentifier, String restaurantIdentifier, String multimediaIdentifier, String winkVersion) Delete Multimedia Remove media from an existing restaurant.reactor.core.publisher.Mono<RemoveEntryResponseSupplier> removeRestaurant(String hotelIdentifier, String restaurantIdentifier, String winkVersion) Delete Restaurant Remove a restaurant by its identifierreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<RemoveEntryResponseSupplier>> removeRestaurantWithHttpInfo(String hotelIdentifier, String restaurantIdentifier, String winkVersion) Delete Restaurant Remove a restaurant by its identifierorg.springframework.web.reactive.function.client.WebClient.ResponseSpecremoveRestaurantWithResponseSpec(String hotelIdentifier, String restaurantIdentifier, String winkVersion) Delete Restaurant Remove a restaurant by its identifiervoidsetApiClient(ApiClient apiClient) reactor.core.publisher.Mono<RestaurantViewSupplier> showRestaurant(String hotelIdentifier, String restaurantIdentifier, String winkVersion) Show Restaurant Retrieve a restaurant by its identifierreactor.core.publisher.Flux<KeyValuePairSupplier> showRestaurantPairs(String hotelIdentifier, String winkVersion) Show Reference Pairs Retrieve list of restaurants as key/value pairs (identifier, name)reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<KeyValuePairSupplier>>> showRestaurantPairsWithHttpInfo(String hotelIdentifier, String winkVersion) Show Reference Pairs Retrieve list of restaurants as key/value pairs (identifier, name)org.springframework.web.reactive.function.client.WebClient.ResponseSpecshowRestaurantPairsWithResponseSpec(String hotelIdentifier, String winkVersion) Show Reference Pairs Retrieve list of restaurants as key/value pairs (identifier, name)reactor.core.publisher.Flux<RestaurantViewSupplier> showRestaurants(String hotelIdentifier, String winkVersion) Show Restaurants Retrieve list of restaurants for property.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<RestaurantViewSupplier>>> showRestaurantsWithHttpInfo(String hotelIdentifier, String winkVersion) Show Restaurants Retrieve list of restaurants for property.org.springframework.web.reactive.function.client.WebClient.ResponseSpecshowRestaurantsWithResponseSpec(String hotelIdentifier, String winkVersion) Show Restaurants Retrieve list of restaurants for property.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<RestaurantViewSupplier>> showRestaurantWithHttpInfo(String hotelIdentifier, String restaurantIdentifier, String winkVersion) Show Restaurant Retrieve a restaurant by its identifierorg.springframework.web.reactive.function.client.WebClient.ResponseSpecshowRestaurantWithResponseSpec(String hotelIdentifier, String restaurantIdentifier, String winkVersion) Show Restaurant Retrieve a restaurant by its identifierreactor.core.publisher.Mono<RestaurantViewSupplier> 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>> updateRestaurantWithHttpInfo(String hotelIdentifier, String restaurantIdentifier, UpsertRestaurantRequestSupplier upsertRestaurantRequestSupplier, String winkVersion) Update Restaurant Update a restaurant by its identifierorg.springframework.web.reactive.function.client.WebClient.ResponseSpecupdateRestaurantWithResponseSpec(String hotelIdentifier, String restaurantIdentifier, UpsertRestaurantRequestSupplier upsertRestaurantRequestSupplier, String winkVersion) Update Restaurant Update a restaurant by its identifierreactor.core.publisher.Mono<RestaurantViewSupplier> 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>> 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.org.springframework.web.reactive.function.client.WebClient.ResponseSpecuploadRestaurantMediaWithResponseSpec(String hotelIdentifier, String restaurantIdentifier, List<File> files) Upload Binary Multimedia Upload a list of binary / multipart videos and/or images to an existing restaurant.
-
Constructor Details
-
RestaurantApi
public RestaurantApi() -
RestaurantApi
-
-
Method Details
-
getApiClient
-
setApiClient
-
createRestaurant
public reactor.core.publisher.Mono<RestaurantViewSupplier> createRestaurant(String hotelIdentifier, UpsertRestaurantRequestSupplier upsertRestaurantRequestSupplier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Create Restaurant Create a new restaurant503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
201 - Created
- Parameters:
hotelIdentifier- Create a new restaurant record owned by this hotel identifierupsertRestaurantRequestSupplier- The upsertRestaurantRequestSupplier parameterwinkVersion- The winkVersion parameter- Returns:
- RestaurantViewSupplier
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
createRestaurantWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<RestaurantViewSupplier>> createRestaurantWithHttpInfo(String hotelIdentifier, UpsertRestaurantRequestSupplier upsertRestaurantRequestSupplier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Create Restaurant Create a new restaurant503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
201 - Created
- Parameters:
hotelIdentifier- Create a new restaurant record owned by this hotel identifierupsertRestaurantRequestSupplier- The upsertRestaurantRequestSupplier parameterwinkVersion- The winkVersion parameter- Returns:
- ResponseEntity<RestaurantViewSupplier>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
createRestaurantWithResponseSpec
public org.springframework.web.reactive.function.client.WebClient.ResponseSpec createRestaurantWithResponseSpec(String hotelIdentifier, UpsertRestaurantRequestSupplier upsertRestaurantRequestSupplier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Create Restaurant Create a new restaurant503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
201 - Created
- Parameters:
hotelIdentifier- Create a new restaurant record owned by this hotel identifierupsertRestaurantRequestSupplier- The upsertRestaurantRequestSupplier parameterwinkVersion- The winkVersion parameter- Returns:
- ResponseSpec
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
removeMultimedia3
public reactor.core.publisher.Mono<RestaurantViewSupplier> removeMultimedia3(String hotelIdentifier, String restaurantIdentifier, String multimediaIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Delete Multimedia Remove media from an existing restaurant.503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
202 - Accepted
- Parameters:
hotelIdentifier- Remove a media record from an existing restaurant owned by this hotel identifier.restaurantIdentifier- Remove a media record from an existing restaurant identified by this identifier.multimediaIdentifier- Remove a media record with this identifierwinkVersion- The winkVersion parameter- Returns:
- RestaurantViewSupplier
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
removeMultimedia3WithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<RestaurantViewSupplier>> removeMultimedia3WithHttpInfo(String hotelIdentifier, String restaurantIdentifier, String multimediaIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Delete Multimedia Remove media from an existing restaurant.503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
202 - Accepted
- Parameters:
hotelIdentifier- Remove a media record from an existing restaurant owned by this hotel identifier.restaurantIdentifier- Remove a media record from an existing restaurant identified by this identifier.multimediaIdentifier- Remove a media record with this identifierwinkVersion- The winkVersion parameter- Returns:
- ResponseEntity<RestaurantViewSupplier>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
removeMultimedia3WithResponseSpec
public org.springframework.web.reactive.function.client.WebClient.ResponseSpec removeMultimedia3WithResponseSpec(String hotelIdentifier, String restaurantIdentifier, String multimediaIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Delete Multimedia Remove media from an existing restaurant.503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
202 - Accepted
- Parameters:
hotelIdentifier- Remove a media record from an existing restaurant owned by this hotel identifier.restaurantIdentifier- Remove a media record from an existing restaurant identified by this identifier.multimediaIdentifier- Remove a media record with this identifierwinkVersion- The winkVersion parameter- Returns:
- ResponseSpec
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
removeRestaurant
public reactor.core.publisher.Mono<RemoveEntryResponseSupplier> removeRestaurant(String hotelIdentifier, String restaurantIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Delete Restaurant Remove a restaurant by its identifier503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
202 - Accepted
- Parameters:
hotelIdentifier- Remove restaurant record owned by this hotel identifierrestaurantIdentifier- Remove restaurant record identified by this identifierwinkVersion- The winkVersion parameter- Returns:
- RemoveEntryResponseSupplier
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
removeRestaurantWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<RemoveEntryResponseSupplier>> removeRestaurantWithHttpInfo(String hotelIdentifier, String restaurantIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Delete Restaurant Remove a restaurant by its identifier503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
202 - Accepted
- Parameters:
hotelIdentifier- Remove restaurant record owned by this hotel identifierrestaurantIdentifier- Remove restaurant record identified by this identifierwinkVersion- The winkVersion parameter- Returns:
- ResponseEntity<RemoveEntryResponseSupplier>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
removeRestaurantWithResponseSpec
public org.springframework.web.reactive.function.client.WebClient.ResponseSpec removeRestaurantWithResponseSpec(String hotelIdentifier, String restaurantIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Delete Restaurant Remove a restaurant by its identifier503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
202 - Accepted
- Parameters:
hotelIdentifier- Remove restaurant record owned by this hotel identifierrestaurantIdentifier- Remove restaurant record identified by this identifierwinkVersion- The winkVersion parameter- Returns:
- ResponseSpec
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showRestaurant
public reactor.core.publisher.Mono<RestaurantViewSupplier> showRestaurant(String hotelIdentifier, String restaurantIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Restaurant Retrieve a restaurant by its identifier503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
hotelIdentifier- Show single restaurant owned by this hotel identifierrestaurantIdentifier- Show restaurant record identified by this identifierwinkVersion- The winkVersion parameter- Returns:
- RestaurantViewSupplier
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showRestaurantWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<RestaurantViewSupplier>> showRestaurantWithHttpInfo(String hotelIdentifier, String restaurantIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Restaurant Retrieve a restaurant by its identifier503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
hotelIdentifier- Show single restaurant owned by this hotel identifierrestaurantIdentifier- Show restaurant record identified by this identifierwinkVersion- The winkVersion parameter- Returns:
- ResponseEntity<RestaurantViewSupplier>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showRestaurantWithResponseSpec
public org.springframework.web.reactive.function.client.WebClient.ResponseSpec showRestaurantWithResponseSpec(String hotelIdentifier, String restaurantIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Restaurant Retrieve a restaurant by its identifier503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
hotelIdentifier- Show single restaurant owned by this hotel identifierrestaurantIdentifier- Show restaurant record identified by this identifierwinkVersion- The winkVersion parameter- Returns:
- ResponseSpec
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showRestaurantPairs
public reactor.core.publisher.Flux<KeyValuePairSupplier> showRestaurantPairs(String hotelIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Reference Pairs Retrieve list of restaurants as key/value pairs (identifier, name)503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
hotelIdentifier- Show restaurant pairs owned by this hotel identifierwinkVersion- The winkVersion parameter- Returns:
- List<KeyValuePairSupplier>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showRestaurantPairsWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<KeyValuePairSupplier>>> showRestaurantPairsWithHttpInfo(String hotelIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Reference Pairs Retrieve list of restaurants as key/value pairs (identifier, name)503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
hotelIdentifier- Show restaurant pairs owned by this hotel identifierwinkVersion- The winkVersion parameter- Returns:
- ResponseEntity<List<KeyValuePairSupplier>>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showRestaurantPairsWithResponseSpec
public org.springframework.web.reactive.function.client.WebClient.ResponseSpec showRestaurantPairsWithResponseSpec(String hotelIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Reference Pairs Retrieve list of restaurants as key/value pairs (identifier, name)503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
hotelIdentifier- Show restaurant pairs owned by this hotel identifierwinkVersion- The winkVersion parameter- Returns:
- ResponseSpec
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showRestaurants
public reactor.core.publisher.Flux<RestaurantViewSupplier> showRestaurants(String hotelIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Restaurants Retrieve list of restaurants for property.503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
hotelIdentifier- Show restaurants owned by this hotel identifierwinkVersion- The winkVersion parameter- Returns:
- List<RestaurantViewSupplier>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showRestaurantsWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<RestaurantViewSupplier>>> showRestaurantsWithHttpInfo(String hotelIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Restaurants Retrieve list of restaurants for property.503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
hotelIdentifier- Show restaurants owned by this hotel identifierwinkVersion- The winkVersion parameter- Returns:
- ResponseEntity<List<RestaurantViewSupplier>>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showRestaurantsWithResponseSpec
public org.springframework.web.reactive.function.client.WebClient.ResponseSpec showRestaurantsWithResponseSpec(String hotelIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Restaurants Retrieve list of restaurants for property.503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
hotelIdentifier- Show restaurants owned by this hotel identifierwinkVersion- The winkVersion parameter- Returns:
- ResponseSpec
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
updateRestaurant
public reactor.core.publisher.Mono<RestaurantViewSupplier> updateRestaurant(String hotelIdentifier, String restaurantIdentifier, UpsertRestaurantRequestSupplier upsertRestaurantRequestSupplier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Update Restaurant Update a restaurant by its identifier503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
hotelIdentifier- Update an existing restaurant record owned by this hotel identifierrestaurantIdentifier- Update an existing restaurant record identified by this identifierupsertRestaurantRequestSupplier- The upsertRestaurantRequestSupplier parameterwinkVersion- The winkVersion parameter- Returns:
- RestaurantViewSupplier
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
updateRestaurantWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<RestaurantViewSupplier>> updateRestaurantWithHttpInfo(String hotelIdentifier, String restaurantIdentifier, UpsertRestaurantRequestSupplier upsertRestaurantRequestSupplier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Update Restaurant Update a restaurant by its identifier503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
hotelIdentifier- Update an existing restaurant record owned by this hotel identifierrestaurantIdentifier- Update an existing restaurant record identified by this identifierupsertRestaurantRequestSupplier- The upsertRestaurantRequestSupplier parameterwinkVersion- The winkVersion parameter- Returns:
- ResponseEntity<RestaurantViewSupplier>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
updateRestaurantWithResponseSpec
public org.springframework.web.reactive.function.client.WebClient.ResponseSpec updateRestaurantWithResponseSpec(String hotelIdentifier, String restaurantIdentifier, UpsertRestaurantRequestSupplier upsertRestaurantRequestSupplier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Update Restaurant Update a restaurant by its identifier503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
hotelIdentifier- Update an existing restaurant record owned by this hotel identifierrestaurantIdentifier- Update an existing restaurant record identified by this identifierupsertRestaurantRequestSupplier- The upsertRestaurantRequestSupplier parameterwinkVersion- The winkVersion parameter- Returns:
- ResponseSpec
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
uploadRestaurantMedia
public reactor.core.publisher.Mono<RestaurantViewSupplier> uploadRestaurantMedia(String hotelIdentifier, String restaurantIdentifier, List<File> files) throws org.springframework.web.reactive.function.client.WebClientResponseException Upload Binary Multimedia Upload a list of binary / multipart videos and/or images to an existing restaurant.503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
207 - Multi-Status
- Parameters:
hotelIdentifier- Upload multipart files and associate them with an existing restaurant owned by this hotel identifierrestaurantIdentifier- Upload multipart files and associate them with an existing restaurant with this identifierfiles- The files parameter- Returns:
- RestaurantViewSupplier
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
uploadRestaurantMediaWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<RestaurantViewSupplier>> uploadRestaurantMediaWithHttpInfo(String hotelIdentifier, String restaurantIdentifier, List<File> files) throws org.springframework.web.reactive.function.client.WebClientResponseException Upload Binary Multimedia Upload a list of binary / multipart videos and/or images to an existing restaurant.503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
207 - Multi-Status
- Parameters:
hotelIdentifier- Upload multipart files and associate them with an existing restaurant owned by this hotel identifierrestaurantIdentifier- Upload multipart files and associate them with an existing restaurant with this identifierfiles- The files parameter- Returns:
- ResponseEntity<RestaurantViewSupplier>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
uploadRestaurantMediaWithResponseSpec
public org.springframework.web.reactive.function.client.WebClient.ResponseSpec uploadRestaurantMediaWithResponseSpec(String hotelIdentifier, String restaurantIdentifier, List<File> files) throws org.springframework.web.reactive.function.client.WebClientResponseException Upload Binary Multimedia Upload a list of binary / multipart videos and/or images to an existing restaurant.503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
207 - Multi-Status
- Parameters:
hotelIdentifier- Upload multipart files and associate them with an existing restaurant owned by this hotel identifierrestaurantIdentifier- Upload multipart files and associate them with an existing restaurant with this identifierfiles- The files parameter- Returns:
- ResponseSpec
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-