Uses of Class
io.swagger.client.model.SeatMap
-
Packages that use SeatMap Package Description io.swagger.client.model -
-
Uses of SeatMap in io.swagger.client.model
Methods in io.swagger.client.model that return SeatMap Modifier and Type Method Description SeatMap
SeatMap. addCabinItem(Cabin cabinItem)
SeatMap
SeatMap. cabin(List<Cabin> cabin)
Methods in io.swagger.client.model that return types with arguments of type SeatMap Modifier and Type Method Description List<SeatMap>
AirAncillarySearchResponse. getSeatMap()
Get seatMapMethods in io.swagger.client.model with parameters of type SeatMap Modifier and Type Method Description AirAncillarySearchResponse
AirAncillarySearchResponse. addSeatMapItem(SeatMap seatMapItem)
Method parameters in io.swagger.client.model with type arguments of type SeatMap Modifier and Type Method Description AirAncillarySearchResponse
AirAncillarySearchResponse. seatMap(List<SeatMap> seatMap)
void
AirAncillarySearchResponse. setSeatMap(List<SeatMap> seatMap)
-