Uses of Class
travel.wink.sdk.inventory.model.HotelOnMapLightweightNonAuthenticatedEntity
Packages that use HotelOnMapLightweightNonAuthenticatedEntity
-
Uses of HotelOnMapLightweightNonAuthenticatedEntity in travel.wink.sdk.inventory.model
Methods in travel.wink.sdk.inventory.model that return HotelOnMapLightweightNonAuthenticatedEntityModifier and TypeMethodDescriptionHotelOnMapLightweightNonAuthenticatedEntity.addHotelAmenityCodesItem(String hotelAmenityCodesItem) HotelOnMapLightweightNonAuthenticatedEntity.addImagesItem(SimpleMultimediaNonAuthenticatedEntity imagesItem) HotelOnMapLightweightNonAuthenticatedEntity.addLifestyleTypesItem(HotelOnMapLightweightNonAuthenticatedEntity.LifestyleTypesEnum lifestyleTypesItem) HotelOnMapLightweightNonAuthenticatedEntity.addLongDescriptionsItem(LocalizedDescriptionNonAuthenticatedEntity longDescriptionsItem) HotelOnMapLightweightNonAuthenticatedEntity.addPropertyAccessibilityCodesItem(String propertyAccessibilityCodesItem) HotelOnMapLightweightNonAuthenticatedEntity.addPropertySecurityCodesItem(String propertySecurityCodesItem) HotelOnMapLightweightNonAuthenticatedEntity.address(SimpleAddressNonAuthenticatedEntity address) HotelOnMapLightweightNonAuthenticatedEntity.addShortDescriptionsItem(LocalizedDescriptionNonAuthenticatedEntity shortDescriptionsItem) HotelOnMapLightweightNonAuthenticatedEntity.addSocialsItem(SocialNonAuthenticatedEntity socialsItem) HotelOnMapLightweightNonAuthenticatedEntity.addThirdPartyReviewsItem(TravelInventoryRecognitionNonAuthenticatedEntity thirdPartyReviewsItem) HotelOnMapLightweightNonAuthenticatedEntity.addVideosItem(SimpleMultimediaNonAuthenticatedEntity videosItem) HotelOnMapLightweightNonAuthenticatedEntity.aggregateGreendexRating(Float aggregateGreendexRating) HotelOnMapLightweightNonAuthenticatedEntity.aggregateReviewRating(Float aggregateReviewRating) HotelOnMapLightweightNonAuthenticatedEntity.architecturalStyle(String architecturalStyle) HotelOnMapLightweightNonAuthenticatedEntity.attractions(Integer attractions) HotelOnMapLightweightNonAuthenticatedEntity.currencyCode(String currencyCode) HotelOnMapLightweightNonAuthenticatedEntity.experienceScore(Integer experienceScore) HotelOnMapLightweightNonAuthenticatedEntity.generalManager(GeneralManagerNonAuthenticatedEntity generalManager) HotelInventoryResponseNonAuthenticatedEntity.getHotel()Get hotel@NotNull @Valid HotelOnMapLightweightNonAuthenticatedEntityHotelWithBestPriceNonAuthenticatedEntity.getHotel()Get hotelHotelOnMapLightweightNonAuthenticatedEntity.hotelAmenityCodes(List<String> hotelAmenityCodes) HotelOnMapLightweightNonAuthenticatedEntity.hotelCategory(String hotelCategory) HotelOnMapLightweightNonAuthenticatedEntity.hotelIdentifier(UUID hotelIdentifier) HotelOnMapLightweightNonAuthenticatedEntity.images(List<SimpleMultimediaNonAuthenticatedEntity> images) HotelOnMapLightweightNonAuthenticatedEntity.lifestyleTypes(List<HotelOnMapLightweightNonAuthenticatedEntity.LifestyleTypesEnum> lifestyleTypes) HotelOnMapLightweightNonAuthenticatedEntity.location(GeoJsonPointNonAuthenticatedEntity location) HotelOnMapLightweightNonAuthenticatedEntity.locationCategory(String locationCategory) HotelOnMapLightweightNonAuthenticatedEntity.longDescriptions(List<LocalizedDescriptionNonAuthenticatedEntity> longDescriptions) HotelOnMapLightweightNonAuthenticatedEntity.loyaltyScore(Integer loyaltyScore) HotelOnMapLightweightNonAuthenticatedEntity.meetingRooms(Integer meetingRooms) HotelOnMapLightweightNonAuthenticatedEntity.membershipRateDiscount(Float membershipRateDiscount) HotelOnMapLightweightNonAuthenticatedEntity.numberOfRooms(Integer numberOfRooms) HotelOnMapLightweightNonAuthenticatedEntity.packageScore(Integer packageScore) HotelOnMapLightweightNonAuthenticatedEntity.policy(PropertyPolicyNonAuthenticatedEntity policy) HotelOnMapLightweightNonAuthenticatedEntity.popularScore(Integer popularScore) HotelOnMapLightweightNonAuthenticatedEntity.priceScore(Integer priceScore) HotelOnMapLightweightNonAuthenticatedEntity.propertyAccessibilityCodes(List<String> propertyAccessibilityCodes) HotelOnMapLightweightNonAuthenticatedEntity.propertySecurityCodes(List<String> propertySecurityCodes) HotelOnMapLightweightNonAuthenticatedEntity.recreations(Integer recreations) HotelOnMapLightweightNonAuthenticatedEntity.restaurants(Integer restaurants) HotelOnMapLightweightNonAuthenticatedEntity.segmentCategory(String segmentCategory) HotelOnMapLightweightNonAuthenticatedEntity.shortDescriptions(List<LocalizedDescriptionNonAuthenticatedEntity> shortDescriptions) HotelOnMapLightweightNonAuthenticatedEntity.socials(List<SocialNonAuthenticatedEntity> socials) HotelOnMapLightweightNonAuthenticatedEntity.starRating(Integer starRating) HotelOnMapLightweightNonAuthenticatedEntity.thirdPartyReviews(List<TravelInventoryRecognitionNonAuthenticatedEntity> thirdPartyReviews) HotelOnMapLightweightNonAuthenticatedEntity.totalReviews(Integer totalReviews) HotelOnMapLightweightNonAuthenticatedEntity.videos(List<SimpleMultimediaNonAuthenticatedEntity> videos) Methods in travel.wink.sdk.inventory.model with parameters of type HotelOnMapLightweightNonAuthenticatedEntityModifier and TypeMethodDescriptionHotelInventoryResponseNonAuthenticatedEntity.hotel(HotelOnMapLightweightNonAuthenticatedEntity hotel) HotelWithBestPriceNonAuthenticatedEntity.hotel(HotelOnMapLightweightNonAuthenticatedEntity hotel) voidHotelInventoryResponseNonAuthenticatedEntity.setHotel(HotelOnMapLightweightNonAuthenticatedEntity hotel) voidHotelWithBestPriceNonAuthenticatedEntity.setHotel(HotelOnMapLightweightNonAuthenticatedEntity hotel)