Uses of Class
org.eclipse.microprofile.openapi.apps.airlines.model.Flight
-
Packages that use Flight Package Description org.eclipse.microprofile.openapi.apps.airlines.model Copyright (c) 2017 Contributors to the Eclipse Foundation -
-
Uses of Flight in org.eclipse.microprofile.openapi.apps.airlines.model
Methods in org.eclipse.microprofile.openapi.apps.airlines.model that return Flight Modifier and Type Method Description FlightBooking. getDeparttureFlight()FlightBooking. getReturningFlight()Methods in org.eclipse.microprofile.openapi.apps.airlines.model that return types with arguments of type Flight Modifier and Type Method Description List<Flight>Airport. getFlights()Methods in org.eclipse.microprofile.openapi.apps.airlines.model with parameters of type Flight Modifier and Type Method Description voidBooking. setDeparttureFlight(Flight departtureFlight)voidBooking. setReturningFlight(Flight returningFlight)Constructor parameters in org.eclipse.microprofile.openapi.apps.airlines.model with type arguments of type Flight Constructor Description Airport(List<Flight> flights, Weather weather)
-