Uses of Class
travel.wink.sdk.booking.engine.model.MapRequest
Packages that use MapRequest
-
Uses of MapRequest in travel.wink.sdk.booking.engine.api
Methods in travel.wink.sdk.booking.engine.api with parameters of type MapRequestModifier and TypeMethodDescriptionreactor.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) -
Uses of MapRequest in travel.wink.sdk.booking.engine.model
Methods in travel.wink.sdk.booking.engine.model that return MapRequestModifier and TypeMethodDescriptionMapRequest.addHotelIdentifiersItem(String hotelIdentifiersItem) MapRequest.hotelIdentifiers(List<String> hotelIdentifiers) MapRequest.userSession(UserSession userSession)