Uses of Class
travel.wink.sdk.extranet.model.HotelOnMapSupplier
Packages that use HotelOnMapSupplier
-
Uses of HotelOnMapSupplier in travel.wink.sdk.extranet.model
Methods in travel.wink.sdk.extranet.model that return HotelOnMapSupplierModifier and TypeMethodDescriptionHotelOnMapSupplier.addHotelAmenityCodesItem(String hotelAmenityCodesItem) HotelOnMapSupplier.addImagesItem(SimpleMultimediaSupplier imagesItem) HotelOnMapSupplier.addLifestyleTypesItem(HotelOnMapSupplier.LifestyleTypesEnum lifestyleTypesItem) HotelOnMapSupplier.addLongDescriptionsItem(LocalizedDescriptionSupplier longDescriptionsItem) HotelOnMapSupplier.addMessagesOfGeneralManagerItem(SimpleDescriptionSupplier messagesOfGeneralManagerItem) HotelOnMapSupplier.addPropertyAccessibilityCodesItem(String propertyAccessibilityCodesItem) HotelOnMapSupplier.addPropertySecurityCodesItem(String propertySecurityCodesItem) HotelOnMapSupplier.address(AddressSupplier address) HotelOnMapSupplier.addShortDescriptionsItem(LocalizedDescriptionSupplier shortDescriptionsItem) HotelOnMapSupplier.addSocialsItem(SocialSupplier socialsItem) HotelOnMapSupplier.addThirdPartyReviewsItem(RecognitionSupplier thirdPartyReviewsItem) HotelOnMapSupplier.addVideosItem(SimpleMultimediaSupplier videosItem) HotelOnMapSupplier.aggregateGreendexRating(Float aggregateGreendexRating) HotelOnMapSupplier.aggregateReviewRating(Float aggregateReviewRating) HotelOnMapSupplier.architecturalStyle(String architecturalStyle) HotelOnMapSupplier.attractions(Integer attractions) HotelOnMapSupplier.availabilityScore(Integer availabilityScore) HotelOnMapSupplier.currencyCode(String currencyCode) HotelOnMapSupplier.experienceScore(Integer experienceScore) HotelOnMapSupplier.fullNameOfGeneralManager(String fullNameOfGeneralManager) @NotNull @Valid HotelOnMapSupplierBookingSupplier.getHotel()Get hotel@NotNull @Valid HotelOnMapSupplierInventorySupplier.getHotel()Get hotelHotelOnMapSupplier.hotelAmenityCodes(List<String> hotelAmenityCodes) HotelOnMapSupplier.hotelAvailable(Boolean hotelAvailable) HotelOnMapSupplier.hotelCategory(String hotelCategory) HotelOnMapSupplier.hotelIdentifier(UUID hotelIdentifier) HotelOnMapSupplier.identifier(String identifier) HotelOnMapSupplier.imageAngle(String imageAngle) HotelOnMapSupplier.imageIdentifier(String imageIdentifier) HotelOnMapSupplier.images(List<SimpleMultimediaSupplier> images) HotelOnMapSupplier.lifestyleTypes(List<HotelOnMapSupplier.LifestyleTypesEnum> lifestyleTypes) HotelOnMapSupplier.location(GeoJsonPointSupplier location) HotelOnMapSupplier.locationCategory(String locationCategory) HotelOnMapSupplier.longDescriptions(List<LocalizedDescriptionSupplier> longDescriptions) HotelOnMapSupplier.loyaltyScore(Integer loyaltyScore) HotelOnMapSupplier.meetingRooms(Integer meetingRooms) HotelOnMapSupplier.membershipRateDiscount(Float membershipRateDiscount) HotelOnMapSupplier.messagesOfGeneralManager(List<SimpleDescriptionSupplier> messagesOfGeneralManager) HotelOnMapSupplier.multimediaIdentifier(String multimediaIdentifier) HotelOnMapSupplier.numberOfRooms(Integer numberOfRooms) HotelOnMapSupplier.packageScore(Integer packageScore) HotelOnMapSupplier.policy(PropertyPolicySupplier policy) HotelOnMapSupplier.popularScore(Integer popularScore) HotelOnMapSupplier.priceScore(Integer priceScore) HotelOnMapSupplier.profilePictureIdentifierGeneralManager(String profilePictureIdentifierGeneralManager) HotelOnMapSupplier.propertyAccessibilityCodes(List<String> propertyAccessibilityCodes) HotelOnMapSupplier.propertySecurityCodes(List<String> propertySecurityCodes) HotelOnMapSupplier.recreations(Integer recreations) HotelOnMapSupplier.reservations(ContactSupplier reservations) HotelOnMapSupplier.restaurants(Integer restaurants) HotelOnMapSupplier.segmentCategory(String segmentCategory) HotelOnMapSupplier.shortDescriptions(List<LocalizedDescriptionSupplier> shortDescriptions) HotelOnMapSupplier.socials(List<SocialSupplier> socials) HotelOnMapSupplier.starRating(Integer starRating) HotelOnMapSupplier.thirdPartyReviews(List<RecognitionSupplier> thirdPartyReviews) HotelOnMapSupplier.totalReviews(Integer totalReviews) HotelOnMapSupplier.urlParameters(String urlParameters) HotelOnMapSupplier.videoIdentifier(String videoIdentifier) HotelOnMapSupplier.videos(List<SimpleMultimediaSupplier> videos) Methods in travel.wink.sdk.extranet.model with parameters of type HotelOnMapSupplierModifier and TypeMethodDescriptionBookingSupplier.hotel(HotelOnMapSupplier hotel) InventorySupplier.hotel(HotelOnMapSupplier hotel) voidBookingSupplier.setHotel(HotelOnMapSupplier hotel) voidInventorySupplier.setHotel(HotelOnMapSupplier hotel)