Class ReferenceApi
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetApiClient(ApiClient apiClient) reactor.core.publisher.Mono<PageExchangeRateViewNonAuthenticatedEntity> showAllExchangeRates(Integer page, Integer size, String winkVersion) Show all exchange rates Show exchange rates for target currency and all payment-supported currencies.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<PageExchangeRateViewNonAuthenticatedEntity>> showAllExchangeRatesWithHttpInfo(Integer page, Integer size, String winkVersion) Show all exchange rates Show exchange rates for target currency and all payment-supported currencies.org.springframework.web.reactive.function.client.WebClient.ResponseSpecshowAllExchangeRatesWithResponseSpec(Integer page, Integer size, String winkVersion) Show all exchange rates Show exchange rates for target currency and all payment-supported currencies.reactor.core.publisher.Flux<KeyValuePairNonAuthenticatedEntity> showAvailableCodesForCategory(String category, String winkVersion) Show OTA codes Shows payment-supported OTA codes based on given category.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<KeyValuePairNonAuthenticatedEntity>>> showAvailableCodesForCategoryWithHttpInfo(String category, String winkVersion) Show OTA codes Shows payment-supported OTA codes based on given category.org.springframework.web.reactive.function.client.WebClient.ResponseSpecshowAvailableCodesForCategoryWithResponseSpec(String category, String winkVersion) Show OTA codes Shows payment-supported OTA codes based on given category.reactor.core.publisher.Flux<KeyValuePairNonAuthenticatedEntity> showAvailableOtaCategories(String winkVersion) Show OTA category codes Shows payment-supported OTA categories.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<KeyValuePairNonAuthenticatedEntity>>> showAvailableOtaCategoriesWithHttpInfo(String winkVersion) Show OTA category codes Shows payment-supported OTA categories.org.springframework.web.reactive.function.client.WebClient.ResponseSpecshowAvailableOtaCategoriesWithResponseSpec(String winkVersion) Show OTA category codes Shows payment-supported OTA categories.reactor.core.publisher.Flux<CountryNonAuthenticatedEntity> showCountries(String winkVersion) Show countries Show list of payment-supported countries.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<CountryNonAuthenticatedEntity>>> showCountriesWithHttpInfo(String winkVersion) Show countries Show list of payment-supported countries.org.springframework.web.reactive.function.client.WebClient.ResponseSpecshowCountriesWithResponseSpec(String winkVersion) Show countries Show list of payment-supported countries.Show currencies List of payment-supported currencies.Show currencies List of payment-supported currencies.org.springframework.web.reactive.function.client.WebClient.ResponseSpecShow currencies List of payment-supported currencies.reactor.core.publisher.Mono<QuoteNonAuthenticatedEntity> showExchangeRate(String sourceCurrency, String targetCurrency, String winkVersion) Show exchange rate Show exchange rate between target and source currencyreactor.core.publisher.Mono<CountResponseNonAuthenticatedEntity> showExchangeRateCount(String winkVersion) Show exchange rates count Returns a count of number of quotes available.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<CountResponseNonAuthenticatedEntity>> showExchangeRateCountWithHttpInfo(String winkVersion) Show exchange rates count Returns a count of number of quotes available.org.springframework.web.reactive.function.client.WebClient.ResponseSpecshowExchangeRateCountWithResponseSpec(String winkVersion) Show exchange rates count Returns a count of number of quotes available.reactor.core.publisher.Flux<QuoteNonAuthenticatedEntity> showExchangeRateForTargetCurrency(String currency, String winkVersion) Show exchange rates Show exchange rates for target currency and all payment-supported currencies.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<QuoteNonAuthenticatedEntity>>> showExchangeRateForTargetCurrencyWithHttpInfo(String currency, String winkVersion) Show exchange rates Show exchange rates for target currency and all payment-supported currencies.org.springframework.web.reactive.function.client.WebClient.ResponseSpecshowExchangeRateForTargetCurrencyWithResponseSpec(String currency, String winkVersion) Show exchange rates Show exchange rates for target currency and all payment-supported currencies.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<QuoteNonAuthenticatedEntity>> showExchangeRateWithHttpInfo(String sourceCurrency, String targetCurrency, String winkVersion) Show exchange rate Show exchange rate between target and source currencyorg.springframework.web.reactive.function.client.WebClient.ResponseSpecshowExchangeRateWithResponseSpec(String sourceCurrency, String targetCurrency, String winkVersion) Show exchange rate Show exchange rate between target and source currencyreactor.core.publisher.Flux<KeyValuePairNonAuthenticatedEntity> showHotelNames(String name, String winkVersion) Hotel Name Search Search for property by name.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<KeyValuePairNonAuthenticatedEntity>>> showHotelNamesWithHttpInfo(String name, String winkVersion) Hotel Name Search Search for property by name.org.springframework.web.reactive.function.client.WebClient.ResponseSpecshowHotelNamesWithResponseSpec(String name, String winkVersion) Hotel Name Search Search for property by name.reactor.core.publisher.Flux<LanguageNonAuthenticatedEntity> Show Languages Retrieve list of system languagesreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<LanguageNonAuthenticatedEntity>>> Show Languages Retrieve list of system languagesorg.springframework.web.reactive.function.client.WebClient.ResponseSpecShow Languages Retrieve list of system languagesreactor.core.publisher.Flux<KeyValuePairNonAuthenticatedEntity> showLifestyles(String winkVersion) Show Lifestyles Retrieve list of all supported lifestyles indicated by an array of key / value pairs.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<KeyValuePairNonAuthenticatedEntity>>> showLifestylesWithHttpInfo(String winkVersion) Show Lifestyles Retrieve list of all supported lifestyles indicated by an array of key / value pairs.org.springframework.web.reactive.function.client.WebClient.ResponseSpecshowLifestylesWithResponseSpec(String winkVersion) Show Lifestyles Retrieve list of all supported lifestyles indicated by an array of key / value pairs.reactor.core.publisher.Flux<KeyValuePairNonAuthenticatedEntity> Show Perks Retrieve list of perksreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<KeyValuePairNonAuthenticatedEntity>>> showPerksWithHttpInfo(String winkVersion) Show Perks Retrieve list of perksorg.springframework.web.reactive.function.client.WebClient.ResponseSpecshowPerksWithResponseSpec(String winkVersion) Show Perks Retrieve list of perksreactor.core.publisher.Flux<KeyValuePairNonAuthenticatedEntity> showSocialNetworks(String winkVersion) Show Social Networks Retrieve list of all supported social networksreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<KeyValuePairNonAuthenticatedEntity>>> showSocialNetworksWithHttpInfo(String winkVersion) Show Social Networks Retrieve list of all supported social networksorg.springframework.web.reactive.function.client.WebClient.ResponseSpecshowSocialNetworksWithResponseSpec(String winkVersion) Show Social Networks Retrieve list of all supported social networks
-
Constructor Details
-
ReferenceApi
public ReferenceApi() -
ReferenceApi
-
-
Method Details
-
getApiClient
-
setApiClient
-
showAllExchangeRates
public reactor.core.publisher.Mono<PageExchangeRateViewNonAuthenticatedEntity> showAllExchangeRates(Integer page, Integer size, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Show all exchange rates Show exchange rates for target currency and all payment-supported currencies.503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
page- The page parametersize- The size parameterwinkVersion- The winkVersion parameter- Returns:
- PageExchangeRateViewNonAuthenticatedEntity
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showAllExchangeRatesWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<PageExchangeRateViewNonAuthenticatedEntity>> showAllExchangeRatesWithHttpInfo(Integer page, Integer size, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Show all exchange rates Show exchange rates for target currency and all payment-supported currencies.503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
page- The page parametersize- The size parameterwinkVersion- The winkVersion parameter- Returns:
- ResponseEntity<PageExchangeRateViewNonAuthenticatedEntity>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showAllExchangeRatesWithResponseSpec
public org.springframework.web.reactive.function.client.WebClient.ResponseSpec showAllExchangeRatesWithResponseSpec(Integer page, Integer size, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Show all exchange rates Show exchange rates for target currency and all payment-supported currencies.503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
page- The page parametersize- The size parameterwinkVersion- The winkVersion parameter- Returns:
- ResponseSpec
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showAvailableCodesForCategory
public reactor.core.publisher.Flux<KeyValuePairNonAuthenticatedEntity> showAvailableCodesForCategory(String category, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Show OTA codes Shows payment-supported OTA codes based on given category.503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
category- Requested OTA codewinkVersion- The winkVersion parameter- Returns:
- List<KeyValuePairNonAuthenticatedEntity>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showAvailableCodesForCategoryWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<KeyValuePairNonAuthenticatedEntity>>> showAvailableCodesForCategoryWithHttpInfo(String category, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Show OTA codes Shows payment-supported OTA codes based on given category.503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
category- Requested OTA codewinkVersion- The winkVersion parameter- Returns:
- ResponseEntity<List<KeyValuePairNonAuthenticatedEntity>>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showAvailableCodesForCategoryWithResponseSpec
public org.springframework.web.reactive.function.client.WebClient.ResponseSpec showAvailableCodesForCategoryWithResponseSpec(String category, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Show OTA codes Shows payment-supported OTA codes based on given category.503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
category- Requested OTA codewinkVersion- The winkVersion parameter- Returns:
- ResponseSpec
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showAvailableOtaCategories
public reactor.core.publisher.Flux<KeyValuePairNonAuthenticatedEntity> showAvailableOtaCategories(String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Show OTA category codes Shows payment-supported OTA categories.503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
winkVersion- The winkVersion parameter- Returns:
- List<KeyValuePairNonAuthenticatedEntity>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showAvailableOtaCategoriesWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<KeyValuePairNonAuthenticatedEntity>>> showAvailableOtaCategoriesWithHttpInfo(String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Show OTA category codes Shows payment-supported OTA categories.503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
winkVersion- The winkVersion parameter- Returns:
- ResponseEntity<List<KeyValuePairNonAuthenticatedEntity>>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showAvailableOtaCategoriesWithResponseSpec
public org.springframework.web.reactive.function.client.WebClient.ResponseSpec showAvailableOtaCategoriesWithResponseSpec(String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Show OTA category codes Shows payment-supported OTA categories.503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
winkVersion- The winkVersion parameter- Returns:
- ResponseSpec
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showCountries
public reactor.core.publisher.Flux<CountryNonAuthenticatedEntity> showCountries(String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Show countries Show list of payment-supported countries.503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
winkVersion- The winkVersion parameter- Returns:
- List<CountryNonAuthenticatedEntity>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showCountriesWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<CountryNonAuthenticatedEntity>>> showCountriesWithHttpInfo(String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Show countries Show list of payment-supported countries.503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
winkVersion- The winkVersion parameter- Returns:
- ResponseEntity<List<CountryNonAuthenticatedEntity>>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showCountriesWithResponseSpec
public org.springframework.web.reactive.function.client.WebClient.ResponseSpec showCountriesWithResponseSpec(String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Show countries Show list of payment-supported countries.503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
winkVersion- The winkVersion parameter- Returns:
- ResponseSpec
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showCurrencies
public reactor.core.publisher.Mono<List<String>> showCurrencies() throws org.springframework.web.reactive.function.client.WebClientResponseExceptionShow currencies List of payment-supported currencies.503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
200 - OK
- Returns:
- List<String>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showCurrenciesWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<String>>> showCurrenciesWithHttpInfo() throws org.springframework.web.reactive.function.client.WebClientResponseExceptionShow currencies List of payment-supported currencies.503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
200 - OK
- Returns:
- ResponseEntity<List<String>>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showCurrenciesWithResponseSpec
public org.springframework.web.reactive.function.client.WebClient.ResponseSpec showCurrenciesWithResponseSpec() throws org.springframework.web.reactive.function.client.WebClientResponseExceptionShow currencies List of payment-supported currencies.503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
200 - OK
- Returns:
- ResponseSpec
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showExchangeRate
public reactor.core.publisher.Mono<QuoteNonAuthenticatedEntity> showExchangeRate(String sourceCurrency, String targetCurrency, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Show exchange rate Show exchange rate between target and source currency503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
sourceCurrency- The sourceCurrency parametertargetCurrency- The targetCurrency parameterwinkVersion- The winkVersion parameter- Returns:
- QuoteNonAuthenticatedEntity
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showExchangeRateWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<QuoteNonAuthenticatedEntity>> showExchangeRateWithHttpInfo(String sourceCurrency, String targetCurrency, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Show exchange rate Show exchange rate between target and source currency503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
sourceCurrency- The sourceCurrency parametertargetCurrency- The targetCurrency parameterwinkVersion- The winkVersion parameter- Returns:
- ResponseEntity<QuoteNonAuthenticatedEntity>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showExchangeRateWithResponseSpec
public org.springframework.web.reactive.function.client.WebClient.ResponseSpec showExchangeRateWithResponseSpec(String sourceCurrency, String targetCurrency, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Show exchange rate Show exchange rate between target and source currency503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
sourceCurrency- The sourceCurrency parametertargetCurrency- The targetCurrency parameterwinkVersion- The winkVersion parameter- Returns:
- ResponseSpec
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showExchangeRateCount
public reactor.core.publisher.Mono<CountResponseNonAuthenticatedEntity> showExchangeRateCount(String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Show exchange rates count Returns a count of number of quotes available.503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
winkVersion- The winkVersion parameter- Returns:
- CountResponseNonAuthenticatedEntity
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showExchangeRateCountWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<CountResponseNonAuthenticatedEntity>> showExchangeRateCountWithHttpInfo(String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Show exchange rates count Returns a count of number of quotes available.503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
winkVersion- The winkVersion parameter- Returns:
- ResponseEntity<CountResponseNonAuthenticatedEntity>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showExchangeRateCountWithResponseSpec
public org.springframework.web.reactive.function.client.WebClient.ResponseSpec showExchangeRateCountWithResponseSpec(String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Show exchange rates count Returns a count of number of quotes available.503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
winkVersion- The winkVersion parameter- Returns:
- ResponseSpec
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showExchangeRateForTargetCurrency
public reactor.core.publisher.Flux<QuoteNonAuthenticatedEntity> showExchangeRateForTargetCurrency(String currency, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Show exchange rates Show exchange rates for target currency and all payment-supported currencies.503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
currency- The currency parameterwinkVersion- The winkVersion parameter- Returns:
- List<QuoteNonAuthenticatedEntity>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showExchangeRateForTargetCurrencyWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<QuoteNonAuthenticatedEntity>>> showExchangeRateForTargetCurrencyWithHttpInfo(String currency, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Show exchange rates Show exchange rates for target currency and all payment-supported currencies.503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
currency- The currency parameterwinkVersion- The winkVersion parameter- Returns:
- ResponseEntity<List<QuoteNonAuthenticatedEntity>>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showExchangeRateForTargetCurrencyWithResponseSpec
public org.springframework.web.reactive.function.client.WebClient.ResponseSpec showExchangeRateForTargetCurrencyWithResponseSpec(String currency, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Show exchange rates Show exchange rates for target currency and all payment-supported currencies.503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
currency- The currency parameterwinkVersion- The winkVersion parameter- Returns:
- ResponseSpec
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showHotelNames
public reactor.core.publisher.Flux<KeyValuePairNonAuthenticatedEntity> showHotelNames(String name, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Hotel Name Search Search for property by name.503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
name- The name parameterwinkVersion- The winkVersion parameter- Returns:
- List<KeyValuePairNonAuthenticatedEntity>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showHotelNamesWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<KeyValuePairNonAuthenticatedEntity>>> showHotelNamesWithHttpInfo(String name, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Hotel Name Search Search for property by name.503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
name- The name parameterwinkVersion- The winkVersion parameter- Returns:
- ResponseEntity<List<KeyValuePairNonAuthenticatedEntity>>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showHotelNamesWithResponseSpec
public org.springframework.web.reactive.function.client.WebClient.ResponseSpec showHotelNamesWithResponseSpec(String name, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Hotel Name Search Search for property by name.503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
name- The name parameterwinkVersion- The winkVersion parameter- Returns:
- ResponseSpec
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showLanguages
public reactor.core.publisher.Flux<LanguageNonAuthenticatedEntity> showLanguages() throws org.springframework.web.reactive.function.client.WebClientResponseExceptionShow Languages Retrieve list of system languages503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
200 - OK
- Returns:
- List<LanguageNonAuthenticatedEntity>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showLanguagesWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<LanguageNonAuthenticatedEntity>>> showLanguagesWithHttpInfo() throws org.springframework.web.reactive.function.client.WebClientResponseExceptionShow Languages Retrieve list of system languages503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
200 - OK
- Returns:
- ResponseEntity<List<LanguageNonAuthenticatedEntity>>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showLanguagesWithResponseSpec
public org.springframework.web.reactive.function.client.WebClient.ResponseSpec showLanguagesWithResponseSpec() throws org.springframework.web.reactive.function.client.WebClientResponseExceptionShow Languages Retrieve list of system languages503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
200 - OK
- Returns:
- ResponseSpec
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showLifestyles
public reactor.core.publisher.Flux<KeyValuePairNonAuthenticatedEntity> showLifestyles(String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Lifestyles Retrieve list of all supported lifestyles indicated by an array of key / value pairs.503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
winkVersion- The winkVersion parameter- Returns:
- List<KeyValuePairNonAuthenticatedEntity>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showLifestylesWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<KeyValuePairNonAuthenticatedEntity>>> showLifestylesWithHttpInfo(String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Lifestyles Retrieve list of all supported lifestyles indicated by an array of key / value pairs.503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
winkVersion- The winkVersion parameter- Returns:
- ResponseEntity<List<KeyValuePairNonAuthenticatedEntity>>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showLifestylesWithResponseSpec
public org.springframework.web.reactive.function.client.WebClient.ResponseSpec showLifestylesWithResponseSpec(String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Lifestyles Retrieve list of all supported lifestyles indicated by an array of key / value pairs.503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
winkVersion- The winkVersion parameter- Returns:
- ResponseSpec
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showPerks
public reactor.core.publisher.Flux<KeyValuePairNonAuthenticatedEntity> showPerks(String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Perks Retrieve list of perks503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
winkVersion- The winkVersion parameter- Returns:
- List<KeyValuePairNonAuthenticatedEntity>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showPerksWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<KeyValuePairNonAuthenticatedEntity>>> showPerksWithHttpInfo(String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Perks Retrieve list of perks503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
winkVersion- The winkVersion parameter- Returns:
- ResponseEntity<List<KeyValuePairNonAuthenticatedEntity>>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showPerksWithResponseSpec
public org.springframework.web.reactive.function.client.WebClient.ResponseSpec showPerksWithResponseSpec(String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Perks Retrieve list of perks503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
winkVersion- The winkVersion parameter- Returns:
- ResponseSpec
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showSocialNetworks
public reactor.core.publisher.Flux<KeyValuePairNonAuthenticatedEntity> showSocialNetworks(String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Social Networks Retrieve list of all supported social networks503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
winkVersion- The winkVersion parameter- Returns:
- List<KeyValuePairNonAuthenticatedEntity>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showSocialNetworksWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<KeyValuePairNonAuthenticatedEntity>>> showSocialNetworksWithHttpInfo(String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Social Networks Retrieve list of all supported social networks503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
winkVersion- The winkVersion parameter- Returns:
- ResponseEntity<List<KeyValuePairNonAuthenticatedEntity>>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showSocialNetworksWithResponseSpec
public org.springframework.web.reactive.function.client.WebClient.ResponseSpec showSocialNetworksWithResponseSpec(String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Social Networks Retrieve list of all supported social networks503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
winkVersion- The winkVersion parameter- Returns:
- ResponseSpec
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-