Package travel.wink.sdk.extranet.api
Class RegistrationApi
java.lang.Object
travel.wink.sdk.extranet.api.RegistrationApi
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-04-25T09:03:50.356743433+07:00[Asia/Bangkok]")
public class RegistrationApi
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetApiClient(ApiClient apiClient) reactor.core.publisher.Flux<MultimediaViewSupplier> uploadHotelLogos(String hotelIdentifier, List<File> files) Upload hotel logo Upload images of hotel logo that wink.travel can use for marketing purposes.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<MultimediaViewSupplier>>> uploadHotelLogosWithHttpInfo(String hotelIdentifier, List<File> files) Upload hotel logo Upload images of hotel logo that wink.travel can use for marketing purposes.org.springframework.web.reactive.function.client.WebClient.ResponseSpecuploadHotelLogosWithResponseSpec(String hotelIdentifier, List<File> files) Upload hotel logo Upload images of hotel logo that wink.travel can use for marketing purposes.
-
Constructor Details
-
RegistrationApi
public RegistrationApi() -
RegistrationApi
-
-
Method Details
-
getApiClient
-
setApiClient
-
uploadHotelLogos
public reactor.core.publisher.Flux<MultimediaViewSupplier> uploadHotelLogos(String hotelIdentifier, List<File> files) throws org.springframework.web.reactive.function.client.WebClientResponseException Upload hotel logo Upload images of hotel logo that wink.travel can use for marketing purposes.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- Property identifierfiles- Multipart file array- Returns:
- List<MultimediaViewSupplier>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
uploadHotelLogosWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<MultimediaViewSupplier>>> uploadHotelLogosWithHttpInfo(String hotelIdentifier, List<File> files) throws org.springframework.web.reactive.function.client.WebClientResponseException Upload hotel logo Upload images of hotel logo that wink.travel can use for marketing purposes.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- Property identifierfiles- Multipart file array- Returns:
- ResponseEntity<List<MultimediaViewSupplier>>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
uploadHotelLogosWithResponseSpec
public org.springframework.web.reactive.function.client.WebClient.ResponseSpec uploadHotelLogosWithResponseSpec(String hotelIdentifier, List<File> files) throws org.springframework.web.reactive.function.client.WebClientResponseException Upload hotel logo Upload images of hotel logo that wink.travel can use for marketing purposes.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- Property identifierfiles- Multipart file array- Returns:
- ResponseSpec
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-