Uses of Class
io.swagger.client.model.Journey
-
Packages that use Journey Package Description io.swagger.client.model -
-
Uses of Journey in io.swagger.client.model
Methods in io.swagger.client.model that return Journey Modifier and Type Method Description Journey
Journey. addFlightSegmentsItem(FlightSegment flightSegmentsItem)
Journey
Journey. flight(Flight flight)
Journey
Journey. flightSegments(List<FlightSegment> flightSegments)
Methods in io.swagger.client.model that return types with arguments of type Journey Modifier and Type Method Description List<Journey>
Air. getJourney()
Get journeyList<Journey>
AirBooking. getJourney()
Get journeyList<Journey>
AirProvBookCriteria. getJourney()
Get journeyMethods in io.swagger.client.model with parameters of type Journey Modifier and Type Method Description Air
Air. addJourneyItem(Journey journeyItem)
AirBooking
AirBooking. addJourneyItem(Journey journeyItem)
AirProvBookCriteria
AirProvBookCriteria. addJourneyItem(Journey journeyItem)
Method parameters in io.swagger.client.model with type arguments of type Journey Modifier and Type Method Description Air
Air. journey(List<Journey> journey)
AirBooking
AirBooking. journey(List<Journey> journey)
AirProvBookCriteria
AirProvBookCriteria. journey(List<Journey> journey)
void
Air. setJourney(List<Journey> journey)
void
AirBooking. setJourney(List<Journey> journey)
void
AirProvBookCriteria. setJourney(List<Journey> journey)
-