Uses of Class
travel.wink.sdk.extranet.model.RefPointView
Packages that use RefPointView
-
Uses of RefPointView in travel.wink.sdk.extranet.api
Methods in travel.wink.sdk.extranet.api that return types with arguments of type RefPointViewModifier and TypeMethodDescriptionreactor.core.publisher.Mono<RefPointView>PlaceApi.createPlace(String hotelIdentifier, UpsertPlaceRequest upsertPlaceRequest) Create Place Create a new place.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<RefPointView>>PlaceApi.createPlaceWithHttpInfo(String hotelIdentifier, UpsertPlaceRequest upsertPlaceRequest) reactor.core.publisher.Mono<RefPointView>Show Place Retrieve a place by its identifier.reactor.core.publisher.Flux<RefPointView>PlaceApi.showPlaces(String hotelIdentifier, String accept) Show Places Retrieve list of places for property.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<RefPointView>>>PlaceApi.showPlacesWithHttpInfo(String hotelIdentifier, String accept) reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<RefPointView>>PlaceApi.showPlaceWithHttpInfo(String hotelIdentifier, String placeIdentifier, String accept) reactor.core.publisher.Mono<RefPointView>PlaceApi.updatePlace(String hotelIdentifier, String placeIdentifier, UpsertPlaceRequest upsertPlaceRequest) Update Place Update a place by its identifierreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<RefPointView>>PlaceApi.updatePlaceWithHttpInfo(String hotelIdentifier, String placeIdentifier, UpsertPlaceRequest upsertPlaceRequest) reactor.core.publisher.Mono<RefPointView>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<RefPointView>>PlaceApi.uploadPlaceMediaWithHttpInfo(String hotelIdentifier, String placeIdentifier, List<File> files) -
Uses of RefPointView in travel.wink.sdk.extranet.model
Methods in travel.wink.sdk.extranet.model that return RefPointViewModifier and TypeMethodDescriptionRefPointView.featuredImageIdentifier(String featuredImageIdentifier)