public class Analytics
extends java.lang.Object
A namespaced client for the
/v1/travel/analytics endpoints.
Access via the Amadeus client object.
Amadeus amadeus = Amadeus.builder("clientId", "secret").build();
amadeus.travel.analytics;| Modifier and Type | Field and Description |
|---|---|
AirTraffic |
airTraffic
A namespaced client for the
/v1/travel/analytics/air-traffics endpoints. |
public AirTraffic airTraffic
A namespaced client for the
/v1/travel/analytics/air-traffics endpoints.
public Analytics(Amadeus client)