Uses of Class
io.swagger.client.model.Air
-
Packages that use Air Package Description io.swagger.client.model -
-
Uses of Air in io.swagger.client.model
Methods in io.swagger.client.model that return Air Modifier and Type Method Description Air
Air. addJourneyItem(Journey journeyItem)
Air
Air. detail(AirDetail detail)
Air
Air. fare(Fare fare)
Air
Air. financialInfo(FinancialInfo financialInfo)
Air
Air. journey(List<Journey> journey)
Air
Air. newFare(Double newFare)
Air
Air. offerId(String offerId)
Air
Air. oldFare(Double oldFare)
Air
Air. priceChanged(Boolean priceChanged)
Methods in io.swagger.client.model that return types with arguments of type Air Modifier and Type Method Description List<Air>
ResponsePackAir. getData()
Get dataList<Air>
ResponsePackAirReservationServiceApi. getData()
Get dataMethods in io.swagger.client.model with parameters of type Air Modifier and Type Method Description ResponsePackAir
ResponsePackAir. addDataItem(Air dataItem)
ResponsePackAirReservationServiceApi
ResponsePackAirReservationServiceApi. addDataItem(Air dataItem)
Method parameters in io.swagger.client.model with type arguments of type Air Modifier and Type Method Description ResponsePackAir
ResponsePackAir. data(List<Air> data)
ResponsePackAirReservationServiceApi
ResponsePackAirReservationServiceApi. data(List<Air> data)
void
ResponsePackAir. setData(List<Air> data)
void
ResponsePackAirReservationServiceApi. setData(List<Air> data)
-