Uses of Class
travel.wink.sdk.booking.engine.model.HotelOnMap
Packages that use HotelOnMap
-
Uses of HotelOnMap in travel.wink.sdk.booking.engine.model
Methods in travel.wink.sdk.booking.engine.model that return HotelOnMapModifier and TypeMethodDescriptionHotelOnMap.addHotelAmenityCodesItem(String hotelAmenityCodesItem) HotelOnMap.addImagesItem(Multimedia imagesItem) HotelOnMap.addLifestyleTypesItem(HotelOnMap.LifestyleTypesEnum lifestyleTypesItem) HotelOnMap.addLongDescriptionsItem(SimpleDescription longDescriptionsItem) HotelOnMap.addMessagesOfGeneralManagerItem(SimpleDescription messagesOfGeneralManagerItem) HotelOnMap.addPropertyAccessibilityCodesItem(String propertyAccessibilityCodesItem) HotelOnMap.addPropertySecurityCodesItem(String propertySecurityCodesItem) HotelOnMap.addShortDescriptionsItem(SimpleDescription shortDescriptionsItem) HotelOnMap.addSocialsItem(Social socialsItem) HotelOnMap.addThirdPartyReviewsItem(Recognition thirdPartyReviewsItem) HotelOnMap.addVideosItem(Multimedia videosItem) HotelOnMap.aggregateGreendexRating(Float aggregateGreendexRating) HotelOnMap.aggregateReviewRating(Float aggregateReviewRating) HotelOnMap.architecturalStyle(String architecturalStyle) HotelOnMap.attractions(Integer attractions) HotelOnMap.availabilityScore(Integer availabilityScore) HotelOnMap.currencyCode(String currencyCode) HotelOnMap.experienceScore(Integer experienceScore) HotelOnMap.fullNameOfGeneralManager(String fullNameOfGeneralManager) @Valid HotelOnMapBooking.getHotel()Get hotel@Valid HotelOnMapHotelInventoryResponse.getHotel()Get hotel@Valid HotelOnMapHotelWithBestPrice.getHotel()Get hotelHotelOnMap.hotelAmenityCodes(List<String> hotelAmenityCodes) HotelOnMap.hotelAvailable(Boolean hotelAvailable) HotelOnMap.hotelCategory(String hotelCategory) HotelOnMap.hotelIdentifier(String hotelIdentifier) HotelOnMap.identifier(String identifier) HotelOnMap.imageAngle(String imageAngle) HotelOnMap.imageIdentifier(String imageIdentifier) HotelOnMap.images(List<Multimedia> images) HotelOnMap.lifestyleTypes(List<HotelOnMap.LifestyleTypesEnum> lifestyleTypes) HotelOnMap.location(HotelOnMapLocation location) HotelOnMap.locationCategory(String locationCategory) HotelOnMap.longDescriptions(List<SimpleDescription> longDescriptions) HotelOnMap.loyaltyScore(Integer loyaltyScore) HotelOnMap.meetingRooms(Integer meetingRooms) HotelOnMap.membershipRateDiscount(Float membershipRateDiscount) HotelOnMap.messagesOfGeneralManager(List<SimpleDescription> messagesOfGeneralManager) HotelOnMap.multimediaIdentifier(String multimediaIdentifier) HotelOnMap.numberOfRooms(Integer numberOfRooms) HotelOnMap.packageScore(Integer packageScore) HotelOnMap.policy(PropertyPolicy policy) HotelOnMap.popularScore(Integer popularScore) HotelOnMap.postalCode(String postalCode) HotelOnMap.priceScore(Integer priceScore) HotelOnMap.profilePictureIdentifierGeneralManager(String profilePictureIdentifierGeneralManager) HotelOnMap.propertyAccessibilityCodes(List<String> propertyAccessibilityCodes) HotelOnMap.propertySecurityCodes(List<String> propertySecurityCodes) HotelOnMap.recreations(Integer recreations) HotelOnMap.reservations(ContactDto reservations) HotelOnMap.restaurants(Integer restaurants) HotelOnMap.segmentCategory(String segmentCategory) HotelOnMap.shortDescriptions(List<SimpleDescription> shortDescriptions) HotelOnMap.starRating(Integer starRating) HotelOnMap.thirdPartyReviews(List<Recognition> thirdPartyReviews) HotelOnMap.totalReviews(Integer totalReviews) HotelOnMap.urlParameters(String urlParameters) HotelOnMap.videoIdentifier(String videoIdentifier) HotelOnMap.videos(List<Multimedia> videos) Methods in travel.wink.sdk.booking.engine.model with parameters of type HotelOnMapModifier and TypeMethodDescriptionBooking.hotel(HotelOnMap hotel) HotelInventoryResponse.hotel(HotelOnMap hotel) HotelWithBestPrice.hotel(HotelOnMap hotel) voidBooking.setHotel(HotelOnMap hotel) voidHotelInventoryResponse.setHotel(HotelOnMap hotel) voidHotelWithBestPrice.setHotel(HotelOnMap hotel)