Uses of Class
io.swagger.client.model.Flight
-
Packages that use Flight Package Description io.swagger.client.model -
-
Uses of Flight in io.swagger.client.model
Methods in io.swagger.client.model that return Flight Modifier and Type Method Description Flight
Flight. addAdditionalPropertiesItem(AdditionalProperty additionalPropertiesItem)
Flight
Flight. additionalProperties(List<AdditionalProperty> additionalProperties)
Flight
Flight. flightInfo(FlightInfo flightInfo)
Flight
Flight. flightKey(String flightKey)
Flight
Journey. getFlight()
Get flightFlight
Flight. segmentReference(SegmentReference segmentReference)
Flight
Flight. stopQuantity(Integer stopQuantity)
Methods in io.swagger.client.model with parameters of type Flight Modifier and Type Method Description Journey
Journey. flight(Flight flight)
void
Journey. setFlight(Flight flight)
-