public class Shopping
extends java.lang.Object
A namespaced client for the
/v2/travel endpoints.
Access via the Amadeus client object.
Amadeus amadeus = Amadeus.builder("clientId", "secret").build();
amadeus.travel;| Modifier and Type | Field and Description |
|---|---|
Activities |
activities
A namespaced client for the
/v1/shopping/activities endpoints. |
Activity |
activity
A namespaced client for the
/v1/shopping/activities endpoints. |
Availability |
availability
A namespaced client for the
/v1/shopping/availability endpoints. |
FlightDates |
flightDates
A namespaced client for the
/v1/shopping/flight-dates endpoints. |
FlightDestinations |
flightDestinations
A namespaced client for the
/v1/shopping/flight-destinations endpoints. |
FlightOffers |
flightOffers
A namespaced client for the
/v1/shopping/flight-offers endpoints. |
FlightOffersSearch |
flightOffersSearch
A namespaced client for the
/v2/shopping/flight-offers endpoints. |
HotelOffers |
hotelOffers
A namespaced client for the
/v2/shopping/hotel-offers endpoints. |
HotelOffersByHotel |
hotelOffersByHotel
A namespaced client for the
/v2/shopping/hotel-offers/by-hotel endpoints. |
HotelOffersSearch |
hotelOffersSearch
A namespaced client for the
/v3/shopping/hotel-offers endpoints. |
SeatMaps |
seatMaps
A namespaced client for the
/v1/shopping/seatmaps endpoints. |
| Modifier and Type | Method and Description |
|---|---|
Activity |
activity(java.lang.String activityId)
A namespaced client for the
/v1/shopping/activities/:activity_id endpoints. |
HotelOffer |
hotelOffer(java.lang.String hotelId)
A namespaced client for the
/v1/shopping/hotel/:hotel_id endpoints. |
HotelOfferSearch |
hotelOfferSearch(java.lang.String offerId)
A namespaced client for the
/v3/shopping/hotel/:hotel_id endpoints. |
public FlightDates flightDates
A namespaced client for the
/v1/shopping/flight-dates endpoints.
public FlightDestinations flightDestinations
A namespaced client for the
/v1/shopping/flight-destinations endpoints.
public FlightOffers flightOffers
A namespaced client for the
/v1/shopping/flight-offers endpoints.
public FlightOffersSearch flightOffersSearch
A namespaced client for the
/v2/shopping/flight-offers endpoints.
public HotelOffers hotelOffers
A namespaced client for the
/v2/shopping/hotel-offers endpoints.
public HotelOffersSearch hotelOffersSearch
A namespaced client for the
/v3/shopping/hotel-offers endpoints.
public HotelOffersByHotel hotelOffersByHotel
A namespaced client for the
/v2/shopping/hotel-offers/by-hotel endpoints.
public SeatMaps seatMaps
A namespaced client for the
/v1/shopping/seatmaps endpoints.
public Activity activity
A namespaced client for the
/v1/shopping/activities endpoints.
public Activities activities
A namespaced client for the
/v1/shopping/activities endpoints.
public Availability availability
A namespaced client for the
/v1/shopping/availability endpoints.
public Shopping(Amadeus client)
public HotelOffer hotelOffer(java.lang.String hotelId)
A namespaced client for the
/v1/shopping/hotel/:hotel_id endpoints.
public HotelOfferSearch hotelOfferSearch(java.lang.String offerId)
A namespaced client for the
/v3/shopping/hotel/:hotel_id endpoints.
public Activity activity(java.lang.String activityId)
A namespaced client for the
/v1/shopping/activities/:activity_id endpoints.