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

com.amadeus.referenceData.Urls Maven / Gradle / Ivy

package com.amadeus.referenceData;

import com.amadeus.Amadeus;
import com.amadeus.referenceData.urls.CheckinLinks;

/**
 * 

* A namespaced client for the * /v2/reference-data/urls endpoints. *

* *

* Access via the Amadeus client object *

* *
 * Amadeus amadeus = Amadeus.builder("clientId", "secret").build();
 * amadeus.referenceData.urls;
* * @hide */ public class Urls { /** *

* A namespaced client for the * /v2/reference-data/urls/checkin-links endpoints. *

*/ public CheckinLinks checkinLinks; /** * Constructor. * @hide */ public Urls(Amadeus client) { this.checkinLinks = new CheckinLinks(client); } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy