Uses of Class
travel.wink.sdk.extranet.model.UpgradeView
Packages that use UpgradeView
-
Uses of UpgradeView in travel.wink.sdk.extranet.api
Methods in travel.wink.sdk.extranet.api that return types with arguments of type UpgradeViewModifier and TypeMethodDescriptionreactor.core.publisher.Mono<UpgradeView>AddOnApi.addMultimedia(String hotelIdentifier, String addOnIdentifier, Multimedia multimedia) Add Multimedia Uploads a videos and/or images to an add-on identified by its identifierreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<UpgradeView>>AddOnApi.addMultimediaWithHttpInfo(String hotelIdentifier, String addOnIdentifier, Multimedia multimedia) reactor.core.publisher.Mono<UpgradeView>AddOnApi.createAddOn(String hotelIdentifier, UpsertAddOnRequest upsertAddOnRequest) Create Add-On Create a new add-on.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<UpgradeView>>AddOnApi.createAddOnWithHttpInfo(String hotelIdentifier, UpsertAddOnRequest upsertAddOnRequest) reactor.core.publisher.Mono<UpgradeView>AddOnApi.removeMultimedia1(String hotelIdentifier, String addOnIdentifier, String multimediaIdentifier, String accept) Delete Multimedia Remove media from an existing add-on.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<UpgradeView>>AddOnApi.removeMultimedia1WithHttpInfo(String hotelIdentifier, String addOnIdentifier, String multimediaIdentifier, String accept) reactor.core.publisher.Mono<UpgradeView>Show Add-On Retrieve an add-on by its identifierreactor.core.publisher.Flux<UpgradeView>AddOnApi.showAddOns(String hotelIdentifier, String accept) Show Add-Ons Retrieve a list of all add-ons for property.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<UpgradeView>>>AddOnApi.showAddOnsWithHttpInfo(String hotelIdentifier, String accept) reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<UpgradeView>>AddOnApi.showAddOnWithHttpInfo(String hotelIdentifier, String addOnIdentifier, String accept) reactor.core.publisher.Mono<UpgradeView>AddOnApi.updateAddOn(String hotelIdentifier, String addOnIdentifier, UpsertAddOnRequest upsertAddOnRequest) Update Add-On Update an existing add-on.reactor.core.publisher.Mono<UpgradeView>AddOnApi.updateAddOnMultimedia(String hotelIdentifier, String addOnIdentifier, String multimediaIdentifier, Multimedia multimedia) Update Multimedia Update media meta data for a specific package media entry.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<UpgradeView>>AddOnApi.updateAddOnMultimediaWithHttpInfo(String hotelIdentifier, String addOnIdentifier, String multimediaIdentifier, Multimedia multimedia) reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<UpgradeView>>AddOnApi.updateAddOnWithHttpInfo(String hotelIdentifier, String addOnIdentifier, UpsertAddOnRequest upsertAddOnRequest) reactor.core.publisher.Mono<UpgradeView>AddOnApi.uploadBinaryAddOnMedia(String hotelIdentifier, String addOnIdentifier, List<File> files) Upload Binary Multimedia Upload a list of binary / multipart videos and/or images to an existing add-on.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<UpgradeView>>AddOnApi.uploadBinaryAddOnMediaWithHttpInfo(String hotelIdentifier, String addOnIdentifier, List<File> files) -
Uses of UpgradeView in travel.wink.sdk.extranet.model
Methods in travel.wink.sdk.extranet.model that return UpgradeViewModifier and TypeMethodDescriptionUpgradeView.featuredImageIdentifier(String featuredImageIdentifier)