Uses of Class
io.swagger.client.model.AirRowSeat
-
Packages that use AirRowSeat Package Description io.swagger.client.model -
-
Uses of AirRowSeat in io.swagger.client.model
Methods in io.swagger.client.model that return types with arguments of type AirRowSeat Modifier and Type Method Description List<AirRowSeat>
AirRow. getAirSeats()
Get airSeatsMethods in io.swagger.client.model with parameters of type AirRowSeat Modifier and Type Method Description AirRow
AirRow. addAirSeatsItem(AirRowSeat airSeatsItem)
Method parameters in io.swagger.client.model with type arguments of type AirRowSeat Modifier and Type Method Description AirRow
AirRow. airSeats(List<AirRowSeat> airSeats)
void
AirRow. setAirSeats(List<AirRowSeat> airSeats)
-