Package travel.wink.sdk.extranet.api
Class ChannelManagerApi
java.lang.Object
travel.wink.sdk.extranet.api.ChannelManagerApi
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2022-06-20T21:56:24.013599+07:00[Asia/Bangkok]")
public class ChannelManagerApi
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetApiClient(ApiClient apiClient) reactor.core.publisher.Mono<HotelView>updateChannelManager(String hotelIdentifier, UpdateChannelManagerRequest updateChannelManagerRequest) Set channel manager Set which channel manager this property uses.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<HotelView>>updateChannelManagerWithHttpInfo(String hotelIdentifier, UpdateChannelManagerRequest updateChannelManagerRequest)
-
Constructor Details
-
ChannelManagerApi
public ChannelManagerApi() -
ChannelManagerApi
-
-
Method Details
-
getApiClient
-
setApiClient
-
updateChannelManager
public reactor.core.publisher.Mono<HotelView> updateChannelManager(String hotelIdentifier, UpdateChannelManagerRequest updateChannelManagerRequest) throws org.springframework.web.reactive.function.client.WebClientResponseException Set channel manager Set which channel manager this property uses. Channel managers are not allowed access to rates until the property selects them as their channel manager.405 - Method Not Allowed
415 - Unsupported Media Type
400 - Bad Request
403 - Forbidden
401 - Unauthorized
503 - Service Unavailable
500 - Internal Server Error
404 - Not Found
200 - OK
- Parameters:
hotelIdentifier- Set channel manager for this hotel identifierupdateChannelManagerRequest- The updateChannelManagerRequest parameter- Returns:
- HotelView
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
updateChannelManagerWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<HotelView>> updateChannelManagerWithHttpInfo(String hotelIdentifier, UpdateChannelManagerRequest updateChannelManagerRequest) throws org.springframework.web.reactive.function.client.WebClientResponseException - Throws:
org.springframework.web.reactive.function.client.WebClientResponseException
-