public class Predictions
extends java.lang.Object
A namespaced client for the
/v1/travel/predictions endpoints.
Access via the Amadeus client object.
Amadeus amadeus = Amadeus.builder("clientId", "secret").build();
amadeus.travel.predictions;| Modifier and Type | Field and Description |
|---|---|
FlightDelay |
flightDelay
A namespaced client for the
/v1/travel/predictions/flight-delay endpoints. |
TripPurpose |
tripPurpose
A namespaced client for the
/v1/travel/predictions/trip-purpose endpoints. |
| Constructor and Description |
|---|
Predictions(Amadeus client)
Constructor.
|
public TripPurpose tripPurpose
A namespaced client for the
/v1/travel/predictions/trip-purpose endpoints.
public FlightDelay flightDelay
/v1/travel/predictions/flight-delay endpoints.
public Predictions(Amadeus client)