Uses of Class
io.swagger.client.model.FlightPassiveSegment
-
Packages that use FlightPassiveSegment Package Description io.swagger.client.model -
-
Uses of FlightPassiveSegment in io.swagger.client.model
Methods in io.swagger.client.model that return FlightPassiveSegment Modifier and Type Method Description FlightPassiveSegment
FlightPassiveSegment. arrivalAirportCode(String arrivalAirportCode)
FlightPassiveSegment
FlightPassiveSegment. arrivalDateTime(String arrivalDateTime)
FlightPassiveSegment
FlightPassiveSegment. arrivalTerminal(String arrivalTerminal)
FlightPassiveSegment
FlightPassiveSegment. cabinClass(String cabinClass)
FlightPassiveSegment
FlightPassiveSegment. departureAirportCode(String departureAirportCode)
FlightPassiveSegment
FlightPassiveSegment. departureDateTime(String departureDateTime)
FlightPassiveSegment
FlightPassiveSegment. departureTerminal(String departureTerminal)
FlightPassiveSegment
FlightPassiveSegment. duration(String duration)
FlightPassiveSegment
FlightPassiveSegment. fareBasis(String fareBasis)
FlightPassiveSegment
FlightPassiveSegment. flightNumber(String flightNumber)
FlightPassiveSegment
FlightPassiveSegment. marketingAirline(String marketingAirline)
FlightPassiveSegment
FlightPassiveSegment. numberInParty(Integer numberInParty)
FlightPassiveSegment
FlightPassiveSegment. operatingAirline(String operatingAirline)
FlightPassiveSegment
FlightPassiveSegment. resBookDesigCode(String resBookDesigCode)
FlightPassiveSegment
FlightPassiveSegment. segmentKey(String segmentKey)
FlightPassiveSegment
FlightPassiveSegment. status(String status)
Methods in io.swagger.client.model that return types with arguments of type FlightPassiveSegment Modifier and Type Method Description List<FlightPassiveSegment>
AirPassivePnrBookCriteria. getFlightSegments()
Get flightSegmentsList<FlightPassiveSegment>
PassivePnrBook. getFlightSegments()
Get flightSegmentsMethods in io.swagger.client.model with parameters of type FlightPassiveSegment Modifier and Type Method Description AirPassivePnrBookCriteria
AirPassivePnrBookCriteria. addFlightSegmentsItem(FlightPassiveSegment flightSegmentsItem)
PassivePnrBook
PassivePnrBook. addFlightSegmentsItem(FlightPassiveSegment flightSegmentsItem)
Method parameters in io.swagger.client.model with type arguments of type FlightPassiveSegment Modifier and Type Method Description AirPassivePnrBookCriteria
AirPassivePnrBookCriteria. flightSegments(List<FlightPassiveSegment> flightSegments)
PassivePnrBook
PassivePnrBook. flightSegments(List<FlightPassiveSegment> flightSegments)
void
AirPassivePnrBookCriteria. setFlightSegments(List<FlightPassiveSegment> flightSegments)
void
PassivePnrBook. setFlightSegments(List<FlightPassiveSegment> flightSegments)
-