Uses of Class
travel.wink.sdk.lookup.model.PageHotelWithBestPriceConsumer
Packages that use PageHotelWithBestPriceConsumer
-
Uses of PageHotelWithBestPriceConsumer in travel.wink.sdk.lookup.api
Methods in travel.wink.sdk.lookup.api that return types with arguments of type PageHotelWithBestPriceConsumerModifier and TypeMethodDescriptionreactor.core.publisher.Mono<PageHotelWithBestPriceConsumer>LookupApi.oauth2ScoreInventoryByCity(CityScoreRequestConsumer cityScoreRequestConsumer, 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<PageHotelWithBestPriceConsumer>>LookupApi.oauth2ScoreInventoryByCityWithHttpInfo(CityScoreRequestConsumer cityScoreRequestConsumer, String engineConfigurationIdentifier, String winkVersion) Ranked City Search Search for hotels in / around a city and order by scoring typereactor.core.publisher.Mono<PageHotelWithBestPriceConsumer>LookupApi.oauth2SearchByGeoLocation(MapRequestConsumer mapRequestConsumer, String engineConfigurationIdentifier, String winkVersion) By Geo-Location Search for properties near a point or within bounds.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<PageHotelWithBestPriceConsumer>>LookupApi.oauth2SearchByGeoLocationWithHttpInfo(MapRequestConsumer mapRequestConsumer, String engineConfigurationIdentifier, String winkVersion) By Geo-Location Search for properties near a point or within bounds.reactor.core.publisher.Mono<PageHotelWithBestPriceConsumer>LookupApi.oauth2SearchInventoryByCity(CitySearchRequestConsumer citySearchRequestConsumer, String engineConfigurationIdentifier, String winkVersion) City Search Search for hotels in / around a cityreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<PageHotelWithBestPriceConsumer>>LookupApi.oauth2SearchInventoryByCityWithHttpInfo(CitySearchRequestConsumer citySearchRequestConsumer, String engineConfigurationIdentifier, String winkVersion) City Search Search for hotels in / around a cityreactor.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) Ranked Country Search Search for hotels in a country and order by scoring typereactor.core.publisher.Mono<PageHotelWithBestPriceConsumer>LookupApi.oauth2SearchScoreByGlobal(GlobalScoreRequestConsumer globalScoreRequestConsumer, 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<PageHotelWithBestPriceConsumer>>LookupApi.oauth2SearchScoreByGlobalWithHttpInfo(GlobalScoreRequestConsumer globalScoreRequestConsumer, String engineConfigurationIdentifier, String winkVersion) Ranked Global Search Search best scoring hotels in the world and order by scoring type -
Uses of PageHotelWithBestPriceConsumer in travel.wink.sdk.lookup.model
Methods in travel.wink.sdk.lookup.model that return PageHotelWithBestPriceConsumerModifier and TypeMethodDescriptionPageHotelWithBestPriceConsumer.addContentItem(HotelWithBestPriceConsumer contentItem) PageHotelWithBestPriceConsumer.content(List<HotelWithBestPriceConsumer> content) PageHotelWithBestPriceConsumer.numberOfElements(Integer numberOfElements) PageHotelWithBestPriceConsumer.pageable(PageableObjectConsumer pageable) PageHotelWithBestPriceConsumer.sort(SortObjectConsumer sort) PageHotelWithBestPriceConsumer.totalElements(Long totalElements) PageHotelWithBestPriceConsumer.totalPages(Integer totalPages)