Uses of Class
io.swagger.client.model.Meals
-
Packages that use Meals Package Description io.swagger.client.model -
-
Uses of Meals in io.swagger.client.model
Methods in io.swagger.client.model that return Meals Modifier and Type Method Description Meals
Meals. addBrandingItem(Branding brandingItem)
Meals
Meals. addFareItem(AncillaryFare fareItem)
Meals
Meals. ancillary(Ancillary ancillary)
Meals
Meals. branding(List<Branding> branding)
Meals
Meals. fare(List<AncillaryFare> fare)
Meals
Meals. segmentPassengerMapping(SegmentPassengerMapping segmentPassengerMapping)
Methods in io.swagger.client.model that return types with arguments of type Meals Modifier and Type Method Description List<Meals>
AirAncillarySearchResponse. getMeals()
Get mealsMethods in io.swagger.client.model with parameters of type Meals Modifier and Type Method Description AirAncillarySearchResponse
AirAncillarySearchResponse. addMealsItem(Meals mealsItem)
Method parameters in io.swagger.client.model with type arguments of type Meals Modifier and Type Method Description AirAncillarySearchResponse
AirAncillarySearchResponse. meals(List<Meals> meals)
void
AirAncillarySearchResponse. setMeals(List<Meals> meals)
-