Uses of Class
io.swagger.client.model.OtherAncillaries
-
Packages that use OtherAncillaries Package Description io.swagger.client.model -
-
Uses of OtherAncillaries in io.swagger.client.model
Methods in io.swagger.client.model that return OtherAncillaries Modifier and Type Method Description OtherAncillaries
OtherAncillaries. addAdditionalPropertiesItem(AdditionalProperty additionalPropertiesItem)
OtherAncillaries
OtherAncillaries. addBrandingItem(Branding brandingItem)
OtherAncillaries
OtherAncillaries. addFareItem(AncillaryFare fareItem)
OtherAncillaries
OtherAncillaries. additionalProperties(List<AdditionalProperty> additionalProperties)
OtherAncillaries
OtherAncillaries. ancillary(Ancillary ancillary)
OtherAncillaries
OtherAncillaries. branding(List<Branding> branding)
OtherAncillaries
OtherAncillaries. fare(List<AncillaryFare> fare)
OtherAncillaries
OtherAncillaries. segmentPassengerMapping(SegmentPassengerMapping segmentPassengerMapping)
Methods in io.swagger.client.model that return types with arguments of type OtherAncillaries Modifier and Type Method Description List<OtherAncillaries>
AirAncillarySearchResponse. getOtherAncillaries()
Get otherAncillariesMethods in io.swagger.client.model with parameters of type OtherAncillaries Modifier and Type Method Description AirAncillarySearchResponse
AirAncillarySearchResponse. addOtherAncillariesItem(OtherAncillaries otherAncillariesItem)
Method parameters in io.swagger.client.model with type arguments of type OtherAncillaries Modifier and Type Method Description AirAncillarySearchResponse
AirAncillarySearchResponse. otherAncillaries(List<OtherAncillaries> otherAncillaries)
void
AirAncillarySearchResponse. setOtherAncillaries(List<OtherAncillaries> otherAncillaries)
-