toggle menu
rapid-sdk
4.1.3
5.3.0
5.1.0
5.0.1
5.0.0
4.3.0
4.2.0
4.1.3
4.1.2
4.1.1
4.1.0
3.2.2
JVM
switch theme
search in API
rapid-sdk
/
com.expediagroup.sdk.rapid.models
/
Notification
/
Builder
Builder
public
final
class
Builder
Members
Constructors
Notification.
Builder
Link copied to clipboard
public
Notification.Builder
Notification.Builder
(
String
eventId
,
String
eventType
,
String
eventTime
,
String
itineraryId
,
String
email
,
String
message
,
String
affiliateReferenceId
)
Functions
affiliate
Reference
Id
Link copied to clipboard
public
final
Notification.Builder
affiliateReferenceId
(
String
affiliateReferenceId
)
build
Link copied to clipboard
public
final
Notification
build
(
)
email
Link copied to clipboard
public
final
Notification.Builder
email
(
String
email
)
event
Id
Link copied to clipboard
public
final
Notification.Builder
eventId
(
String
eventId
)
event
Time
Link copied to clipboard
public
final
Notification.Builder
eventTime
(
String
eventTime
)
event
Type
Link copied to clipboard
public
final
Notification.Builder
eventType
(
String
eventType
)
itinerary
Id
Link copied to clipboard
public
final
Notification.Builder
itineraryId
(
String
itineraryId
)
message
Link copied to clipboard
public
final
Notification.Builder
message
(
String
message
)