| Package | Description |
|---|---|
| co.aurasphere.botmill.fb.model.outcoming.factory | |
| co.aurasphere.botmill.fb.model.outcoming.template.airline |
| Modifier and Type | Method and Description |
|---|---|
FlightInfoExtendedBuilder |
FlightInfoExtendedBuilder.setArrivalAirport(Airport airport)
Sets the arrival
Airport for the current
FlightInfoExtended object. |
FlightInfoBuilder<T> |
FlightInfoBuilder.setArrivalAirport(Airport airport)
Sets the arrival
Airport for the current FlightInfo
object. |
FlightInfoExtendedBuilder |
FlightInfoExtendedBuilder.setDepartureAirport(Airport airport)
Sets the departure
Airport for the current
FlightInfoExtended object. |
FlightInfoBuilder<T> |
FlightInfoBuilder.setDepartureAirport(Airport airport)
Sets the departure
Airport for the current FlightInfo
object. |
| Modifier and Type | Method and Description |
|---|---|
Airport |
FlightInfo.getArrivalAirport()
Gets the arrival airport.
|
Airport |
FlightInfo.getDepartureAirport()
Gets the departure airport.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FlightInfo.setArrivalAirport(Airport arrivalAirport)
Sets the arrival airport.
|
void |
FlightInfo.setDepartureAirport(Airport departureAirport)
Sets the departure airport.
|
Copyright © 2017 BotMill. All rights reserved.