Uses of Class
travel.wink.sdk.booking.engine.model.HotelInventoryResponse
Packages that use HotelInventoryResponse
-
Uses of HotelInventoryResponse in travel.wink.sdk.booking.engine.api
Methods in travel.wink.sdk.booking.engine.api that return types with arguments of type HotelInventoryResponseModifier and TypeMethodDescriptionreactor.core.publisher.Mono<HotelInventoryResponse>InventoryApi.oauth2ShowPropertyInventory(HotelInventoryRequest hotelInventoryRequest, String engineConfigurationIdentifier) Show property Show property content / availability / rate details.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<HotelInventoryResponse>>InventoryApi.oauth2ShowPropertyInventoryWithHttpInfo(HotelInventoryRequest hotelInventoryRequest, String engineConfigurationIdentifier) -
Uses of HotelInventoryResponse in travel.wink.sdk.booking.engine.model
Methods in travel.wink.sdk.booking.engine.model that return HotelInventoryResponseModifier and TypeMethodDescriptionHotelInventoryResponse.activities(List<ActivityHotelInventory> activities) HotelInventoryResponse.addActivitiesItem(ActivityHotelInventory activitiesItem) HotelInventoryResponse.addAnnouncementsItem(Announcement announcementsItem) HotelInventoryResponse.addAttractionsItem(AttractionHotelInventory attractionsItem) HotelInventoryResponse.addCheapestRoomTypesItem(RoomTypeWithPriceConfiguration cheapestRoomTypesItem) HotelInventoryResponse.addImagesItem(Multimedia imagesItem) HotelInventoryResponse.addMeetingRoomsItem(MeetingRoomHotelInventory meetingRoomsItem) HotelInventoryResponse.addMetadataItem(MetaData metadataItem) HotelInventoryResponse.addMultimediasItem(Multimedia multimediasItem) HotelInventoryResponse.addPlacesItem(PlaceHotelInventory placesItem) HotelInventoryResponse.addRecognitionsItem(Recognition recognitionsItem) HotelInventoryResponse.addRestaurantsItem(RestaurantHotelInventory restaurantsItem) HotelInventoryResponse.addReviewsItem(Review reviewsItem) HotelInventoryResponse.addRoomTypesItem(RoomTypeWithPriceConfigurations roomTypesItem) HotelInventoryResponse.addSpasItem(SpaHotelInventory spasItem) HotelInventoryResponse.addVideosItem(Multimedia videosItem) HotelInventoryResponse.announcements(List<Announcement> announcements) HotelInventoryResponse.attractions(List<AttractionHotelInventory> attractions) HotelInventoryResponse.bestPrice(RoomTypeWithPriceConfiguration bestPrice) HotelInventoryResponse.channelDiscountPercent(Float channelDiscountPercent) HotelInventoryResponse.cheapestRoomTypes(List<RoomTypeWithPriceConfiguration> cheapestRoomTypes) HotelInventoryResponse.greenIndexScores(AggregateGreendexAnswers greenIndexScores) HotelInventoryResponse.hotel(HotelOnMap hotel) HotelInventoryResponse.hotelIdentifier(UUID hotelIdentifier) HotelInventoryResponse.images(List<Multimedia> images) HotelInventoryResponse.meetingRooms(List<MeetingRoomHotelInventory> meetingRooms) HotelInventoryResponse.multimedias(List<Multimedia> multimedias) HotelInventoryResponse.places(List<PlaceHotelInventory> places) HotelInventoryResponse.recognitions(List<Recognition> recognitions) HotelInventoryResponse.restaurants(List<RestaurantHotelInventory> restaurants) HotelInventoryResponse.roomTypes(List<RoomTypeWithPriceConfigurations> roomTypes) HotelInventoryResponse.spas(List<SpaHotelInventory> spas) HotelInventoryResponse.videos(List<Multimedia> videos) Methods in travel.wink.sdk.booking.engine.model that return types with arguments of type HotelInventoryResponseModifier and TypeMethodDescription@Valid List<HotelInventoryResponse>HotelInventoryListResponse.getList()Get _listMethods in travel.wink.sdk.booking.engine.model with parameters of type HotelInventoryResponseModifier and TypeMethodDescriptionHotelInventoryListResponse.addListItem(HotelInventoryResponse _listItem) Method parameters in travel.wink.sdk.booking.engine.model with type arguments of type HotelInventoryResponseModifier and TypeMethodDescriptionHotelInventoryListResponse._list(List<HotelInventoryResponse> _list) voidHotelInventoryListResponse.setList(List<HotelInventoryResponse> _list)