Uses of Class
travel.wink.sdk.extranet.model.UpsertPlaceRequestSupplier
Packages that use UpsertPlaceRequestSupplier
-
Uses of UpsertPlaceRequestSupplier in travel.wink.sdk.extranet.api
Methods in travel.wink.sdk.extranet.api with parameters of type UpsertPlaceRequestSupplierModifier and TypeMethodDescriptionreactor.core.publisher.Mono<RefPointViewSupplier>PlaceApi.createPlace(String hotelIdentifier, UpsertPlaceRequestSupplier upsertPlaceRequestSupplier, String winkVersion) Create Place Create a new place.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<RefPointViewSupplier>>PlaceApi.createPlaceWithHttpInfo(String hotelIdentifier, UpsertPlaceRequestSupplier upsertPlaceRequestSupplier, String winkVersion) Create Place Create a new place.org.springframework.web.reactive.function.client.WebClient.ResponseSpecPlaceApi.createPlaceWithResponseSpec(String hotelIdentifier, UpsertPlaceRequestSupplier upsertPlaceRequestSupplier, String winkVersion) Create Place Create a new place.reactor.core.publisher.Mono<RefPointViewSupplier>PlaceApi.updatePlace(String hotelIdentifier, String placeIdentifier, UpsertPlaceRequestSupplier upsertPlaceRequestSupplier, String winkVersion) Update Place Update a place by its identifierreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<RefPointViewSupplier>>PlaceApi.updatePlaceWithHttpInfo(String hotelIdentifier, String placeIdentifier, UpsertPlaceRequestSupplier upsertPlaceRequestSupplier, String winkVersion) Update Place Update a place by its identifierorg.springframework.web.reactive.function.client.WebClient.ResponseSpecPlaceApi.updatePlaceWithResponseSpec(String hotelIdentifier, String placeIdentifier, UpsertPlaceRequestSupplier upsertPlaceRequestSupplier, String winkVersion) Update Place Update a place by its identifier -
Uses of UpsertPlaceRequestSupplier in travel.wink.sdk.extranet.model
Methods in travel.wink.sdk.extranet.model that return UpsertPlaceRequestSupplierModifier and TypeMethodDescriptionUpsertPlaceRequestSupplier.addDescriptionsItem(SimpleDescriptionSupplier descriptionsItem) UpsertPlaceRequestSupplier.addDisabilityFeaturesItem(String disabilityFeaturesItem) UpsertPlaceRequestSupplier.addMultimediasItem(SimpleMultimediaSupplier multimediasItem) UpsertPlaceRequestSupplier.addRecognitionListItem(TravelInventoryRecognitionSupplier recognitionListItem) UpsertPlaceRequestSupplier.address(UpsertAddressRequestSupplier address) UpsertPlaceRequestSupplier.addSecurityFeaturesItem(String securityFeaturesItem) UpsertPlaceRequestSupplier.addSocialsItem(SocialSupplier socialsItem) UpsertPlaceRequestSupplier.addTransactionalInventoryListItem(TransactionalTravelInventorySupplier transactionalInventoryListItem) UpsertPlaceRequestSupplier.addTransactionInventoryListItem(TransactionalTravelInventorySupplier transactionInventoryListItem) UpsertPlaceRequestSupplier.applicableEnd(LocalDate applicableEnd) UpsertPlaceRequestSupplier.applicableStart(LocalDate applicableStart) UpsertPlaceRequestSupplier.commissionable(Boolean commissionable) UpsertPlaceRequestSupplier.contact(ContactSupplier contact) UpsertPlaceRequestSupplier.daysOfWeek(DowPatternGroupSupplier daysOfWeek) UpsertPlaceRequestSupplier.descriptions(List<SimpleDescriptionSupplier> descriptions) UpsertPlaceRequestSupplier.disabilityFeatures(List<String> disabilityFeatures) UpsertPlaceRequestSupplier.featuredInd(Boolean featuredInd) UpsertPlaceRequestSupplier.lifestyleType(UpsertPlaceRequestSupplier.LifestyleTypeEnum lifestyleType) UpsertPlaceRequestSupplier.location(GeoJsonPointSupplier location) UpsertPlaceRequestSupplier.minAgeAppropriateCode(String minAgeAppropriateCode) UpsertPlaceRequestSupplier.multimedias(List<SimpleMultimediaSupplier> multimedias) UpsertPlaceRequestSupplier.pricePoint(UpsertPlaceRequestSupplier.PricePointEnum pricePoint) UpsertPlaceRequestSupplier.proximityCode(String proximityCode) UpsertPlaceRequestSupplier.recognitionList(List<TravelInventoryRecognitionSupplier> recognitionList) UpsertPlaceRequestSupplier.refPointCategoryCode(String refPointCategoryCode) UpsertPlaceRequestSupplier.reservationRequiredInd(Boolean reservationRequiredInd) UpsertPlaceRequestSupplier.securityFeatures(List<String> securityFeatures) UpsertPlaceRequestSupplier.socials(List<SocialSupplier> socials) UpsertPlaceRequestSupplier.transactionalInventoryList(List<TransactionalTravelInventorySupplier> transactionalInventoryList) UpsertPlaceRequestSupplier.transactionInventoryList(List<TransactionalTravelInventorySupplier> transactionInventoryList)