Package | Description |
---|---|
org.eclipse.microprofile.openapi.apps.airlines.model |
Copyright (c) 2017 Contributors to the Eclipse Foundation
|
org.eclipse.microprofile.openapi.apps.airlines.resources |
Copyright (c) 2017 Contributors to the Eclipse Foundation
|
Modifier and Type | Method and Description |
---|---|
Airline |
Flight.getAirline() |
Airline |
Review.getAirlines()
Returns the Airlines of this Review
|
Modifier and Type | Method and Description |
---|---|
void |
Flight.setAirline(Airline airline) |
void |
Review.setAirlinesID(Airline airlines)
Sets the airlines for this Review
|
Constructor and Description |
---|
Flight(Airline airline,
String dateTime,
String number,
String status,
String airportFrom,
String airportTo,
String price) |
Review(String id,
User user,
Airline airlines,
int rating,
String comment)
Creates an instance of the Review object with the given fields.
|
Modifier and Type | Method and Description |
---|---|
static Airline |
AirlinesResource.getRandomAirline() |
Copyright © 2021 Eclipse Foundation. All rights reserved.