Uses of Class
com.restfb.types.webhook.messaging.airline.FlightInfoItem
-
Packages that use FlightInfoItem Package Description com.restfb.types.webhook.messaging com.restfb.types.webhook.messaging.airline -
-
Uses of FlightInfoItem in com.restfb.types.webhook.messaging
Methods in com.restfb.types.webhook.messaging that return FlightInfoItem Modifier and Type Method Description FlightInfoItem
MessagingPayload. getUpdateFlightInfo()
Methods in com.restfb.types.webhook.messaging that return types with arguments of type FlightInfoItem Modifier and Type Method Description List<FlightInfoItem>
MessagingPayload. getFlightInfoItems()
Methods in com.restfb.types.webhook.messaging with parameters of type FlightInfoItem Modifier and Type Method Description void
MessagingPayload. setUpdateFlightInfo(FlightInfoItem updateFlightInfo)
Method parameters in com.restfb.types.webhook.messaging with type arguments of type FlightInfoItem Modifier and Type Method Description void
MessagingPayload. setFlightInfoItems(List<FlightInfoItem> flightInfoItems)
-
Uses of FlightInfoItem in com.restfb.types.webhook.messaging.airline
Methods in com.restfb.types.webhook.messaging.airline that return FlightInfoItem Modifier and Type Method Description FlightInfoItem
BoardingPassItem. getFlightInfo()
Methods in com.restfb.types.webhook.messaging.airline with parameters of type FlightInfoItem Modifier and Type Method Description void
BoardingPassItem. setFlightInfo(FlightInfoItem flightInfo)
-