Uses of Class
travel.wink.sdk.lookup.model.GlobalScoreRequestNonAuthenticatedEntity
Packages that use GlobalScoreRequestNonAuthenticatedEntity
-
Uses of GlobalScoreRequestNonAuthenticatedEntity in travel.wink.sdk.lookup.api
Methods in travel.wink.sdk.lookup.api with parameters of type GlobalScoreRequestNonAuthenticatedEntityModifier and TypeMethodDescriptionreactor.core.publisher.Mono<PagePropertyWithBestPriceNonAuthenticatedEntity> LookupApi.searchScoreByGlobal(GlobalScoreRequestNonAuthenticatedEntity globalScoreRequestNonAuthenticatedEntity, String engineConfigurationIdentifier, String winkVersion, String accept) Ranked Global Search Search best scoring hotels in the world and order by scoring typereactor.core.publisher.Mono<org.springframework.http.ResponseEntity<PagePropertyWithBestPriceNonAuthenticatedEntity>> LookupApi.searchScoreByGlobalWithHttpInfo(GlobalScoreRequestNonAuthenticatedEntity globalScoreRequestNonAuthenticatedEntity, String engineConfigurationIdentifier, String winkVersion, String accept) Ranked Global Search Search best scoring hotels in the world and order by scoring typeorg.springframework.web.reactive.function.client.WebClient.ResponseSpecLookupApi.searchScoreByGlobalWithResponseSpec(GlobalScoreRequestNonAuthenticatedEntity globalScoreRequestNonAuthenticatedEntity, String engineConfigurationIdentifier, String winkVersion, String accept) Ranked Global Search Search best scoring hotels in the world and order by scoring type -
Uses of GlobalScoreRequestNonAuthenticatedEntity in travel.wink.sdk.lookup.model
Methods in travel.wink.sdk.lookup.model that return GlobalScoreRequestNonAuthenticatedEntityModifier and TypeMethodDescriptionGlobalScoreRequestNonAuthenticatedEntity.searchFilters(SearchFiltersNonAuthenticatedEntity searchFilters) GlobalScoreRequestNonAuthenticatedEntity.sort(GlobalScoreRequestNonAuthenticatedEntity.SortEnum sort) GlobalScoreRequestNonAuthenticatedEntity.userSession(UserSessionNonAuthenticatedEntity userSession)