Class ChannelManagerApi
java.lang.Object
travel.wink.sdk.extranet.property.api.ChannelManagerApi
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-08-12T10:04:02.243083328+07:00[Asia/Bangkok]")
public class ChannelManagerApi
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetApiClient(ApiClient apiClient) reactor.core.publisher.Mono<HotelViewSupplier> updateChannelManager(String propertyIdentifier, UpdateChannelManagerRequestSupplier updateChannelManagerRequestSupplier, String winkVersion) Set Channel Manager Set which channel manager this property uses.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<HotelViewSupplier>> updateChannelManagerWithHttpInfo(String propertyIdentifier, UpdateChannelManagerRequestSupplier updateChannelManagerRequestSupplier, String winkVersion) Set Channel Manager Set which channel manager this property uses.org.springframework.web.reactive.function.client.WebClient.ResponseSpecupdateChannelManagerWithResponseSpec(String propertyIdentifier, UpdateChannelManagerRequestSupplier updateChannelManagerRequestSupplier, String winkVersion) Set Channel Manager Set which channel manager this property uses.
-
Constructor Details
-
ChannelManagerApi
public ChannelManagerApi() -
ChannelManagerApi
-
-
Method Details
-
getApiClient
-
setApiClient
-
updateChannelManager
public reactor.core.publisher.Mono<HotelViewSupplier> updateChannelManager(String propertyIdentifier, UpdateChannelManagerRequestSupplier updateChannelManagerRequestSupplier, String winkVersion) 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.500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
400 - Bad Request
200 - OK
- Parameters:
propertyIdentifier- Set channel manager for this property identifierupdateChannelManagerRequestSupplier- The updateChannelManagerRequestSupplier parameterwinkVersion- The winkVersion parameter- Returns:
- HotelViewSupplier
- 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<HotelViewSupplier>> updateChannelManagerWithHttpInfo(String propertyIdentifier, UpdateChannelManagerRequestSupplier updateChannelManagerRequestSupplier, String winkVersion) 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.500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
400 - Bad Request
200 - OK
- Parameters:
propertyIdentifier- Set channel manager for this property identifierupdateChannelManagerRequestSupplier- The updateChannelManagerRequestSupplier 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
-
updateChannelManagerWithResponseSpec
public org.springframework.web.reactive.function.client.WebClient.ResponseSpec updateChannelManagerWithResponseSpec(String propertyIdentifier, UpdateChannelManagerRequestSupplier updateChannelManagerRequestSupplier, String winkVersion) 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.500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
400 - Bad Request
200 - OK
- Parameters:
propertyIdentifier- Set channel manager for this property identifierupdateChannelManagerRequestSupplier- The updateChannelManagerRequestSupplier parameterwinkVersion- The winkVersion parameter- Returns:
- ResponseSpec
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-