Uses of Class
io.swagger.client.model.Baggage
-
Packages that use Baggage Package Description io.swagger.client.model -
-
Uses of Baggage in io.swagger.client.model
Methods in io.swagger.client.model that return Baggage Modifier and Type Method Description Baggage
Baggage. addBrandingItem(Branding brandingItem)
Baggage
Baggage. addFareItem(AncillaryFare fareItem)
Baggage
Baggage. ancillary(Ancillary ancillary)
Baggage
Baggage. branding(List<Branding> branding)
Baggage
Baggage. fare(List<AncillaryFare> fare)
Baggage
Baggage. segmentPassengerMapping(SegmentPassengerMapping segmentPassengerMapping)
Methods in io.swagger.client.model that return types with arguments of type Baggage Modifier and Type Method Description List<Baggage>
AirAncillarySearchResponse. getBaggages()
Get baggagesMethods in io.swagger.client.model with parameters of type Baggage Modifier and Type Method Description AirAncillarySearchResponse
AirAncillarySearchResponse. addBaggagesItem(Baggage baggagesItem)
Method parameters in io.swagger.client.model with type arguments of type Baggage Modifier and Type Method Description AirAncillarySearchResponse
AirAncillarySearchResponse. baggages(List<Baggage> baggages)
void
AirAncillarySearchResponse. setBaggages(List<Baggage> baggages)
-