public class Urls
extends java.lang.Object
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;| Modifier and Type | Field and Description |
|---|---|
CheckinLinks |
checkinLinks
A namespaced client for the
/v2/reference-data/urls/checkin-links endpoints. |
public CheckinLinks checkinLinks
A namespaced client for the
/v2/reference-data/urls/checkin-links endpoints.
public Urls(Amadeus client)