Uses of Class
travel.wink.sdk.lookup.model.CountryScoreRequestConsumer
Packages that use CountryScoreRequestConsumer
-
Uses of CountryScoreRequestConsumer in travel.wink.sdk.lookup.api
Methods in travel.wink.sdk.lookup.api with parameters of type CountryScoreRequestConsumerModifier and TypeMethodDescriptionreactor.core.publisher.Mono<PageHotelWithBestPriceConsumer>LookupApi.oauth2SearchScoreByCountry(CountryScoreRequestConsumer countryScoreRequestConsumer, String engineConfigurationIdentifier, String winkVersion) Ranked Country Search Search for hotels in a country and order by scoring typereactor.core.publisher.Mono<org.springframework.http.ResponseEntity<PageHotelWithBestPriceConsumer>>LookupApi.oauth2SearchScoreByCountryWithHttpInfo(CountryScoreRequestConsumer countryScoreRequestConsumer, String engineConfigurationIdentifier, String winkVersion) -
Uses of CountryScoreRequestConsumer in travel.wink.sdk.lookup.model
Methods in travel.wink.sdk.lookup.model that return CountryScoreRequestConsumerModifier and TypeMethodDescriptionCountryScoreRequestConsumer.countryCode(String countryCode) CountryScoreRequestConsumer.sort(CountryScoreRequestConsumer.SortEnum sort) CountryScoreRequestConsumer.userSession(UserSessionConsumer userSession)