| Package | Description |
|---|---|
| co.aurasphere.botmill.fb.model.outcoming.factory |
| Modifier and Type | Method and Description |
|---|---|
FlightInfoExtendedBuilder |
AirlineItineraryTemplateBuilder.addFlightInfo(String flightNumber,
String connectionId,
String segmentId,
TravelClass travelClass)
Adds a
FlightInfoExtended object to this template. |
FlightInfoExtendedBuilder |
FlightInfoExtendedBuilder.setAircraftType(String aircraftType)
Sets the aircraft type for the current
FlightInfo object. |
FlightInfoExtendedBuilder |
FlightInfoExtendedBuilder.setArrivalAirport(Airport airport)
Sets the arrival
Airport for the current
FlightInfoExtended object. |
FlightInfoExtendedBuilder |
FlightInfoExtendedBuilder.setArrivalAirport(String airportCode,
String city)
Sets the arrival
Airport for the current
FlightInfoExtended object. |
FlightInfoExtendedBuilder |
FlightInfoExtendedBuilder.setArrivalAirport(String airportCode,
String city,
String gate,
String terminal)
Sets the arrival
Airport for the current
FlightInfoExtended object. |
FlightInfoExtendedBuilder |
FlightInfoExtendedBuilder.setDepartureAirport(Airport airport)
Sets the departure
Airport for the current
FlightInfoExtended object. |
FlightInfoExtendedBuilder |
FlightInfoExtendedBuilder.setDepartureAirport(String airportCode,
String city)
Sets the departure
Airport for the current
FlightInfoExtended object. |
FlightInfoExtendedBuilder |
FlightInfoExtendedBuilder.setDepartureAirport(String airportCode,
String city,
String gate,
String terminal)
Sets the departure
Airport for the current
FlightInfoExtended object. |
FlightInfoExtendedBuilder |
FlightInfoExtendedBuilder.setFlightSchedule(Calendar departureTime,
Calendar arrivalTime)
Sets the
FlightSchedule object for the current
FlightInfoExtended object. |
FlightInfoExtendedBuilder |
FlightInfoExtendedBuilder.setFlightSchedule(Calendar departureTime,
Calendar arrivalTime,
Calendar boardingTime)
Sets the
FlightSchedule object for the current
FlightInfoExtended object. |
FlightInfoExtendedBuilder |
FlightInfoExtendedBuilder.setFlightSchedule(FlightSchedule flightSchedule)
Sets the
FlightSchedule object for the current
FlightInfoExtended object. |
Copyright © 2017 BotMill. All rights reserved.