Uses of Class
travel.wink.sdk.lookup.model.PageHotelWithBestPrice
Packages that use PageHotelWithBestPrice
-
Uses of PageHotelWithBestPrice in travel.wink.sdk.lookup.api
Methods in travel.wink.sdk.lookup.api that return types with arguments of type PageHotelWithBestPriceModifier and TypeMethodDescriptionreactor.core.publisher.Mono<PageHotelWithBestPrice>LookupApi.oauth2ScoreInventoryByCity(CityScoreRequest cityScoreRequest, String engineConfigurationIdentifier, String winkVersion) Ranked City Search Search for hotels in / around a city and order by scoring typereactor.core.publisher.Mono<org.springframework.http.ResponseEntity<PageHotelWithBestPrice>>LookupApi.oauth2ScoreInventoryByCityWithHttpInfo(CityScoreRequest cityScoreRequest, String engineConfigurationIdentifier, String winkVersion) reactor.core.publisher.Mono<PageHotelWithBestPrice>LookupApi.oauth2SearchByGeoLocation(MapRequest mapRequest, String engineConfigurationIdentifier, String winkVersion) By Geo-Location Search for properties near a point or within bounds.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<PageHotelWithBestPrice>>LookupApi.oauth2SearchByGeoLocationWithHttpInfo(MapRequest mapRequest, String engineConfigurationIdentifier, String winkVersion) reactor.core.publisher.Mono<PageHotelWithBestPrice>LookupApi.oauth2SearchInventoryByCity(CitySearchRequest citySearchRequest, String engineConfigurationIdentifier, String winkVersion) City Search Search for hotels in / around a cityreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<PageHotelWithBestPrice>>LookupApi.oauth2SearchInventoryByCityWithHttpInfo(CitySearchRequest citySearchRequest, String engineConfigurationIdentifier, String winkVersion) reactor.core.publisher.Mono<PageHotelWithBestPrice>LookupApi.oauth2SearchScoreByCountry(CountryScoreRequest countryScoreRequest, 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<PageHotelWithBestPrice>>LookupApi.oauth2SearchScoreByCountryWithHttpInfo(CountryScoreRequest countryScoreRequest, String engineConfigurationIdentifier, String winkVersion) reactor.core.publisher.Mono<PageHotelWithBestPrice>LookupApi.oauth2SearchScoreByGlobal(GlobalScoreRequest globalScoreRequest, String engineConfigurationIdentifier, String winkVersion) Ranked Global Search Search best scoring hotels in the world and order by scoring typereactor.core.publisher.Mono<org.springframework.http.ResponseEntity<PageHotelWithBestPrice>>LookupApi.oauth2SearchScoreByGlobalWithHttpInfo(GlobalScoreRequest globalScoreRequest, String engineConfigurationIdentifier, String winkVersion) -
Uses of PageHotelWithBestPrice in travel.wink.sdk.lookup.model
Methods in travel.wink.sdk.lookup.model that return PageHotelWithBestPriceModifier and TypeMethodDescriptionPageHotelWithBestPrice.addContentItem(HotelWithBestPrice contentItem) PageHotelWithBestPrice.content(List<HotelWithBestPrice> content) PageHotelWithBestPrice.numberOfElements(Integer numberOfElements) PageHotelWithBestPrice.pageable(PageableObject pageable) PageHotelWithBestPrice.totalElements(Long totalElements) PageHotelWithBestPrice.totalPages(Integer totalPages)