Uses of Class
com.restfb.types.send.airline.FlightInfo
-
Packages that use FlightInfo Package Description com.restfb.types.send.airline -
-
Uses of FlightInfo in com.restfb.types.send.airline
Methods in com.restfb.types.send.airline that return FlightInfo Modifier and Type Method Description FlightInfo
BoardingPass. getFlightInfo()
FlightInfo
AirlineUpdateTemplatePayload. getUpdateFlightInfo()
Methods in com.restfb.types.send.airline that return types with arguments of type FlightInfo Modifier and Type Method Description List<FlightInfo>
AirlineCheckinTemplatePayload. getFlightInfoList()
List<FlightInfo>
AirlineItineraryTemplatePayload. getFlightInfoList()
Methods in com.restfb.types.send.airline with parameters of type FlightInfo Modifier and Type Method Description boolean
AirlineCheckinTemplatePayload. addFlightInfo(FlightInfo flightInfo)
boolean
AirlineItineraryTemplatePayload. addFlightInfo(FlightInfo flightInfo)
Constructors in com.restfb.types.send.airline with parameters of type FlightInfo Constructor Description AirlineUpdateTemplatePayload(String locale, String pnrNumber, FlightInfo updateFlightInfo)
BoardingPass(String passengerName, String pnrNumber, String logoImageUrl, String aboveBarCodeImageUrl, FlightInfo flightInfo)
-