Uses of Class
io.swagger.client.model.PassivePnrBook
-
Packages that use PassivePnrBook Package Description io.swagger.client.model -
-
Uses of PassivePnrBook in io.swagger.client.model
Methods in io.swagger.client.model that return PassivePnrBook Modifier and Type Method Description PassivePnrBook
PassivePnrBook. addFlightSegmentsItem(FlightPassiveSegment flightSegmentsItem)
PassivePnrBook
PassivePnrBook. addHotelSegmentsItem(HotelPassiveSegment hotelSegmentsItem)
PassivePnrBook
PassivePnrBook. addPassengersItem(AirPassenger passengersItem)
PassivePnrBook
PassivePnrBook. addTransferSegmentsItem(TransferPassiveSegment transferSegmentsItem)
PassivePnrBook
PassivePnrBook. airTripId(Integer airTripId)
PassivePnrBook
PassivePnrBook. flightSegments(List<FlightPassiveSegment> flightSegments)
PassivePnrBook
PassivePnrBook. hotelSegments(List<HotelPassiveSegment> hotelSegments)
PassivePnrBook
PassivePnrBook. passengers(List<AirPassenger> passengers)
PassivePnrBook
PassivePnrBook. targetPnr(String targetPnr)
PassivePnrBook
PassivePnrBook. transferSegments(List<TransferPassiveSegment> transferSegments)
Methods in io.swagger.client.model that return types with arguments of type PassivePnrBook Modifier and Type Method Description List<PassivePnrBook>
ResponsePackPassivePnrBook. getData()
Get dataMethods in io.swagger.client.model with parameters of type PassivePnrBook Modifier and Type Method Description ResponsePackPassivePnrBook
ResponsePackPassivePnrBook. addDataItem(PassivePnrBook dataItem)
Method parameters in io.swagger.client.model with type arguments of type PassivePnrBook Modifier and Type Method Description ResponsePackPassivePnrBook
ResponsePackPassivePnrBook. data(List<PassivePnrBook> data)
void
ResponsePackPassivePnrBook. setData(List<PassivePnrBook> data)
-