Class MediaApi
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionreactor.core.publisher.Mono<HotelViewSupplier> createMultimedia(String hotelIdentifier, SimpleMultimediaSupplier simpleMultimediaSupplier, String winkVersion) Create Multimedia Save multimedia of a hotel identified by its identifierreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<HotelViewSupplier>> createMultimediaWithHttpInfo(String hotelIdentifier, SimpleMultimediaSupplier simpleMultimediaSupplier, String winkVersion) Create Multimedia Save multimedia of a hotel identified by its identifierorg.springframework.web.reactive.function.client.WebClient.ResponseSpeccreateMultimediaWithResponseSpec(String hotelIdentifier, SimpleMultimediaSupplier simpleMultimediaSupplier, String winkVersion) Create Multimedia Save multimedia of a hotel identified by its identifierreactor.core.publisher.Mono<HotelViewSupplier> removeMediaList(String hotelIdentifier, List<String> multimediaIdentifiers, String winkVersion, String accept) Delete Multimedia List Remove multimedia list of a hotel identified by its identifierreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<HotelViewSupplier>> removeMediaListWithHttpInfo(String hotelIdentifier, List<String> multimediaIdentifiers, String winkVersion, String accept) Delete Multimedia List Remove multimedia list of a hotel identified by its identifierorg.springframework.web.reactive.function.client.WebClient.ResponseSpecremoveMediaListWithResponseSpec(String hotelIdentifier, List<String> multimediaIdentifiers, String winkVersion, String accept) Delete Multimedia List Remove multimedia list of a hotel identified by its identifierreactor.core.publisher.Mono<HotelViewSupplier> removeMultimedia(String hotelIdentifier, String multimediaIdentifier, String winkVersion, String accept) Delete Multimedia Remove multimedia record for hotel identified by its identifierreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<HotelViewSupplier>> removeMultimediaWithHttpInfo(String hotelIdentifier, String multimediaIdentifier, String winkVersion, String accept) Delete Multimedia Remove multimedia record for hotel identified by its identifierorg.springframework.web.reactive.function.client.WebClient.ResponseSpecremoveMultimediaWithResponseSpec(String hotelIdentifier, String multimediaIdentifier, String winkVersion, String accept) Delete Multimedia Remove multimedia record for hotel identified by its identifiervoidsetApiClient(ApiClient apiClient) reactor.core.publisher.Flux<SimpleMultimediaSupplier> showMediaList(String hotelIdentifier, String winkVersion, String accept) Show Multimedia Retrieve list of multimedia (images / videos) for property.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<SimpleMultimediaSupplier>>> showMediaListWithHttpInfo(String hotelIdentifier, String winkVersion, String accept) Show Multimedia Retrieve list of multimedia (images / videos) for property.org.springframework.web.reactive.function.client.WebClient.ResponseSpecshowMediaListWithResponseSpec(String hotelIdentifier, String winkVersion, String accept) Show Multimedia Retrieve list of multimedia (images / videos) for property.reactor.core.publisher.Mono<HotelViewSupplier> updateMediaList(String hotelIdentifier, List<SimpleMultimediaSupplier> simpleMultimediaSupplier, String winkVersion) Update Multimedia List Save/Update multimedia list of a hotel identified by its identifierreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<HotelViewSupplier>> updateMediaListWithHttpInfo(String hotelIdentifier, List<SimpleMultimediaSupplier> simpleMultimediaSupplier, String winkVersion) Update Multimedia List Save/Update multimedia list of a hotel identified by its identifierorg.springframework.web.reactive.function.client.WebClient.ResponseSpecupdateMediaListWithResponseSpec(String hotelIdentifier, List<SimpleMultimediaSupplier> simpleMultimediaSupplier, String winkVersion) Update Multimedia List Save/Update multimedia list of a hotel identified by its identifierreactor.core.publisher.Mono<HotelViewSupplier> updateMultimedia(String hotelIdentifier, String multimediaIdentifier, SimpleMultimediaSupplier simpleMultimediaSupplier, String winkVersion) Update Multimedia Update multimedia properties of a hotel identified by its identifierreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<HotelViewSupplier>> updateMultimediaWithHttpInfo(String hotelIdentifier, String multimediaIdentifier, SimpleMultimediaSupplier simpleMultimediaSupplier, String winkVersion) Update Multimedia Update multimedia properties of a hotel identified by its identifierorg.springframework.web.reactive.function.client.WebClient.ResponseSpecupdateMultimediaWithResponseSpec(String hotelIdentifier, String multimediaIdentifier, SimpleMultimediaSupplier simpleMultimediaSupplier, String winkVersion) Update Multimedia Update multimedia properties of a hotel identified by its identifierreactor.core.publisher.Mono<HotelViewSupplier> uploadMultipartFiles(String hotelIdentifier, List<File> files) Upload Multimedia Upload videos and/or images and associate it with specified hotelIdentifierreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<HotelViewSupplier>> uploadMultipartFilesWithHttpInfo(String hotelIdentifier, List<File> files) Upload Multimedia Upload videos and/or images and associate it with specified hotelIdentifierorg.springframework.web.reactive.function.client.WebClient.ResponseSpecuploadMultipartFilesWithResponseSpec(String hotelIdentifier, List<File> files) Upload Multimedia Upload videos and/or images and associate it with specified hotelIdentifier
-
Constructor Details
-
MediaApi
public MediaApi() -
MediaApi
-
-
Method Details
-
getApiClient
-
setApiClient
-
createMultimedia
public reactor.core.publisher.Mono<HotelViewSupplier> createMultimedia(String hotelIdentifier, SimpleMultimediaSupplier simpleMultimediaSupplier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Create Multimedia Save multimedia of a hotel identified by its identifier403 - Forbidden
401 - Unauthorized
400 - Bad Request
500 - Internal Server Error
201 - Created
- Parameters:
hotelIdentifier- Save a single media associated with this hotel identifiersimpleMultimediaSupplier- The simpleMultimediaSupplier parameterwinkVersion- The winkVersion parameter- Returns:
- HotelViewSupplier
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
createMultimediaWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<HotelViewSupplier>> createMultimediaWithHttpInfo(String hotelIdentifier, SimpleMultimediaSupplier simpleMultimediaSupplier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Create Multimedia Save multimedia of a hotel identified by its identifier403 - Forbidden
401 - Unauthorized
400 - Bad Request
500 - Internal Server Error
201 - Created
- Parameters:
hotelIdentifier- Save a single media associated with this hotel identifiersimpleMultimediaSupplier- The simpleMultimediaSupplier parameterwinkVersion- The winkVersion parameter- Returns:
- ResponseEntity<HotelViewSupplier>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
createMultimediaWithResponseSpec
public org.springframework.web.reactive.function.client.WebClient.ResponseSpec createMultimediaWithResponseSpec(String hotelIdentifier, SimpleMultimediaSupplier simpleMultimediaSupplier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Create Multimedia Save multimedia of a hotel identified by its identifier403 - Forbidden
401 - Unauthorized
400 - Bad Request
500 - Internal Server Error
201 - Created
- Parameters:
hotelIdentifier- Save a single media associated with this hotel identifiersimpleMultimediaSupplier- The simpleMultimediaSupplier parameterwinkVersion- The winkVersion parameter- Returns:
- ResponseSpec
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
removeMediaList
public reactor.core.publisher.Mono<HotelViewSupplier> removeMediaList(String hotelIdentifier, List<String> multimediaIdentifiers, String winkVersion, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException Delete Multimedia List Remove multimedia list of a hotel identified by its identifier403 - Forbidden
401 - Unauthorized
400 - Bad Request
500 - Internal Server Error
207 - Multi-Status
- Parameters:
hotelIdentifier- Remove selected media for this hotel identifiermultimediaIdentifiers- Remove media identified by these identifierswinkVersion- The winkVersion parameteraccept- The accept parameter- Returns:
- HotelViewSupplier
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
removeMediaListWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<HotelViewSupplier>> removeMediaListWithHttpInfo(String hotelIdentifier, List<String> multimediaIdentifiers, String winkVersion, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException Delete Multimedia List Remove multimedia list of a hotel identified by its identifier403 - Forbidden
401 - Unauthorized
400 - Bad Request
500 - Internal Server Error
207 - Multi-Status
- Parameters:
hotelIdentifier- Remove selected media for this hotel identifiermultimediaIdentifiers- Remove media identified by these identifierswinkVersion- The winkVersion parameteraccept- The accept parameter- Returns:
- ResponseEntity<HotelViewSupplier>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
removeMediaListWithResponseSpec
public org.springframework.web.reactive.function.client.WebClient.ResponseSpec removeMediaListWithResponseSpec(String hotelIdentifier, List<String> multimediaIdentifiers, String winkVersion, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException Delete Multimedia List Remove multimedia list of a hotel identified by its identifier403 - Forbidden
401 - Unauthorized
400 - Bad Request
500 - Internal Server Error
207 - Multi-Status
- Parameters:
hotelIdentifier- Remove selected media for this hotel identifiermultimediaIdentifiers- Remove media identified by these identifierswinkVersion- The winkVersion parameteraccept- The accept parameter- Returns:
- ResponseSpec
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
removeMultimedia
public reactor.core.publisher.Mono<HotelViewSupplier> removeMultimedia(String hotelIdentifier, String multimediaIdentifier, String winkVersion, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException Delete Multimedia Remove multimedia record for hotel identified by its identifier403 - Forbidden
401 - Unauthorized
400 - Bad Request
500 - Internal Server Error
200 - OK
- Parameters:
hotelIdentifier- Remove a single media associated with this hotel identifiermultimediaIdentifier- Remove record for this media identifierwinkVersion- The winkVersion parameteraccept- The accept parameter- Returns:
- HotelViewSupplier
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
removeMultimediaWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<HotelViewSupplier>> removeMultimediaWithHttpInfo(String hotelIdentifier, String multimediaIdentifier, String winkVersion, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException Delete Multimedia Remove multimedia record for hotel identified by its identifier403 - Forbidden
401 - Unauthorized
400 - Bad Request
500 - Internal Server Error
200 - OK
- Parameters:
hotelIdentifier- Remove a single media associated with this hotel identifiermultimediaIdentifier- Remove record for this media identifierwinkVersion- The winkVersion parameteraccept- The accept parameter- Returns:
- ResponseEntity<HotelViewSupplier>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
removeMultimediaWithResponseSpec
public org.springframework.web.reactive.function.client.WebClient.ResponseSpec removeMultimediaWithResponseSpec(String hotelIdentifier, String multimediaIdentifier, String winkVersion, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException Delete Multimedia Remove multimedia record for hotel identified by its identifier403 - Forbidden
401 - Unauthorized
400 - Bad Request
500 - Internal Server Error
200 - OK
- Parameters:
hotelIdentifier- Remove a single media associated with this hotel identifiermultimediaIdentifier- Remove record for this media identifierwinkVersion- The winkVersion parameteraccept- The accept parameter- Returns:
- ResponseSpec
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showMediaList
public reactor.core.publisher.Flux<SimpleMultimediaSupplier> showMediaList(String hotelIdentifier, String winkVersion, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Multimedia Retrieve list of multimedia (images / videos) for property.403 - Forbidden
401 - Unauthorized
400 - Bad Request
500 - Internal Server Error
200 - OK
- Parameters:
hotelIdentifier- Show media associated with this hotel identifierwinkVersion- The winkVersion parameteraccept- The accept parameter- Returns:
- List<SimpleMultimediaSupplier>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showMediaListWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<SimpleMultimediaSupplier>>> showMediaListWithHttpInfo(String hotelIdentifier, String winkVersion, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Multimedia Retrieve list of multimedia (images / videos) for property.403 - Forbidden
401 - Unauthorized
400 - Bad Request
500 - Internal Server Error
200 - OK
- Parameters:
hotelIdentifier- Show media associated with this hotel identifierwinkVersion- The winkVersion parameteraccept- The accept parameter- Returns:
- ResponseEntity<List<SimpleMultimediaSupplier>>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showMediaListWithResponseSpec
public org.springframework.web.reactive.function.client.WebClient.ResponseSpec showMediaListWithResponseSpec(String hotelIdentifier, String winkVersion, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Multimedia Retrieve list of multimedia (images / videos) for property.403 - Forbidden
401 - Unauthorized
400 - Bad Request
500 - Internal Server Error
200 - OK
- Parameters:
hotelIdentifier- Show media associated with this hotel identifierwinkVersion- The winkVersion parameteraccept- The accept parameter- Returns:
- ResponseSpec
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
updateMediaList
public reactor.core.publisher.Mono<HotelViewSupplier> updateMediaList(String hotelIdentifier, List<SimpleMultimediaSupplier> simpleMultimediaSupplier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Update Multimedia List Save/Update multimedia list of a hotel identified by its identifier403 - Forbidden
401 - Unauthorized
400 - Bad Request
500 - Internal Server Error
200 - OK
- Parameters:
hotelIdentifier- Save media to the property with this hotel identifiersimpleMultimediaSupplier- The simpleMultimediaSupplier parameterwinkVersion- The winkVersion parameter- Returns:
- HotelViewSupplier
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
updateMediaListWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<HotelViewSupplier>> updateMediaListWithHttpInfo(String hotelIdentifier, List<SimpleMultimediaSupplier> simpleMultimediaSupplier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Update Multimedia List Save/Update multimedia list of a hotel identified by its identifier403 - Forbidden
401 - Unauthorized
400 - Bad Request
500 - Internal Server Error
200 - OK
- Parameters:
hotelIdentifier- Save media to the property with this hotel identifiersimpleMultimediaSupplier- The simpleMultimediaSupplier parameterwinkVersion- The winkVersion parameter- Returns:
- ResponseEntity<HotelViewSupplier>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
updateMediaListWithResponseSpec
public org.springframework.web.reactive.function.client.WebClient.ResponseSpec updateMediaListWithResponseSpec(String hotelIdentifier, List<SimpleMultimediaSupplier> simpleMultimediaSupplier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Update Multimedia List Save/Update multimedia list of a hotel identified by its identifier403 - Forbidden
401 - Unauthorized
400 - Bad Request
500 - Internal Server Error
200 - OK
- Parameters:
hotelIdentifier- Save media to the property with this hotel identifiersimpleMultimediaSupplier- The simpleMultimediaSupplier parameterwinkVersion- The winkVersion parameter- Returns:
- ResponseSpec
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
updateMultimedia
public reactor.core.publisher.Mono<HotelViewSupplier> updateMultimedia(String hotelIdentifier, String multimediaIdentifier, SimpleMultimediaSupplier simpleMultimediaSupplier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Update Multimedia Update multimedia properties of a hotel identified by its identifier403 - Forbidden
401 - Unauthorized
400 - Bad Request
500 - Internal Server Error
200 - OK
- Parameters:
hotelIdentifier- Update a single media associated with this hotel identifiermultimediaIdentifier- Update record for this media identifiersimpleMultimediaSupplier- The simpleMultimediaSupplier parameterwinkVersion- The winkVersion parameter- Returns:
- HotelViewSupplier
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
updateMultimediaWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<HotelViewSupplier>> updateMultimediaWithHttpInfo(String hotelIdentifier, String multimediaIdentifier, SimpleMultimediaSupplier simpleMultimediaSupplier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Update Multimedia Update multimedia properties of a hotel identified by its identifier403 - Forbidden
401 - Unauthorized
400 - Bad Request
500 - Internal Server Error
200 - OK
- Parameters:
hotelIdentifier- Update a single media associated with this hotel identifiermultimediaIdentifier- Update record for this media identifiersimpleMultimediaSupplier- The simpleMultimediaSupplier parameterwinkVersion- The winkVersion parameter- Returns:
- ResponseEntity<HotelViewSupplier>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
updateMultimediaWithResponseSpec
public org.springframework.web.reactive.function.client.WebClient.ResponseSpec updateMultimediaWithResponseSpec(String hotelIdentifier, String multimediaIdentifier, SimpleMultimediaSupplier simpleMultimediaSupplier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Update Multimedia Update multimedia properties of a hotel identified by its identifier403 - Forbidden
401 - Unauthorized
400 - Bad Request
500 - Internal Server Error
200 - OK
- Parameters:
hotelIdentifier- Update a single media associated with this hotel identifiermultimediaIdentifier- Update record for this media identifiersimpleMultimediaSupplier- The simpleMultimediaSupplier parameterwinkVersion- The winkVersion parameter- Returns:
- ResponseSpec
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
uploadMultipartFiles
public reactor.core.publisher.Mono<HotelViewSupplier> uploadMultipartFiles(String hotelIdentifier, List<File> files) throws org.springframework.web.reactive.function.client.WebClientResponseException Upload Multimedia Upload videos and/or images and associate it with specified hotelIdentifier403 - Forbidden
401 - Unauthorized
400 - Bad Request
500 - Internal Server Error
207 - Multi-Status
- Parameters:
hotelIdentifier- Upload multipart file media for this hotel identifierfiles- The files parameter- Returns:
- HotelViewSupplier
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
uploadMultipartFilesWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<HotelViewSupplier>> uploadMultipartFilesWithHttpInfo(String hotelIdentifier, List<File> files) throws org.springframework.web.reactive.function.client.WebClientResponseException Upload Multimedia Upload videos and/or images and associate it with specified hotelIdentifier403 - Forbidden
401 - Unauthorized
400 - Bad Request
500 - Internal Server Error
207 - Multi-Status
- Parameters:
hotelIdentifier- Upload multipart file media for this hotel identifierfiles- The files parameter- Returns:
- ResponseEntity<HotelViewSupplier>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
uploadMultipartFilesWithResponseSpec
public org.springframework.web.reactive.function.client.WebClient.ResponseSpec uploadMultipartFilesWithResponseSpec(String hotelIdentifier, List<File> files) throws org.springframework.web.reactive.function.client.WebClientResponseException Upload Multimedia Upload videos and/or images and associate it with specified hotelIdentifier403 - Forbidden
401 - Unauthorized
400 - Bad Request
500 - Internal Server Error
207 - Multi-Status
- Parameters:
hotelIdentifier- Upload multipart file media for this hotel identifierfiles- The files parameter- Returns:
- ResponseSpec
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-