Package travel.wink.sdk.extranet.model
Class UpdateChannelManagerRequest
java.lang.Object
travel.wink.sdk.extranet.model.UpdateChannelManagerRequest
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2022-09-08T16:32:28.411222+07:00[Asia/Bangkok]")
public class UpdateChannelManagerRequest
extends Object
UpdateChannelManagerRequest
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumProperty's channel manager. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionchannelManager(UpdateChannelManagerRequest.ChannelManagerEnum channelManager) booleanProperty's channel manager.If the property is currently using a channel manager but it isn't yet part of our list, chose 'OTHER_CHANNEL_MANAGER' as channelManager and fill in the name of the channel manager hereinthashCode()otherChannelManager(String otherChannelManager) voidsetChannelManager(UpdateChannelManagerRequest.ChannelManagerEnum channelManager) voidsetOtherChannelManager(String otherChannelManager) toString()
-
Field Details
-
JSON_PROPERTY_CHANNEL_MANAGER
- See Also:
-
JSON_PROPERTY_OTHER_CHANNEL_MANAGER
- See Also:
-
-
Constructor Details
-
UpdateChannelManagerRequest
public UpdateChannelManagerRequest()
-
-
Method Details
-
channelManager
public UpdateChannelManagerRequest channelManager(UpdateChannelManagerRequest.ChannelManagerEnum channelManager) -
getChannelManager
Property's channel manager. Rate ownership is decided based on the channel manager selected. Defaults to `TRAVELIKO` which is the same as no channel manager and rate ownership goes to the payment.- Returns:
- channelManager
-
setChannelManager
-
otherChannelManager
-
getOtherChannelManager
If the property is currently using a channel manager but it isn't yet part of our list, chose 'OTHER_CHANNEL_MANAGER' as channelManager and fill in the name of the channel manager here- Returns:
- otherChannelManager
-
setOtherChannelManager
-
equals
-
hashCode
public int hashCode() -
toString
-