Uses of Class
travel.wink.sdk.extranet.model.SpaViewSupplier
Packages that use SpaViewSupplier
-
Uses of SpaViewSupplier in travel.wink.sdk.extranet.api
Methods in travel.wink.sdk.extranet.api that return types with arguments of type SpaViewSupplierModifier and TypeMethodDescriptionreactor.core.publisher.Mono<SpaViewSupplier>SpaApi.createSpa(String hotelIdentifier, UpsertSpaRequestSupplier upsertSpaRequestSupplier, String winkVersion) Create Spa Create a new spareactor.core.publisher.Mono<org.springframework.http.ResponseEntity<SpaViewSupplier>>SpaApi.createSpaWithHttpInfo(String hotelIdentifier, UpsertSpaRequestSupplier upsertSpaRequestSupplier, String winkVersion) Create Spa Create a new spareactor.core.publisher.Mono<SpaViewSupplier>SpaApi.deleteMultimedia(String hotelIdentifier, String spaIdentifier, String multimediaIdentifier, String winkVersion) Delete Multimedia Remove media from an existing spa.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<SpaViewSupplier>>SpaApi.deleteMultimediaWithHttpInfo(String hotelIdentifier, String spaIdentifier, String multimediaIdentifier, String winkVersion) Delete Multimedia Remove media from an existing spa.reactor.core.publisher.Mono<SpaViewSupplier>Show Spa Retrieve a spa by its identifierreactor.core.publisher.Flux<SpaViewSupplier>Show Spas Retrieve list of spas for property.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<SpaViewSupplier>>>SpaApi.showSpasWithHttpInfo(String hotelIdentifier, String winkVersion) Show Spas Retrieve list of spas for property.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<SpaViewSupplier>>SpaApi.showSpaWithHttpInfo(String hotelIdentifier, String spaIdentifier, String winkVersion) Show Spa Retrieve a spa by its identifierreactor.core.publisher.Mono<SpaViewSupplier>SpaApi.updateSpa(String hotelIdentifier, String spaIdentifier, UpsertSpaRequestSupplier upsertSpaRequestSupplier, String winkVersion) Update Spa Update a spa by its identifierreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<SpaViewSupplier>>SpaApi.updateSpaWithHttpInfo(String hotelIdentifier, String spaIdentifier, UpsertSpaRequestSupplier upsertSpaRequestSupplier, String winkVersion) Update Spa Update a spa by its identifierreactor.core.publisher.Mono<SpaViewSupplier>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<SpaViewSupplier>>SpaApi.uploadSpaMediaWithHttpInfo(String hotelIdentifier, String spaIdentifier, List<File> files) Upload Binary Multimedia Upload a list of binary / multipart videos and/or images to an existing spa. -
Uses of SpaViewSupplier in travel.wink.sdk.extranet.model
Methods in travel.wink.sdk.extranet.model that return SpaViewSupplierModifier and TypeMethodDescriptionSpaViewSupplier.createdDate(LocalDateTime createdDate) SpaViewSupplier.featuredImageIdentifier(String featuredImageIdentifier) SpaViewSupplier.lastUpdate(LocalDateTime lastUpdate) SpaViewSupplier.spa(SpaSupplier spa)