public class Travel
extends java.lang.Object
A namespaced client for the
/v2/travel endpoints.
Access via the Amadeus client object.
Amadeus amadeus = Amadeus.builder("clientId", "secret").build();
amadeus.travel;| Modifier and Type | Field and Description |
|---|---|
Analytics |
analytics
A namespaced client for the
/v2/travel/analytics endpoints. |
Predictions |
predictions
A namespaced client for the
/v1/travel/predictions endpoints. |
TripParser |
tripParser
A namespaced client for the
/v3/travel/trip-parser endpoints. |
public Analytics analytics
A namespaced client for the
/v2/travel/analytics endpoints.
public Predictions predictions
A namespaced client for the
/v1/travel/predictions endpoints.
public TripParser tripParser
A namespaced client for the
/v3/travel/trip-parser endpoints.
public Travel(Amadeus client)