Uses of Class
io.swagger.client.model.Deck
-
Packages that use Deck Package Description io.swagger.client.model -
-
Uses of Deck in io.swagger.client.model
Methods in io.swagger.client.model that return Deck Modifier and Type Method Description Deck
Deck. addAirRowItem(AirRow airRowItem)
Deck
Deck. airInformationRow(AirInformationRow airInformationRow)
Deck
Deck. airRow(List<AirRow> airRow)
Deck
Deck. type(String type)
Methods in io.swagger.client.model that return types with arguments of type Deck Modifier and Type Method Description List<Deck>
Cabin. getDeck()
Get deckMethods in io.swagger.client.model with parameters of type Deck Modifier and Type Method Description Cabin
Cabin. addDeckItem(Deck deckItem)
Method parameters in io.swagger.client.model with type arguments of type Deck Modifier and Type Method Description Cabin
Cabin. deck(List<Deck> deck)
void
Cabin. setDeck(List<Deck> deck)
-