Uses of Class
org.eclipse.microprofile.openapi.apps.airlines.model.Airline
Packages that use Airline
Package
Description
Copyright (c) 2017 Contributors to the Eclipse Foundation
Copyright (c) 2017 Contributors to the Eclipse Foundation
-
Uses of Airline in org.eclipse.microprofile.openapi.apps.airlines.model
Methods in org.eclipse.microprofile.openapi.apps.airlines.model that return AirlineModifier and TypeMethodDescriptionFlight.getAirline()Review.getAirlines()Returns the Airlines of this ReviewMethods in org.eclipse.microprofile.openapi.apps.airlines.model with parameters of type AirlineModifier and TypeMethodDescriptionvoidFlight.setAirline(Airline airline) voidReview.setAirlinesID(Airline airlines) Sets the airlines for this ReviewConstructors in org.eclipse.microprofile.openapi.apps.airlines.model with parameters of type Airline -
Uses of Airline in org.eclipse.microprofile.openapi.apps.airlines.resources
Methods in org.eclipse.microprofile.openapi.apps.airlines.resources that return Airline