Uses of Class
travel.wink.sdk.lookup.model.CountryScoreRequest
Packages that use CountryScoreRequest
-
Uses of CountryScoreRequest in travel.wink.sdk.lookup.api
Methods in travel.wink.sdk.lookup.api with parameters of type CountryScoreRequestModifier and TypeMethodDescriptionreactor.core.publisher.Mono<PageHotelWithBestPrice>LookupApi.oauth2SearchScoreByCountry(CountryScoreRequest countryScoreRequest, String engineConfigurationIdentifier, String accept) Ranked Country Search Search for hotels in a country and order by scoring typereactor.core.publisher.Mono<org.springframework.http.ResponseEntity<PageHotelWithBestPrice>>LookupApi.oauth2SearchScoreByCountryWithHttpInfo(CountryScoreRequest countryScoreRequest, String engineConfigurationIdentifier, String accept) -
Uses of CountryScoreRequest in travel.wink.sdk.lookup.model
Methods in travel.wink.sdk.lookup.model that return CountryScoreRequestModifier and TypeMethodDescriptionCountryScoreRequest.countryCode(String countryCode) CountryScoreRequest.sort(CountryScoreRequest.SortEnum sort) CountryScoreRequest.userSession(UserSession userSession)