Uses of Class
travel.wink.sdk.booking.model.HotelOnMapAgent
Packages that use HotelOnMapAgent
-
Uses of HotelOnMapAgent in travel.wink.sdk.booking.model
Methods in travel.wink.sdk.booking.model that return HotelOnMapAgentModifier and TypeMethodDescriptionHotelOnMapAgent.addHotelAmenityCodesItem(String hotelAmenityCodesItem) HotelOnMapAgent.addImagesItem(SimpleMultimediaAgent imagesItem) HotelOnMapAgent.addLifestyleTypesItem(HotelOnMapAgent.LifestyleTypesEnum lifestyleTypesItem) HotelOnMapAgent.addLongDescriptionsItem(LocalizedDescriptionAgent longDescriptionsItem) HotelOnMapAgent.addMessagesOfGeneralManagerItem(SimpleDescriptionAgent messagesOfGeneralManagerItem) HotelOnMapAgent.addPropertyAccessibilityCodesItem(String propertyAccessibilityCodesItem) HotelOnMapAgent.addPropertySecurityCodesItem(String propertySecurityCodesItem) HotelOnMapAgent.address(AddressAgent address) HotelOnMapAgent.addShortDescriptionsItem(LocalizedDescriptionAgent shortDescriptionsItem) HotelOnMapAgent.addSocialsItem(SocialAgent socialsItem) HotelOnMapAgent.addThirdPartyReviewsItem(RecognitionAgent thirdPartyReviewsItem) HotelOnMapAgent.addVideosItem(SimpleMultimediaAgent videosItem) HotelOnMapAgent.aggregateGreendexRating(Float aggregateGreendexRating) HotelOnMapAgent.aggregateReviewRating(Float aggregateReviewRating) HotelOnMapAgent.architecturalStyle(String architecturalStyle) HotelOnMapAgent.attractions(Integer attractions) HotelOnMapAgent.availabilityScore(Integer availabilityScore) HotelOnMapAgent.currencyCode(String currencyCode) HotelOnMapAgent.experienceScore(Integer experienceScore) HotelOnMapAgent.fullNameOfGeneralManager(String fullNameOfGeneralManager) @NotNull @Valid HotelOnMapAgentBookingAgent.getHotel()Get hotelHotelOnMapAgent.hotelAmenityCodes(List<String> hotelAmenityCodes) HotelOnMapAgent.hotelAvailable(Boolean hotelAvailable) HotelOnMapAgent.hotelCategory(String hotelCategory) HotelOnMapAgent.hotelIdentifier(UUID hotelIdentifier) HotelOnMapAgent.identifier(String identifier) HotelOnMapAgent.imageAngle(String imageAngle) HotelOnMapAgent.imageIdentifier(String imageIdentifier) HotelOnMapAgent.images(List<SimpleMultimediaAgent> images) HotelOnMapAgent.lifestyleTypes(List<HotelOnMapAgent.LifestyleTypesEnum> lifestyleTypes) HotelOnMapAgent.location(GeoJsonPointAgent location) HotelOnMapAgent.locationCategory(String locationCategory) HotelOnMapAgent.longDescriptions(List<LocalizedDescriptionAgent> longDescriptions) HotelOnMapAgent.loyaltyScore(Integer loyaltyScore) HotelOnMapAgent.meetingRooms(Integer meetingRooms) HotelOnMapAgent.membershipRateDiscount(Float membershipRateDiscount) HotelOnMapAgent.messagesOfGeneralManager(List<SimpleDescriptionAgent> messagesOfGeneralManager) HotelOnMapAgent.multimediaIdentifier(String multimediaIdentifier) HotelOnMapAgent.numberOfRooms(Integer numberOfRooms) HotelOnMapAgent.packageScore(Integer packageScore) HotelOnMapAgent.policy(PropertyPolicyAgent policy) HotelOnMapAgent.popularScore(Integer popularScore) HotelOnMapAgent.priceScore(Integer priceScore) HotelOnMapAgent.profilePictureIdentifierGeneralManager(String profilePictureIdentifierGeneralManager) HotelOnMapAgent.propertyAccessibilityCodes(List<String> propertyAccessibilityCodes) HotelOnMapAgent.propertySecurityCodes(List<String> propertySecurityCodes) HotelOnMapAgent.recreations(Integer recreations) HotelOnMapAgent.reservations(ContactAgent reservations) HotelOnMapAgent.restaurants(Integer restaurants) HotelOnMapAgent.segmentCategory(String segmentCategory) HotelOnMapAgent.shortDescriptions(List<LocalizedDescriptionAgent> shortDescriptions) HotelOnMapAgent.socials(List<SocialAgent> socials) HotelOnMapAgent.starRating(Integer starRating) HotelOnMapAgent.thirdPartyReviews(List<RecognitionAgent> thirdPartyReviews) HotelOnMapAgent.totalReviews(Integer totalReviews) HotelOnMapAgent.urlParameters(String urlParameters) HotelOnMapAgent.videoIdentifier(String videoIdentifier) HotelOnMapAgent.videos(List<SimpleMultimediaAgent> videos) Methods in travel.wink.sdk.booking.model with parameters of type HotelOnMapAgentModifier and TypeMethodDescriptionBookingAgent.hotel(HotelOnMapAgent hotel) voidBookingAgent.setHotel(HotelOnMapAgent hotel)