Uses of Class
travel.wink.sdk.extranet.model.RefPointViewSupplier
Packages that use RefPointViewSupplier
-
Uses of RefPointViewSupplier in travel.wink.sdk.extranet.api
Methods in travel.wink.sdk.extranet.api that return types with arguments of type RefPointViewSupplierModifier 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.reactor.core.publisher.Mono<RefPointViewSupplier> Show Place Retrieve a place by its identifier.reactor.core.publisher.Flux<RefPointViewSupplier> PlaceApi.showPlaces(String hotelIdentifier, String winkVersion) Show Places Retrieve list of places for property.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<RefPointViewSupplier>>> PlaceApi.showPlacesWithHttpInfo(String hotelIdentifier, String winkVersion) Show Places Retrieve list of places for property.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<RefPointViewSupplier>> PlaceApi.showPlaceWithHttpInfo(String hotelIdentifier, String placeIdentifier, String winkVersion) Show Place Retrieve a place by its identifier.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 identifierreactor.core.publisher.Mono<RefPointViewSupplier> PlaceApi.uploadPlaceMedia(String hotelIdentifier, String placeIdentifier, List<File> files) Upload Binary Multimedia Upload a list of binary / multipart videos and/or images to an existing place.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<RefPointViewSupplier>> PlaceApi.uploadPlaceMediaWithHttpInfo(String hotelIdentifier, String placeIdentifier, List<File> files) Upload Binary Multimedia Upload a list of binary / multipart videos and/or images to an existing place. -
Uses of RefPointViewSupplier in travel.wink.sdk.extranet.model
Methods in travel.wink.sdk.extranet.model that return RefPointViewSupplierModifier and TypeMethodDescriptionRefPointViewSupplier.createdDate(LocalDateTime createdDate) RefPointViewSupplier.featuredImageIdentifier(String featuredImageIdentifier) RefPointViewSupplier.lastUpdate(LocalDateTime lastUpdate) RefPointViewSupplier.refPoint(RefPointSupplier refPoint)