public class Hotels
extends java.lang.Object
A namespaced client for the
/v1/reference-data/locations/hotels endpoints.
Access via the Amadeus client object.
Amadeus amadeus = Amadeus.builder("clientId", "secret").build();
amadeus.referenceData.locations.hotels;| Modifier and Type | Field and Description |
|---|---|
ByCity |
byCity
A namespaced client for the
/v1/reference-data/locations/hotels/by-city endpoints. |
ByGeocode |
byGeocode
A namespaced client for the
/v1/reference-data/locations/hotels/by-geocode endpoints. |
ByHotels |
byHotels
A namespaced client for the
/v1/reference-data/locations/hotels/by-hotels endpoints. |
public ByCity byCity
A namespaced client for the
/v1/reference-data/locations/hotels/by-city endpoints.
public ByHotels byHotels
A namespaced client for the
/v1/reference-data/locations/hotels/by-hotels endpoints.
public ByGeocode byGeocode
A namespaced client for the
/v1/reference-data/locations/hotels/by-geocode endpoints.
public Hotels(Amadeus client)