Uses of Class
travel.wink.sdk.extranet.model.SpaView
Packages that use SpaView
-
Uses of SpaView in travel.wink.sdk.extranet.api
Methods in travel.wink.sdk.extranet.api that return types with arguments of type SpaViewModifier and TypeMethodDescriptionreactor.core.publisher.Mono<SpaView>SpaApi.deleteMultimedia(String hotelIdentifier, String spaIdentifier, String multimediaIdentifier, String accept) Delete Multimedia Remove media from an existing spa.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<SpaView>>SpaApi.deleteMultimediaWithHttpInfo(String hotelIdentifier, String spaIdentifier, String multimediaIdentifier, String accept) reactor.core.publisher.Mono<SpaView>Create Spa Create a new spareactor.core.publisher.Mono<org.springframework.http.ResponseEntity<SpaView>>SpaApi.saveSpaWithHttpInfo(String hotelIdentifier, Spa spa) reactor.core.publisher.Mono<SpaView>Show Spa Retrieve a spa by its identifierreactor.core.publisher.Flux<SpaView>Show Spas Retrieve list of spas for property.SpaApi.showSpasWithHttpInfo(String hotelIdentifier, String accept) reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<SpaView>>SpaApi.showSpaWithHttpInfo(String hotelIdentifier, String spaIdentifier, String accept) reactor.core.publisher.Mono<SpaView>Update Spa Update a spa by its identifierreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<SpaView>>SpaApi.updateSpaWithHttpInfo(String hotelIdentifier, String spaIdentifier, Spa spa) reactor.core.publisher.Mono<SpaView>SpaApi.uploadSpaMedia(String hotelIdentifier, String spaIdentifier, List<File> files) Upload Binary Multimedia Upload a list of binary / multipart videos and/or images to an existing spa.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<SpaView>>SpaApi.uploadSpaMediaWithHttpInfo(String hotelIdentifier, String spaIdentifier, List<File> files) -
Uses of SpaView in travel.wink.sdk.extranet.model
Methods in travel.wink.sdk.extranet.model that return SpaView