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