xap-sdk
Toggle table of contents
1.2.9
Select version
1.2.9
1.1.0
1.0.0
JVM
Platform filter
JVM
Switch theme
Search in API
xap-sdk
xap-sdk
/
com.expediagroup.sdk.xap.models
/
FareCalendarResponse
/
Builder
Builder
public
final
class
Builder
Members
Constructors
Fare
Calendar
Response.
Builder
Link copied to clipboard
public
FareCalendarResponse.Builder
FareCalendarResponse.Builder
(
List
<
FareCalendarResponseOffersInner
>
offers
,
String
transactionId
,
List
<
FlightsV3Warning
>
warnings
)
Functions
build
Link copied to clipboard
public
final
FareCalendarResponse
build
(
)
offers
Link copied to clipboard
public
final
FareCalendarResponse.Builder
offers
(
List
<
FareCalendarResponseOffersInner
>
offers
)
transaction
Id
Link copied to clipboard
public
final
FareCalendarResponse.Builder
transactionId
(
String
transactionId
)
warnings
Link copied to clipboard
public
final
FareCalendarResponse.Builder
warnings
(
List
<
FlightsV3Warning
>
warnings
)