Builds an Amadeus client with the provided credentials. @return an Amadeus client @throws IllegalArgumentException when a client ID or client secret is missing
()
| 114 | * @throws IllegalArgumentException when a client ID or client secret is missing |
| 115 | */ |
| 116 | public Amadeus build() throws IllegalArgumentException { |
| 117 | return new Amadeus(this); |
| 118 | } |
| 119 | |
| 120 | /** |
| 121 | * The the name of the server API calls are made to, 'production' or 'test'. Defaults to 'test'. |
no outgoing calls