Package | Description |
---|---|
org.eclipse.microprofile.openapi.apps.airlines.model |
Copyright (c) 2017 Contributors to the Eclipse Foundation
|
Modifier and Type | Method and Description |
---|---|
Flight |
Booking.getDeparttureFlight() |
Flight |
Booking.getReturningFlight() |
Modifier and Type | Method and Description |
---|---|
List<Flight> |
Airport.getFlights() |
Modifier and Type | Method and Description |
---|---|
void |
Booking.setDeparttureFlight(Flight departtureFlight) |
void |
Booking.setReturningFlight(Flight returningFlight) |
Constructor and Description |
---|
Airport(List<Flight> flights,
Weather weather) |
Copyright © 2017 – 2022 Eclipse Foundation. All rights reserved.
Use is subject to license terms.