Uses of Class
travel.wink.sdk.extranet.model.UpsertActivityRequest
Packages that use UpsertActivityRequest
-
Uses of UpsertActivityRequest in travel.wink.sdk.extranet.api
Methods in travel.wink.sdk.extranet.api with parameters of type UpsertActivityRequestModifier and TypeMethodDescriptionreactor.core.publisher.Mono<RecreationView> ActivityApi.createActivity(String hotelIdentifier, UpsertActivityRequest upsertActivityRequest, String winkVersion) Create Activity Persist new activity record.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<RecreationView>> ActivityApi.createActivityWithHttpInfo(String hotelIdentifier, UpsertActivityRequest upsertActivityRequest, String winkVersion) Create Activity Persist new activity record.org.springframework.web.reactive.function.client.WebClient.ResponseSpecActivityApi.createActivityWithResponseSpec(String hotelIdentifier, UpsertActivityRequest upsertActivityRequest, String winkVersion) Create Activity Persist new activity record.reactor.core.publisher.Mono<RecreationView> ActivityApi.updateActivity(String hotelIdentifier, String activityIdentifier, UpsertActivityRequest upsertActivityRequest, String winkVersion) Update Activity Update a recreation by its identifierreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<RecreationView>> ActivityApi.updateActivityWithHttpInfo(String hotelIdentifier, String activityIdentifier, UpsertActivityRequest upsertActivityRequest, String winkVersion) Update Activity Update a recreation by its identifierorg.springframework.web.reactive.function.client.WebClient.ResponseSpecActivityApi.updateActivityWithResponseSpec(String hotelIdentifier, String activityIdentifier, UpsertActivityRequest upsertActivityRequest, String winkVersion) Update Activity Update a recreation by its identifier -
Uses of UpsertActivityRequest in travel.wink.sdk.extranet.model
Methods in travel.wink.sdk.extranet.model that return UpsertActivityRequestModifier and TypeMethodDescriptionUpsertActivityRequest.addAmenitiesItem(String amenitiesItem) UpsertActivityRequest.addDescriptionsItem(SimpleDescription descriptionsItem) UpsertActivityRequest.addDisabilityFeaturesItem(String disabilityFeaturesItem) UpsertActivityRequest.addMultimediasItem(SimpleMultimedia multimediasItem) UpsertActivityRequest.addRecognitionListItem(TravelInventoryRecognition recognitionListItem) UpsertActivityRequest.address(UpsertAddressRequest address) UpsertActivityRequest.addSecurityFeaturesItem(String securityFeaturesItem) UpsertActivityRequest.addSocialsItem(Social socialsItem) UpsertActivityRequest.addTransactionalInventoryListItem(TransactionalTravelInventory transactionalInventoryListItem) UpsertActivityRequest.addTransactionInventoryListItem(TransactionalTravelInventory transactionInventoryListItem) UpsertActivityRequest.applicableEnd(LocalDate applicableEnd) UpsertActivityRequest.applicableStart(LocalDate applicableStart) UpsertActivityRequest.commissionable(Boolean commissionable) UpsertActivityRequest.daysOfWeek(DowPatternGroup daysOfWeek) UpsertActivityRequest.descriptions(List<SimpleDescription> descriptions) UpsertActivityRequest.disabilityFeatures(List<String> disabilityFeatures) UpsertActivityRequest.featuredInd(Boolean featuredInd) UpsertActivityRequest.lifestyleType(UpsertActivityRequest.LifestyleTypeEnum lifestyleType) UpsertActivityRequest.location(GeoJsonPoint location) UpsertActivityRequest.minAgeAppropriateCode(String minAgeAppropriateCode) UpsertActivityRequest.multimedias(List<SimpleMultimedia> multimedias) UpsertActivityRequest.pricePoint(UpsertActivityRequest.PricePointEnum pricePoint) UpsertActivityRequest.proximityCode(String proximityCode) UpsertActivityRequest.recognitionList(List<TravelInventoryRecognition> recognitionList) UpsertActivityRequest.recreationCategoryCode(String recreationCategoryCode) UpsertActivityRequest.reservationRequiredInd(Boolean reservationRequiredInd) UpsertActivityRequest.securityFeatures(List<String> securityFeatures) UpsertActivityRequest.transactionalInventoryList(List<TransactionalTravelInventory> transactionalInventoryList) UpsertActivityRequest.transactionInventoryList(List<TransactionalTravelInventory> transactionInventoryList)