Class SpaApi
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionreactor.core.publisher.Mono<SpaViewSupplier>createSpa(String hotelIdentifier, UpsertSpaRequestSupplier upsertSpaRequestSupplier, String winkVersion) Create Spa Create a new spareactor.core.publisher.Mono<org.springframework.http.ResponseEntity<SpaViewSupplier>>createSpaWithHttpInfo(String hotelIdentifier, UpsertSpaRequestSupplier upsertSpaRequestSupplier, String winkVersion) Create Spa Create a new spaorg.springframework.web.reactive.function.client.WebClient.ResponseSpeccreateSpaWithResponseSpec(String hotelIdentifier, UpsertSpaRequestSupplier upsertSpaRequestSupplier, String winkVersion) Create Spa Create a new spareactor.core.publisher.Mono<SpaViewSupplier>deleteMultimedia(String hotelIdentifier, String spaIdentifier, String multimediaIdentifier, String winkVersion) Delete Multimedia Remove media from an existing spa.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<SpaViewSupplier>>deleteMultimediaWithHttpInfo(String hotelIdentifier, String spaIdentifier, String multimediaIdentifier, String winkVersion) Delete Multimedia Remove media from an existing spa.org.springframework.web.reactive.function.client.WebClient.ResponseSpecdeleteMultimediaWithResponseSpec(String hotelIdentifier, String spaIdentifier, String multimediaIdentifier, String winkVersion) Delete Multimedia Remove media from an existing spa.reactor.core.publisher.Mono<RemoveEntryResponseSupplier>Delete Spa Delete a spa by its identifierreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<RemoveEntryResponseSupplier>>removeSpaWithHttpInfo(String hotelIdentifier, String spaIdentifier, String winkVersion) Delete Spa Delete a spa by its identifierorg.springframework.web.reactive.function.client.WebClient.ResponseSpecremoveSpaWithResponseSpec(String hotelIdentifier, String spaIdentifier, String winkVersion) Delete Spa Delete a spa by its identifiervoidsetApiClient(ApiClient apiClient) reactor.core.publisher.Mono<SpaViewSupplier>Show Spa Retrieve a spa by its identifierreactor.core.publisher.Flux<KeyValuePairSupplier>showSpaPairs(String hotelIdentifier, String winkVersion) Show Reference Pairs Retrieve list of spas as key/value pairs (identifier, name)reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<KeyValuePairSupplier>>>showSpaPairsWithHttpInfo(String hotelIdentifier, String winkVersion) Show Reference Pairs Retrieve list of spas as key/value pairs (identifier, name)org.springframework.web.reactive.function.client.WebClient.ResponseSpecshowSpaPairsWithResponseSpec(String hotelIdentifier, String winkVersion) Show Reference Pairs Retrieve list of spas as key/value pairs (identifier, name)reactor.core.publisher.Flux<SpaViewSupplier>Show Spas Retrieve list of spas for property.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<SpaViewSupplier>>>showSpasWithHttpInfo(String hotelIdentifier, String winkVersion) Show Spas Retrieve list of spas for property.org.springframework.web.reactive.function.client.WebClient.ResponseSpecshowSpasWithResponseSpec(String hotelIdentifier, String winkVersion) Show Spas Retrieve list of spas for property.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<SpaViewSupplier>>showSpaWithHttpInfo(String hotelIdentifier, String spaIdentifier, String winkVersion) Show Spa Retrieve a spa by its identifierorg.springframework.web.reactive.function.client.WebClient.ResponseSpecshowSpaWithResponseSpec(String hotelIdentifier, String spaIdentifier, String winkVersion) Show Spa Retrieve a spa by its identifierreactor.core.publisher.Mono<SpaViewSupplier>updateSpa(String hotelIdentifier, String spaIdentifier, UpsertSpaRequestSupplier upsertSpaRequestSupplier, String winkVersion) Update Spa Update a spa by its identifierreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<SpaViewSupplier>>updateSpaWithHttpInfo(String hotelIdentifier, String spaIdentifier, UpsertSpaRequestSupplier upsertSpaRequestSupplier, String winkVersion) Update Spa Update a spa by its identifierorg.springframework.web.reactive.function.client.WebClient.ResponseSpecupdateSpaWithResponseSpec(String hotelIdentifier, String spaIdentifier, UpsertSpaRequestSupplier upsertSpaRequestSupplier, String winkVersion) Update Spa Update a spa by its identifierreactor.core.publisher.Mono<SpaViewSupplier>uploadSpaMedia(String hotelIdentifier, String spaIdentifier, List<File> files) Upload Binary Multimedia Upload a list of binary / multipart videos and/or images to an existing spa.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<SpaViewSupplier>>uploadSpaMediaWithHttpInfo(String hotelIdentifier, String spaIdentifier, List<File> files) Upload Binary Multimedia Upload a list of binary / multipart videos and/or images to an existing spa.org.springframework.web.reactive.function.client.WebClient.ResponseSpecuploadSpaMediaWithResponseSpec(String hotelIdentifier, String spaIdentifier, List<File> files) Upload Binary Multimedia Upload a list of binary / multipart videos and/or images to an existing spa.
-
Constructor Details
-
SpaApi
public SpaApi() -
SpaApi
-
-
Method Details
-
getApiClient
-
setApiClient
-
createSpa
public reactor.core.publisher.Mono<SpaViewSupplier> createSpa(String hotelIdentifier, UpsertSpaRequestSupplier upsertSpaRequestSupplier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Create Spa Create a new spa503 - Service Unavailable
415 - Unsupported Media Type
500 - Internal Server Error
404 - Not Found
403 - Forbidden
401 - Unauthorized
400 - Bad Request
405 - Method Not Allowed
201 - Created
- Parameters:
hotelIdentifier- Create a new spa record owned by this hotel identifierupsertSpaRequestSupplier- The upsertSpaRequestSupplier parameterwinkVersion- The winkVersion parameter- Returns:
- SpaViewSupplier
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
createSpaWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<SpaViewSupplier>> createSpaWithHttpInfo(String hotelIdentifier, UpsertSpaRequestSupplier upsertSpaRequestSupplier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Create Spa Create a new spa503 - Service Unavailable
415 - Unsupported Media Type
500 - Internal Server Error
404 - Not Found
403 - Forbidden
401 - Unauthorized
400 - Bad Request
405 - Method Not Allowed
201 - Created
- Parameters:
hotelIdentifier- Create a new spa record owned by this hotel identifierupsertSpaRequestSupplier- The upsertSpaRequestSupplier parameterwinkVersion- The winkVersion parameter- Returns:
- ResponseEntity<SpaViewSupplier>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
createSpaWithResponseSpec
public org.springframework.web.reactive.function.client.WebClient.ResponseSpec createSpaWithResponseSpec(String hotelIdentifier, UpsertSpaRequestSupplier upsertSpaRequestSupplier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Create Spa Create a new spa503 - Service Unavailable
415 - Unsupported Media Type
500 - Internal Server Error
404 - Not Found
403 - Forbidden
401 - Unauthorized
400 - Bad Request
405 - Method Not Allowed
201 - Created
- Parameters:
hotelIdentifier- Create a new spa record owned by this hotel identifierupsertSpaRequestSupplier- The upsertSpaRequestSupplier parameterwinkVersion- The winkVersion parameter- Returns:
- ResponseSpec
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
deleteMultimedia
public reactor.core.publisher.Mono<SpaViewSupplier> deleteMultimedia(String hotelIdentifier, String spaIdentifier, String multimediaIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Delete Multimedia Remove media from an existing spa.503 - Service Unavailable
415 - Unsupported Media Type
500 - Internal Server Error
404 - Not Found
403 - Forbidden
401 - Unauthorized
400 - Bad Request
405 - Method Not Allowed
202 - Accepted
- Parameters:
hotelIdentifier- Remove a media record from an existing spa owned by this hotel identifier.spaIdentifier- Remove a media record from an existing spa identified by this identifier.multimediaIdentifier- Remove a media record with this identifierwinkVersion- The winkVersion parameter- Returns:
- SpaViewSupplier
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
deleteMultimediaWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<SpaViewSupplier>> deleteMultimediaWithHttpInfo(String hotelIdentifier, String spaIdentifier, String multimediaIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Delete Multimedia Remove media from an existing spa.503 - Service Unavailable
415 - Unsupported Media Type
500 - Internal Server Error
404 - Not Found
403 - Forbidden
401 - Unauthorized
400 - Bad Request
405 - Method Not Allowed
202 - Accepted
- Parameters:
hotelIdentifier- Remove a media record from an existing spa owned by this hotel identifier.spaIdentifier- Remove a media record from an existing spa identified by this identifier.multimediaIdentifier- Remove a media record with this identifierwinkVersion- The winkVersion parameter- Returns:
- ResponseEntity<SpaViewSupplier>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
deleteMultimediaWithResponseSpec
public org.springframework.web.reactive.function.client.WebClient.ResponseSpec deleteMultimediaWithResponseSpec(String hotelIdentifier, String spaIdentifier, String multimediaIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Delete Multimedia Remove media from an existing spa.503 - Service Unavailable
415 - Unsupported Media Type
500 - Internal Server Error
404 - Not Found
403 - Forbidden
401 - Unauthorized
400 - Bad Request
405 - Method Not Allowed
202 - Accepted
- Parameters:
hotelIdentifier- Remove a media record from an existing spa owned by this hotel identifier.spaIdentifier- Remove a media record from an existing spa 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
-
removeSpa
public reactor.core.publisher.Mono<RemoveEntryResponseSupplier> removeSpa(String hotelIdentifier, String spaIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Delete Spa Delete a spa by its identifier503 - Service Unavailable
415 - Unsupported Media Type
500 - Internal Server Error
404 - Not Found
403 - Forbidden
401 - Unauthorized
400 - Bad Request
405 - Method Not Allowed
202 - Accepted
- Parameters:
hotelIdentifier- Remove spa record owned by this hotel identifierspaIdentifier- 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
-
removeSpaWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<RemoveEntryResponseSupplier>> removeSpaWithHttpInfo(String hotelIdentifier, String spaIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Delete Spa Delete a spa by its identifier503 - Service Unavailable
415 - Unsupported Media Type
500 - Internal Server Error
404 - Not Found
403 - Forbidden
401 - Unauthorized
400 - Bad Request
405 - Method Not Allowed
202 - Accepted
- Parameters:
hotelIdentifier- Remove spa record owned by this hotel identifierspaIdentifier- 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
-
removeSpaWithResponseSpec
public org.springframework.web.reactive.function.client.WebClient.ResponseSpec removeSpaWithResponseSpec(String hotelIdentifier, String spaIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Delete Spa Delete a spa by its identifier503 - Service Unavailable
415 - Unsupported Media Type
500 - Internal Server Error
404 - Not Found
403 - Forbidden
401 - Unauthorized
400 - Bad Request
405 - Method Not Allowed
202 - Accepted
- Parameters:
hotelIdentifier- Remove spa record owned by this hotel identifierspaIdentifier- 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
-
showSpa
public reactor.core.publisher.Mono<SpaViewSupplier> showSpa(String hotelIdentifier, String spaIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Spa Retrieve a spa by its identifier503 - Service Unavailable
415 - Unsupported Media Type
500 - Internal Server Error
404 - Not Found
403 - Forbidden
401 - Unauthorized
400 - Bad Request
405 - Method Not Allowed
200 - OK
- Parameters:
hotelIdentifier- Show single spa owned by this hotel identifierspaIdentifier- Show spa record identified by this identifierwinkVersion- The winkVersion parameter- Returns:
- SpaViewSupplier
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showSpaWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<SpaViewSupplier>> showSpaWithHttpInfo(String hotelIdentifier, String spaIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Spa Retrieve a spa by its identifier503 - Service Unavailable
415 - Unsupported Media Type
500 - Internal Server Error
404 - Not Found
403 - Forbidden
401 - Unauthorized
400 - Bad Request
405 - Method Not Allowed
200 - OK
- Parameters:
hotelIdentifier- Show single spa owned by this hotel identifierspaIdentifier- Show spa record identified by this identifierwinkVersion- The winkVersion parameter- Returns:
- ResponseEntity<SpaViewSupplier>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showSpaWithResponseSpec
public org.springframework.web.reactive.function.client.WebClient.ResponseSpec showSpaWithResponseSpec(String hotelIdentifier, String spaIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Spa Retrieve a spa by its identifier503 - Service Unavailable
415 - Unsupported Media Type
500 - Internal Server Error
404 - Not Found
403 - Forbidden
401 - Unauthorized
400 - Bad Request
405 - Method Not Allowed
200 - OK
- Parameters:
hotelIdentifier- Show single spa owned by this hotel identifierspaIdentifier- Show spa 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
-
showSpaPairs
public reactor.core.publisher.Flux<KeyValuePairSupplier> showSpaPairs(String hotelIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Reference Pairs Retrieve list of spas as key/value pairs (identifier, name)503 - Service Unavailable
415 - Unsupported Media Type
500 - Internal Server Error
404 - Not Found
403 - Forbidden
401 - Unauthorized
400 - Bad Request
405 - Method Not Allowed
200 - OK
- Parameters:
hotelIdentifier- Show spa 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
-
showSpaPairsWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<KeyValuePairSupplier>>> showSpaPairsWithHttpInfo(String hotelIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Reference Pairs Retrieve list of spas as key/value pairs (identifier, name)503 - Service Unavailable
415 - Unsupported Media Type
500 - Internal Server Error
404 - Not Found
403 - Forbidden
401 - Unauthorized
400 - Bad Request
405 - Method Not Allowed
200 - OK
- Parameters:
hotelIdentifier- Show spa 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
-
showSpaPairsWithResponseSpec
public org.springframework.web.reactive.function.client.WebClient.ResponseSpec showSpaPairsWithResponseSpec(String hotelIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Reference Pairs Retrieve list of spas as key/value pairs (identifier, name)503 - Service Unavailable
415 - Unsupported Media Type
500 - Internal Server Error
404 - Not Found
403 - Forbidden
401 - Unauthorized
400 - Bad Request
405 - Method Not Allowed
200 - OK
- Parameters:
hotelIdentifier- Show spa 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
-
showSpas
public reactor.core.publisher.Flux<SpaViewSupplier> showSpas(String hotelIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Spas Retrieve list of spas for property.503 - Service Unavailable
415 - Unsupported Media Type
500 - Internal Server Error
404 - Not Found
403 - Forbidden
401 - Unauthorized
400 - Bad Request
405 - Method Not Allowed
200 - OK
- Parameters:
hotelIdentifier- Show spas owned by this hotel identifierwinkVersion- The winkVersion parameter- Returns:
- List<SpaViewSupplier>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showSpasWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<SpaViewSupplier>>> showSpasWithHttpInfo(String hotelIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Spas Retrieve list of spas for property.503 - Service Unavailable
415 - Unsupported Media Type
500 - Internal Server Error
404 - Not Found
403 - Forbidden
401 - Unauthorized
400 - Bad Request
405 - Method Not Allowed
200 - OK
- Parameters:
hotelIdentifier- Show spas owned by this hotel identifierwinkVersion- The winkVersion parameter- Returns:
- ResponseEntity<List<SpaViewSupplier>>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showSpasWithResponseSpec
public org.springframework.web.reactive.function.client.WebClient.ResponseSpec showSpasWithResponseSpec(String hotelIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Spas Retrieve list of spas for property.503 - Service Unavailable
415 - Unsupported Media Type
500 - Internal Server Error
404 - Not Found
403 - Forbidden
401 - Unauthorized
400 - Bad Request
405 - Method Not Allowed
200 - OK
- Parameters:
hotelIdentifier- Show spas 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
-
updateSpa
public reactor.core.publisher.Mono<SpaViewSupplier> updateSpa(String hotelIdentifier, String spaIdentifier, UpsertSpaRequestSupplier upsertSpaRequestSupplier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Update Spa Update a spa by its identifier503 - Service Unavailable
415 - Unsupported Media Type
500 - Internal Server Error
404 - Not Found
403 - Forbidden
401 - Unauthorized
400 - Bad Request
405 - Method Not Allowed
200 - OK
- Parameters:
hotelIdentifier- Update an existing spa record owned by this hotel identifierspaIdentifier- Update an existing spa record identified by this identifierupsertSpaRequestSupplier- The upsertSpaRequestSupplier parameterwinkVersion- The winkVersion parameter- Returns:
- SpaViewSupplier
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
updateSpaWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<SpaViewSupplier>> updateSpaWithHttpInfo(String hotelIdentifier, String spaIdentifier, UpsertSpaRequestSupplier upsertSpaRequestSupplier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Update Spa Update a spa by its identifier503 - Service Unavailable
415 - Unsupported Media Type
500 - Internal Server Error
404 - Not Found
403 - Forbidden
401 - Unauthorized
400 - Bad Request
405 - Method Not Allowed
200 - OK
- Parameters:
hotelIdentifier- Update an existing spa record owned by this hotel identifierspaIdentifier- Update an existing spa record identified by this identifierupsertSpaRequestSupplier- The upsertSpaRequestSupplier parameterwinkVersion- The winkVersion parameter- Returns:
- ResponseEntity<SpaViewSupplier>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
updateSpaWithResponseSpec
public org.springframework.web.reactive.function.client.WebClient.ResponseSpec updateSpaWithResponseSpec(String hotelIdentifier, String spaIdentifier, UpsertSpaRequestSupplier upsertSpaRequestSupplier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Update Spa Update a spa by its identifier503 - Service Unavailable
415 - Unsupported Media Type
500 - Internal Server Error
404 - Not Found
403 - Forbidden
401 - Unauthorized
400 - Bad Request
405 - Method Not Allowed
200 - OK
- Parameters:
hotelIdentifier- Update an existing spa record owned by this hotel identifierspaIdentifier- Update an existing spa record identified by this identifierupsertSpaRequestSupplier- The upsertSpaRequestSupplier parameterwinkVersion- The winkVersion parameter- Returns:
- ResponseSpec
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
uploadSpaMedia
public reactor.core.publisher.Mono<SpaViewSupplier> uploadSpaMedia(String hotelIdentifier, String spaIdentifier, 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 spa.503 - Service Unavailable
415 - Unsupported Media Type
500 - Internal Server Error
404 - Not Found
403 - Forbidden
401 - Unauthorized
400 - Bad Request
405 - Method Not Allowed
207 - Multi-Status
- Parameters:
hotelIdentifier- Upload multipart files and associate them with an existing spa owned by this hotel identifierspaIdentifier- Upload multipart files and associate them with an existing spa with this identifierfiles- The files parameter- Returns:
- SpaViewSupplier
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
uploadSpaMediaWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<SpaViewSupplier>> uploadSpaMediaWithHttpInfo(String hotelIdentifier, String spaIdentifier, 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 spa.503 - Service Unavailable
415 - Unsupported Media Type
500 - Internal Server Error
404 - Not Found
403 - Forbidden
401 - Unauthorized
400 - Bad Request
405 - Method Not Allowed
207 - Multi-Status
- Parameters:
hotelIdentifier- Upload multipart files and associate them with an existing spa owned by this hotel identifierspaIdentifier- Upload multipart files and associate them with an existing spa with this identifierfiles- The files parameter- Returns:
- ResponseEntity<SpaViewSupplier>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
uploadSpaMediaWithResponseSpec
public org.springframework.web.reactive.function.client.WebClient.ResponseSpec uploadSpaMediaWithResponseSpec(String hotelIdentifier, String spaIdentifier, 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 spa.503 - Service Unavailable
415 - Unsupported Media Type
500 - Internal Server Error
404 - Not Found
403 - Forbidden
401 - Unauthorized
400 - Bad Request
405 - Method Not Allowed
207 - Multi-Status
- Parameters:
hotelIdentifier- Upload multipart files and associate them with an existing spa owned by this hotel identifierspaIdentifier- Upload multipart files and associate them with an existing spa 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
-