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