public class Airline
extends java.lang.Object
A namespaced client for the
/v1/airline endpoints.
Access via the Amadeus client object.
Amadeus amadeus = Amadeus.builder("clientId", "secret").build();
amadeus.airline| Modifier and Type | Field and Description |
|---|---|
Destinations |
destinations
A namespaced client for the
/v1/airline/destinations endpoints. |
public Destinations destinations
A namespaced client for the
/v1/airline/destinations endpoints.
public Airline(Amadeus client)