Uses of Class
travel.wink.sdk.booking.engine.model.RefPoint
Packages that use RefPoint
-
Uses of RefPoint in travel.wink.sdk.booking.engine.model
Methods in travel.wink.sdk.booking.engine.model that return RefPointModifier and TypeMethodDescriptionRefPoint.addDescriptionsItem(SimpleDescription descriptionsItem) RefPoint.addDisabilityFeaturesItem(String disabilityFeaturesItem) RefPoint.addMultimediasItem(Multimedia multimediasItem) RefPoint.address(AddressDto address) RefPoint.addSecurityFeaturesItem(String securityFeaturesItem) RefPoint.addSocialsItem(Social socialsItem) RefPoint.applicableEnd(LocalDate applicableEnd) RefPoint.applicableStart(LocalDate applicableStart) RefPoint.commissionable(Boolean commissionable) RefPoint.contact(ContactDto contact) RefPoint.daysOfWeek(DowPatternGroup daysOfWeek) RefPoint.descriptions(List<SimpleDescription> descriptions) RefPoint.disabilityFeatures(List<String> disabilityFeatures) RefPoint.featuredInd(Boolean featuredInd) @Valid RefPointPlaceHotelInventory.getInventory()Get inventory@Valid RefPointPlaceWithBestPrice.getRefPoint()Get refPointRefPoint.hotelIdentifier(String hotelIdentifier) RefPoint.identifier(String identifier) RefPoint.lifestyleType(RefPoint.LifestyleTypeEnum lifestyleType) RefPoint.location(GeoJsonPoint location) RefPoint.minAgeAppropriateCode(String minAgeAppropriateCode) RefPoint.multimedias(List<Multimedia> multimedias) RefPoint.percentDiscount(Double percentDiscount) RefPoint.pricingType(RefPoint.PricingTypeEnum pricingType) RefPoint.proximityCode(String proximityCode) RefPoint.refPointCategoryCode(String refPointCategoryCode) RefPoint.reservationRequiredInd(Boolean reservationRequiredInd) RefPoint.securityFeatures(List<String> securityFeatures) Methods in travel.wink.sdk.booking.engine.model with parameters of type RefPointModifier and TypeMethodDescriptionvoidPlaceHotelInventory.setInventory(RefPoint inventory) voidPlaceWithBestPrice.setRefPoint(RefPoint refPoint)