toggle menu
rapid-sdk
4.1.0
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
/
ItineraryHistoryItem
/
Builder
Builder
public
final
class
Builder
Members
Constructors
Itinerary
History
Item.
Builder
Link copied to clipboard
public
ItineraryHistoryItem.Builder
ItineraryHistoryItem.Builder
(
String
historyId
,
String
eventTimestamp
,
ItineraryHistoryItem.EventType
eventType
,
Amount
amount
,
Integer
agentId
)
Functions
agent
Id
Link copied to clipboard
public
final
ItineraryHistoryItem.Builder
agentId
(
Integer
agentId
)
amount
Link copied to clipboard
public
final
ItineraryHistoryItem.Builder
amount
(
Amount
amount
)
build
Link copied to clipboard
public
final
ItineraryHistoryItem
build
(
)
event
Timestamp
Link copied to clipboard
public
final
ItineraryHistoryItem.Builder
eventTimestamp
(
String
eventTimestamp
)
event
Type
Link copied to clipboard
public
final
ItineraryHistoryItem.Builder
eventType
(
ItineraryHistoryItem.EventType
eventType
)
history
Id
Link copied to clipboard
public
final
ItineraryHistoryItem.Builder
historyId
(
String
historyId
)