public class CheckinLinks
extends java.lang.Object
A namespaced client for the
/v2/reference-data/urls/checkin-links endpoints.
Access via the Amadeus client object.
Amadeus amadeus = Amadeus.builder(API_KEY, API_SECRET).build(); amadeus.referenceData.urls.checkinLinks;
| Constructor and Description |
|---|
CheckinLinks(Amadeus client)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
CheckinLink[] |
get()
Convenience method for calling
get without any parameters. |
CheckinLink[] |
get(Params params)
Returns the checkin links for an airline, for the
language of your choice.
|
public CheckinLinks(Amadeus client)
public CheckinLink[] get(Params params) throws ResponseException
Returns the checkin links for an airline, for the language of your choice.
amadeus.referenceData.urls.checkinLinks.get(Params.with("airlineCode", "BA"));params - the parameters to send to the APIResponseException - when an exception occurspublic CheckinLink[] get() throws ResponseException
get without any parameters.ResponseExceptionget()