Uses of Class
travel.wink.sdk.inventory.model.HotelInventoryRequestConsumer
Packages that use HotelInventoryRequestConsumer
-
Uses of HotelInventoryRequestConsumer in travel.wink.sdk.inventory.api
Methods in travel.wink.sdk.inventory.api with parameters of type HotelInventoryRequestConsumerModifier and TypeMethodDescriptionreactor.core.publisher.Mono<HotelInventoryResponseConsumer>InventoryApi.oauth2ShowPropertyInventory(HotelInventoryRequestConsumer hotelInventoryRequestConsumer, String engineConfigurationIdentifier, String winkVersion) Show property Show property content / availability / rate details.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<HotelInventoryResponseConsumer>>InventoryApi.oauth2ShowPropertyInventoryWithHttpInfo(HotelInventoryRequestConsumer hotelInventoryRequestConsumer, String engineConfigurationIdentifier, String winkVersion) Show property Show property content / availability / rate details.org.springframework.web.reactive.function.client.WebClient.ResponseSpecInventoryApi.oauth2ShowPropertyInventoryWithResponseSpec(HotelInventoryRequestConsumer hotelInventoryRequestConsumer, String engineConfigurationIdentifier, String winkVersion) Show property Show property content / availability / rate details. -
Uses of HotelInventoryRequestConsumer in travel.wink.sdk.inventory.model
Methods in travel.wink.sdk.inventory.model that return HotelInventoryRequestConsumerModifier and TypeMethodDescriptionHotelInventoryRequestConsumer.hotelIdentifier(UUID hotelIdentifier) HotelInventoryRequestConsumer.showActivities(Boolean showActivities) HotelInventoryRequestConsumer.showAddOnOffers(Boolean showAddOnOffers) HotelInventoryRequestConsumer.showAggregateGreenIndexScores(Boolean showAggregateGreenIndexScores) HotelInventoryRequestConsumer.showAnnouncements(Boolean showAnnouncements) HotelInventoryRequestConsumer.showAttractions(Boolean showAttractions) HotelInventoryRequestConsumer.showImages(Boolean showImages) HotelInventoryRequestConsumer.showMeetingRooms(Boolean showMeetingRooms) HotelInventoryRequestConsumer.showMetadata(Boolean showMetadata) HotelInventoryRequestConsumer.showPlaces(Boolean showPlaces) HotelInventoryRequestConsumer.showRecognition(Boolean showRecognition) HotelInventoryRequestConsumer.showRestaurants(Boolean showRestaurants) HotelInventoryRequestConsumer.showReviews(Boolean showReviews) HotelInventoryRequestConsumer.showRoomTypes(Boolean showRoomTypes) HotelInventoryRequestConsumer.showVideos(Boolean showVideos) HotelInventoryRequestConsumer.userSession(UserSessionConsumer userSession) Methods in travel.wink.sdk.inventory.model that return types with arguments of type HotelInventoryRequestConsumerModifier and TypeMethodDescription@Valid @Size(min=1,max=2147483647) List<HotelInventoryRequestConsumer>HotelInventoryListRequestConsumer.getList()Get _listMethods in travel.wink.sdk.inventory.model with parameters of type HotelInventoryRequestConsumerModifier and TypeMethodDescriptionHotelInventoryListRequestConsumer.addListItem(HotelInventoryRequestConsumer _listItem) Method parameters in travel.wink.sdk.inventory.model with type arguments of type HotelInventoryRequestConsumerModifier and TypeMethodDescriptionHotelInventoryListRequestConsumer._list(List<HotelInventoryRequestConsumer> _list) voidHotelInventoryListRequestConsumer.setList(List<HotelInventoryRequestConsumer> _list)