public class AirTraffic
extends java.lang.Object
A namespaced client for the
/v1/travel/analytics/air-traffic endpoints.
Access via the Amadeus client object.
Amadeus amadeus = Amadeus.builder("clientId", "secret").build();
amadeus.travel.analytics.airTraffic;| Modifier and Type | Field and Description |
|---|---|
Booked |
booked
A namespaced client for the
/v1/travel/analytics/air-traffic/booked endpoints. |
BusiestPeriod |
busiestPeriod
A namespaced client for the
/v1/travel/analytics/air-traffic/busiest-period endpoints. |
Traveled |
traveled
A namespaced client for the
/v1/travel/analytics/air-traffic/traveled endpoints. |
| Constructor and Description |
|---|
AirTraffic(Amadeus client)
Constructor.
|
public Traveled traveled
A namespaced client for the
/v1/travel/analytics/air-traffic/traveled endpoints.
public Booked booked
A namespaced client for the
/v1/travel/analytics/air-traffic/booked endpoints.
public BusiestPeriod busiestPeriod
A namespaced client for the
/v1/travel/analytics/air-traffic/busiest-period endpoints.
public AirTraffic(Amadeus client)