Uses of Class
com.restfb.types.send.airline.FlightInfo
Packages that use FlightInfo
-
Uses of FlightInfo in com.restfb.types.send.airline
Methods in com.restfb.types.send.airline that return FlightInfoModifier and TypeMethodDescriptionBoardingPass.getFlightInfo()AirlineUpdateTemplatePayload.getUpdateFlightInfo()Methods in com.restfb.types.send.airline that return types with arguments of type FlightInfoModifier and TypeMethodDescriptionAirlineCheckinTemplatePayload.getFlightInfoList()AirlineItineraryTemplatePayload.getFlightInfoList()Methods in com.restfb.types.send.airline with parameters of type FlightInfoModifier and TypeMethodDescriptionbooleanAirlineCheckinTemplatePayload.addFlightInfo(FlightInfo flightInfo) booleanAirlineItineraryTemplatePayload.addFlightInfo(FlightInfo flightInfo) Constructors in com.restfb.types.send.airline with parameters of type FlightInfoModifierConstructorDescriptionAirlineUpdateTemplatePayload(String locale, String pnrNumber, FlightInfo updateFlightInfo) BoardingPass(String passengerName, String pnrNumber, String logoImageUrl, String aboveBarCodeImageUrl, FlightInfo flightInfo)