Uses of Class
io.swagger.client.model.AirSeatCharacteristic
-
Packages that use AirSeatCharacteristic Package Description io.swagger.client.model -
-
Uses of AirSeatCharacteristic in io.swagger.client.model
Methods in io.swagger.client.model that return AirSeatCharacteristic Modifier and Type Method Description AirSeatCharacteristic
AirSeatCharacteristic. key(String key)
AirSeatCharacteristic
AirSeatCharacteristic. value(String value)
Methods in io.swagger.client.model that return types with arguments of type AirSeatCharacteristic Modifier and Type Method Description List<AirSeatCharacteristic>
AirRowSeat. getAirSeatCharacteristic()
Get airSeatCharacteristicMethods in io.swagger.client.model with parameters of type AirSeatCharacteristic Modifier and Type Method Description AirRowSeat
AirRowSeat. addAirSeatCharacteristicItem(AirSeatCharacteristic airSeatCharacteristicItem)
Method parameters in io.swagger.client.model with type arguments of type AirSeatCharacteristic Modifier and Type Method Description AirRowSeat
AirRowSeat. airSeatCharacteristic(List<AirSeatCharacteristic> airSeatCharacteristic)
void
AirRowSeat. setAirSeatCharacteristic(List<AirSeatCharacteristic> airSeatCharacteristic)
-