All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.amadeus.airport.Predictions Maven / Gradle / Ivy

package com.amadeus.airport.predictions;

import com.amadeus.Amadeus;

/**
 * 

* A namespaced client for the * /v1/airport/predictions endpoints. *

* *

* Access via the Amadeus client object. *

* *
 * Amadeus amadeus = Amadeus.builder("clientId", "secret").build();
 * amadeus.airport.predictions;
* * @hide */ public class Predictions { /** *

* A namespaced client for the * /v1/airport/predictions/on-time endpoints. *

*/ public AirportOnTime onTime; /** * Constructor. * @hide */ public Predictions(Amadeus client) { this.onTime = new AirportOnTime(client); } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy