Uses of Class
travel.wink.sdk.extranet.model.RefPoint
Packages that use RefPoint
-
Uses of RefPoint in travel.wink.sdk.extranet.api
Methods in travel.wink.sdk.extranet.api with parameters of type RefPointModifier and TypeMethodDescriptionreactor.core.publisher.Mono<RefPointView>Create Place Create a new place.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<RefPointView>>PlaceApi.savePlaceWithHttpInfo(String hotelIdentifier, RefPoint refPoint) reactor.core.publisher.Mono<RefPointView>PlaceApi.updateRefPoint(String hotelIdentifier, String placeIdentifier, RefPoint refPoint) Update Place Update a place by its identifierreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<RefPointView>>PlaceApi.updateRefPointWithHttpInfo(String hotelIdentifier, String placeIdentifier, RefPoint refPoint) -
Uses of RefPoint in travel.wink.sdk.extranet.model
Methods in travel.wink.sdk.extranet.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(RatePlanRequiredDaysOfWeek daysOfWeek) RefPoint.descriptions(List<SimpleDescription> descriptions) RefPoint.disabilityFeatures(List<String> disabilityFeatures) RefPoint.featuredInd(Boolean featuredInd) @Valid RefPointRefPointView.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.extranet.model with parameters of type RefPoint