Uses of Class
io.swagger.client.model.AirRow
-
Packages that use AirRow Package Description io.swagger.client.model -
-
Uses of AirRow in io.swagger.client.model
Methods in io.swagger.client.model that return AirRow Modifier and Type Method Description AirRow
AirRow. addAirSeatsItem(AirRowSeat airSeatsItem)
AirRow
AirRow. airSeats(List<AirRowSeat> airSeats)
AirRow
AirRow. rowNumber(Integer rowNumber)
Methods in io.swagger.client.model that return types with arguments of type AirRow Modifier and Type Method Description List<AirRow>
Deck. getAirRow()
Get airRowMethods in io.swagger.client.model with parameters of type AirRow Modifier and Type Method Description Deck
Deck. addAirRowItem(AirRow airRowItem)
Method parameters in io.swagger.client.model with type arguments of type AirRow Modifier and Type Method Description Deck
Deck. airRow(List<AirRow> airRow)
void
Deck. setAirRow(List<AirRow> airRow)
-