Package travel.wink.sdk.extranet.model
Class BookingTestNotificationSupplierDetails
java.lang.Object
travel.wink.sdk.extranet.model.BookingTestNotificationSupplierDetails
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-04-25T09:03:50.356743433+07:00[Asia/Bangkok]")
public class BookingTestNotificationSupplierDetails
extends Object
Notification options
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooker(BookingUserSupplierDetails booker) boolean@Valid BookingUserSupplierDetailsGet bookerWhether to notify booker of bookingWhether to notify channel manager of bookingWhether to notify property of bookinginthashCode()notifyBooker(Boolean notifyBooker) notifyChannelManager(Boolean notifyChannelManager) notifyProperty(Boolean notifyProperty) voidsetBooker(BookingUserSupplierDetails booker) voidsetNotifyBooker(Boolean notifyBooker) voidsetNotifyChannelManager(Boolean notifyChannelManager) voidsetNotifyProperty(Boolean notifyProperty) toString()
-
Field Details
-
JSON_PROPERTY_NOTIFY_PROPERTY
- See Also:
-
JSON_PROPERTY_NOTIFY_CHANNEL_MANAGER
- See Also:
-
JSON_PROPERTY_NOTIFY_BOOKER
- See Also:
-
JSON_PROPERTY_BOOKER
- See Also:
-
-
Constructor Details
-
BookingTestNotificationSupplierDetails
public BookingTestNotificationSupplierDetails()
-
-
Method Details
-
notifyProperty
-
getNotifyProperty
Whether to notify property of booking- Returns:
- notifyProperty
-
setNotifyProperty
-
notifyChannelManager
-
getNotifyChannelManager
Whether to notify channel manager of booking- Returns:
- notifyChannelManager
-
setNotifyChannelManager
-
notifyBooker
-
getNotifyBooker
Whether to notify booker of booking- Returns:
- notifyBooker
-
setNotifyBooker
-
booker
-
getBooker
Get booker- Returns:
- booker
-
setBooker
-
equals
-
hashCode
public int hashCode() -
toString
-