Uses of Class
io.swagger.client.model.Cabin
-
Packages that use Cabin Package Description io.swagger.client.model -
-
Uses of Cabin in io.swagger.client.model
Methods in io.swagger.client.model that return Cabin Modifier and Type Method Description Cabin
Cabin. addDeckItem(Deck deckItem)
Cabin
Cabin. airEquipType(String airEquipType)
Cabin
Cabin. deck(List<Deck> deck)
Cabin
Cabin. segmentPassengerMapping(SegmentPassengerMapping segmentPassengerMapping)
Methods in io.swagger.client.model that return types with arguments of type Cabin Modifier and Type Method Description List<Cabin>
SeatMap. getCabin()
Get cabinMethods in io.swagger.client.model with parameters of type Cabin Modifier and Type Method Description SeatMap
SeatMap. addCabinItem(Cabin cabinItem)
Method parameters in io.swagger.client.model with type arguments of type Cabin Modifier and Type Method Description SeatMap
SeatMap. cabin(List<Cabin> cabin)
void
SeatMap. setCabin(List<Cabin> cabin)
-