Uses of Class
travel.wink.sdk.inventory.model.HotelInventoryResponseConsumer
Packages that use HotelInventoryResponseConsumer
-
Uses of HotelInventoryResponseConsumer in travel.wink.sdk.inventory.api
Methods in travel.wink.sdk.inventory.api that return types with arguments of type HotelInventoryResponseConsumerModifier 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) -
Uses of HotelInventoryResponseConsumer in travel.wink.sdk.inventory.model
Methods in travel.wink.sdk.inventory.model that return HotelInventoryResponseConsumerModifier and TypeMethodDescriptionHotelInventoryResponseConsumer.activities(List<ActivityLocalizedInventoryConsumer> activities) HotelInventoryResponseConsumer.addActivitiesItem(ActivityLocalizedInventoryConsumer activitiesItem) HotelInventoryResponseConsumer.addAnnouncementsItem(AnnouncementConsumer announcementsItem) HotelInventoryResponseConsumer.addAttractionsItem(AttractionLocalizedInventoryConsumer attractionsItem) HotelInventoryResponseConsumer.addCheapestRoomTypesItem(RoomTypeWithPriceConfigurationConsumer cheapestRoomTypesItem) HotelInventoryResponseConsumer.addImagesItem(AbstractSimpleMultimediaConsumer imagesItem) HotelInventoryResponseConsumer.addMeetingRoomsItem(MeetingRoomLocalizedInventoryConsumer meetingRoomsItem) HotelInventoryResponseConsumer.addMetadataItem(MetaDataConsumer metadataItem) HotelInventoryResponseConsumer.addPlacesItem(PlaceLocalizedInventoryConsumer placesItem) HotelInventoryResponseConsumer.addRecognitionsItem(RecognitionConsumer recognitionsItem) HotelInventoryResponseConsumer.addRestaurantsItem(RestaurantLocalizedInventoryConsumer restaurantsItem) HotelInventoryResponseConsumer.addReviewsItem(ReviewConsumer reviewsItem) HotelInventoryResponseConsumer.addRoomTypesItem(RoomTypeWithPriceConfigurationsConsumer roomTypesItem) HotelInventoryResponseConsumer.addSpasItem(SpaLocalizedInventoryConsumer spasItem) HotelInventoryResponseConsumer.addVideosItem(AbstractSimpleMultimediaConsumer videosItem) HotelInventoryResponseConsumer.announcements(List<AnnouncementConsumer> announcements) HotelInventoryResponseConsumer.attractions(List<AttractionLocalizedInventoryConsumer> attractions) HotelInventoryResponseConsumer.bestPrice(RoomTypeWithPriceConfigurationConsumer bestPrice) HotelInventoryResponseConsumer.channelDiscountPercent(Float channelDiscountPercent) HotelInventoryResponseConsumer.cheapestRoomTypes(List<RoomTypeWithPriceConfigurationConsumer> cheapestRoomTypes) HotelInventoryResponseConsumer.greenIndexScores(AggregateGreendexAnswersConsumer greenIndexScores) HotelInventoryResponseConsumer.hotel(HotelOnMapConsumer hotel) HotelInventoryResponseConsumer.hotelIdentifier(UUID hotelIdentifier) HotelInventoryResponseConsumer.images(List<AbstractSimpleMultimediaConsumer> images) HotelInventoryResponseConsumer.meetingRooms(List<MeetingRoomLocalizedInventoryConsumer> meetingRooms) HotelInventoryResponseConsumer.metadata(List<MetaDataConsumer> metadata) HotelInventoryResponseConsumer.places(List<PlaceLocalizedInventoryConsumer> places) HotelInventoryResponseConsumer.recognitions(List<RecognitionConsumer> recognitions) HotelInventoryResponseConsumer.restaurants(List<RestaurantLocalizedInventoryConsumer> restaurants) HotelInventoryResponseConsumer.reviews(List<ReviewConsumer> reviews) HotelInventoryResponseConsumer.roomTypes(List<RoomTypeWithPriceConfigurationsConsumer> roomTypes) HotelInventoryResponseConsumer.spas(List<SpaLocalizedInventoryConsumer> spas) HotelInventoryResponseConsumer.videos(List<AbstractSimpleMultimediaConsumer> videos) Methods in travel.wink.sdk.inventory.model that return types with arguments of type HotelInventoryResponseConsumerModifier and TypeMethodDescription@Valid List<HotelInventoryResponseConsumer>HotelInventoryListResponseConsumer.getList()Get _listMethods in travel.wink.sdk.inventory.model with parameters of type HotelInventoryResponseConsumerModifier and TypeMethodDescriptionHotelInventoryListResponseConsumer.addListItem(HotelInventoryResponseConsumer _listItem) Method parameters in travel.wink.sdk.inventory.model with type arguments of type HotelInventoryResponseConsumerModifier and TypeMethodDescriptionHotelInventoryListResponseConsumer._list(List<HotelInventoryResponseConsumer> _list) voidHotelInventoryListResponseConsumer.setList(List<HotelInventoryResponseConsumer> _list)