Uses of Class
travel.wink.sdk.extranet.model.KeyValuePair
Packages that use KeyValuePair
-
Uses of KeyValuePair in travel.wink.sdk.extranet.api
Methods in travel.wink.sdk.extranet.api that return types with arguments of type KeyValuePairModifier and TypeMethodDescriptionreactor.core.publisher.Flux<KeyValuePair>BookingApi.showActiveAffiliates(String hotelIdentifier, String winkVersion) Show Active Affiliates Return a geoname list of unique affiliates that have brought the property bookings.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<KeyValuePair>>>BookingApi.showActiveAffiliatesWithHttpInfo(String hotelIdentifier, String winkVersion) reactor.core.publisher.Flux<KeyValuePair>BookingApi.showActiveMasterRates(String hotelIdentifier, String winkVersion) Show Active Master Rates Return a geoname list of unique master rates that have been booked.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<KeyValuePair>>>BookingApi.showActiveMasterRatesWithHttpInfo(String hotelIdentifier, String winkVersion) reactor.core.publisher.Flux<KeyValuePair>ActivityApi.showActivityPairs(String hotelIdentifier, String winkVersion) Show Activities as key/value pairs This is a more performant way to populate activity lists instead of downloading entire activity object.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<KeyValuePair>>>ActivityApi.showActivityPairsWithHttpInfo(String hotelIdentifier, String winkVersion) reactor.core.publisher.Flux<KeyValuePair>AttractionApi.showAttractionPairs(String hotelIdentifier, String winkVersion) Show Attractions as Pairs Retrieve list of key value pairs (identifier, name)reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<KeyValuePair>>>AttractionApi.showAttractionPairsWithHttpInfo(String hotelIdentifier, String winkVersion) reactor.core.publisher.Flux<KeyValuePair>InventoryApi.showChannelActivities(String hotelIdentifier, String winkVersion) Show activity inventory list Retrieve list of activities for specified propertyreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<KeyValuePair>>>InventoryApi.showChannelActivitiesWithHttpInfo(String hotelIdentifier, String winkVersion) reactor.core.publisher.Flux<KeyValuePair>InventoryApi.showChannelAddOns(String hotelIdentifier, String winkVersion) Show add-on inventory list Retrieve list of addons for specified propertyreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<KeyValuePair>>>InventoryApi.showChannelAddOnsWithHttpInfo(String hotelIdentifier, String winkVersion) reactor.core.publisher.Flux<KeyValuePair>InventoryApi.showChannelAttractions(String hotelIdentifier, String winkVersion) Show attraction inventory list Retrieve list of attractions for specified propertyreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<KeyValuePair>>>InventoryApi.showChannelAttractionsWithHttpInfo(String hotelIdentifier, String winkVersion) reactor.core.publisher.Flux<KeyValuePair>ChannelManagerApi.showChannelManagers(String hotelIdentifier, String winkVersion) List channel managers Returns all available channel managers.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<KeyValuePair>>>ChannelManagerApi.showChannelManagersWithHttpInfo(String hotelIdentifier, String winkVersion) reactor.core.publisher.Flux<KeyValuePair>InventoryApi.showChannelMeetingRooms(String hotelIdentifier, String winkVersion) Show meeting room inventory list Retrieve list of meeting room names for specified propertyreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<KeyValuePair>>>InventoryApi.showChannelMeetingRoomsWithHttpInfo(String hotelIdentifier, String winkVersion) reactor.core.publisher.Flux<KeyValuePair>InventoryApi.showChannelPackages(String hotelIdentifier, String winkVersion) Show package inventory list Retrieve list of packages for specified propertyreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<KeyValuePair>>>InventoryApi.showChannelPackagesWithHttpInfo(String hotelIdentifier, String winkVersion) reactor.core.publisher.Flux<KeyValuePair>InventoryApi.showChannelPlaces(String hotelIdentifier, String winkVersion) Show place inventory list Retrieve list of places for specified propertyreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<KeyValuePair>>>InventoryApi.showChannelPlacesWithHttpInfo(String hotelIdentifier, String winkVersion) reactor.core.publisher.Flux<KeyValuePair>InventoryApi.showChannelRestaurants(String hotelIdentifier, String winkVersion) Show restaurant inventory list Retrieve list of restaurants for specified propertyreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<KeyValuePair>>>InventoryApi.showChannelRestaurantsWithHttpInfo(String hotelIdentifier, String winkVersion) reactor.core.publisher.Flux<KeyValuePair>InventoryApi.showChannelSpas(String hotelIdentifier, String winkVersion) Show spa inventory list Retrieve list of spas for specified propertyreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<KeyValuePair>>>InventoryApi.showChannelSpasWithHttpInfo(String hotelIdentifier, String winkVersion) reactor.core.publisher.Flux<KeyValuePair>InventoryApi.showMasterRates(String hotelIdentifier, String winkVersion) Show master rates inventory list Retrieve list of master rate names for specified propertyreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<KeyValuePair>>>InventoryApi.showMasterRatesWithHttpInfo(String hotelIdentifier, String winkVersion) reactor.core.publisher.Flux<KeyValuePair>MeetingRoomApi.showMeetingRoomPairs(String hotelIdentifier, String winkVersion) Show Reference Pairs Retrieve list of meeting rooms as key/value pairs (identifier, name)reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<KeyValuePair>>>MeetingRoomApi.showMeetingRoomPairsWithHttpInfo(String hotelIdentifier, String winkVersion) reactor.core.publisher.Flux<KeyValuePair>PlaceApi.showPlacePairs(String hotelIdentifier, String winkVersion) Show Reference Pairs Retrieve list of places as key/value pairs (identifier, name)reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<KeyValuePair>>>PlaceApi.showPlacePairsWithHttpInfo(String hotelIdentifier, String winkVersion) reactor.core.publisher.Flux<KeyValuePair>RestaurantApi.showRestaurantPairs(String hotelIdentifier, String winkVersion) Show Reference Pairs Retrieve list of restaurants as key/value pairs (identifier, name)reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<KeyValuePair>>>RestaurantApi.showRestaurantPairsWithHttpInfo(String hotelIdentifier, String winkVersion) reactor.core.publisher.Flux<KeyValuePair>SpaApi.showSpaPairs(String hotelIdentifier, String winkVersion) Show Reference Pairs Retrieve list of spas as key/value pairs (identifier, name)reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<KeyValuePair>>>SpaApi.showSpaPairsWithHttpInfo(String hotelIdentifier, String winkVersion) reactor.core.publisher.Flux<KeyValuePair>AffiliateApi.showUniqueCityList(String hotelIdentifier, String winkVersion) Show unique affiliate cities Retrieve a list of unique cities where affiliates livereactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<KeyValuePair>>>AffiliateApi.showUniqueCityListWithHttpInfo(String hotelIdentifier, String winkVersion) reactor.core.publisher.Flux<KeyValuePair>AffiliateApi.showUniqueCountryList(String hotelIdentifier, String winkVersion) Show unique affiliate countries Retrieve a list of unique countries where affiliates livereactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<KeyValuePair>>>AffiliateApi.showUniqueCountryListWithHttpInfo(String hotelIdentifier, String winkVersion) -
Uses of KeyValuePair in travel.wink.sdk.extranet.model
Methods in travel.wink.sdk.extranet.model that return KeyValuePairModifier and TypeMethodDescription@Valid KeyValuePairDisplayCompany.getCity()Get city@Valid KeyValuePairDisplayCompany.getCountry()Get country@Valid KeyValuePairDisplayCompany.getOwner()Get ownerMethods in travel.wink.sdk.extranet.model with parameters of type KeyValuePairModifier and TypeMethodDescriptionDisplayCompany.city(KeyValuePair city) DisplayCompany.country(KeyValuePair country) DisplayCompany.owner(KeyValuePair owner) voidDisplayCompany.setCity(KeyValuePair city) voidDisplayCompany.setCountry(KeyValuePair country) voidDisplayCompany.setOwner(KeyValuePair owner)