Uses of Class
travel.wink.sdk.lookup.model.PageHotelWithBestPriceNonAuthenticatedEntity
Packages that use PageHotelWithBestPriceNonAuthenticatedEntity
-
Uses of PageHotelWithBestPriceNonAuthenticatedEntity in travel.wink.sdk.lookup.api
Methods in travel.wink.sdk.lookup.api that return types with arguments of type PageHotelWithBestPriceNonAuthenticatedEntityModifier and TypeMethodDescriptionreactor.core.publisher.Mono<PageHotelWithBestPriceNonAuthenticatedEntity>LookupApi.oauth2ScoreInventoryByCity(CityScoreRequestNonAuthenticatedEntity cityScoreRequestNonAuthenticatedEntity, 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<PageHotelWithBestPriceNonAuthenticatedEntity>>LookupApi.oauth2ScoreInventoryByCityWithHttpInfo(CityScoreRequestNonAuthenticatedEntity cityScoreRequestNonAuthenticatedEntity, String engineConfigurationIdentifier, String winkVersion) Ranked City Search Search for hotels in / around a city and order by scoring typereactor.core.publisher.Mono<PageHotelWithBestPriceNonAuthenticatedEntity>LookupApi.oauth2SearchByGeoLocation(MapRequestNonAuthenticatedEntity mapRequestNonAuthenticatedEntity, String engineConfigurationIdentifier, String winkVersion) By Geo-Location Search for properties near a point or within bounds.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<PageHotelWithBestPriceNonAuthenticatedEntity>>LookupApi.oauth2SearchByGeoLocationWithHttpInfo(MapRequestNonAuthenticatedEntity mapRequestNonAuthenticatedEntity, String engineConfigurationIdentifier, String winkVersion) By Geo-Location Search for properties near a point or within bounds.reactor.core.publisher.Mono<PageHotelWithBestPriceNonAuthenticatedEntity>LookupApi.oauth2SearchInventoryByCity(CitySearchRequestNonAuthenticatedEntity citySearchRequestNonAuthenticatedEntity, String engineConfigurationIdentifier, String winkVersion) City Search Search for hotels in / around a cityreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<PageHotelWithBestPriceNonAuthenticatedEntity>>LookupApi.oauth2SearchInventoryByCityWithHttpInfo(CitySearchRequestNonAuthenticatedEntity citySearchRequestNonAuthenticatedEntity, String engineConfigurationIdentifier, String winkVersion) City Search Search for hotels in / around a cityreactor.core.publisher.Mono<PageHotelWithBestPriceNonAuthenticatedEntity>LookupApi.oauth2SearchScoreByCountry(CountryScoreRequestNonAuthenticatedEntity countryScoreRequestNonAuthenticatedEntity, 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<PageHotelWithBestPriceNonAuthenticatedEntity>>LookupApi.oauth2SearchScoreByCountryWithHttpInfo(CountryScoreRequestNonAuthenticatedEntity countryScoreRequestNonAuthenticatedEntity, String engineConfigurationIdentifier, String winkVersion) Ranked Country Search Search for hotels in a country and order by scoring typereactor.core.publisher.Mono<PageHotelWithBestPriceNonAuthenticatedEntity>LookupApi.oauth2SearchScoreByGlobal(GlobalScoreRequestNonAuthenticatedEntity globalScoreRequestNonAuthenticatedEntity, 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<PageHotelWithBestPriceNonAuthenticatedEntity>>LookupApi.oauth2SearchScoreByGlobalWithHttpInfo(GlobalScoreRequestNonAuthenticatedEntity globalScoreRequestNonAuthenticatedEntity, String engineConfigurationIdentifier, String winkVersion) Ranked Global Search Search best scoring hotels in the world and order by scoring type -
Uses of PageHotelWithBestPriceNonAuthenticatedEntity in travel.wink.sdk.lookup.model
Methods in travel.wink.sdk.lookup.model that return PageHotelWithBestPriceNonAuthenticatedEntityModifier and TypeMethodDescriptionPageHotelWithBestPriceNonAuthenticatedEntity.addContentItem(HotelWithBestPriceNonAuthenticatedEntity contentItem) PageHotelWithBestPriceNonAuthenticatedEntity.content(List<HotelWithBestPriceNonAuthenticatedEntity> content) PageHotelWithBestPriceNonAuthenticatedEntity.numberOfElements(Integer numberOfElements) PageHotelWithBestPriceNonAuthenticatedEntity.pageable(PageableObjectNonAuthenticatedEntity pageable) PageHotelWithBestPriceNonAuthenticatedEntity.sort(SortObjectNonAuthenticatedEntity sort) PageHotelWithBestPriceNonAuthenticatedEntity.totalElements(Long totalElements) PageHotelWithBestPriceNonAuthenticatedEntity.totalPages(Integer totalPages)