Uses of Class
travel.wink.sdk.extranet.model.RateModifierBundleView
Packages that use RateModifierBundleView
-
Uses of RateModifierBundleView in travel.wink.sdk.extranet.api
Methods in travel.wink.sdk.extranet.api that return types with arguments of type RateModifierBundleViewModifier and TypeMethodDescriptionreactor.core.publisher.Mono<RateModifierBundleView>PromotionBundleApi.createRateModifierBundle(String hotelIdentifier, UpsertRateModifierBundleRequest upsertRateModifierBundleRequest, String winkVersion) Create Promotion Bundle Create a new rate modifier ancillaryreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<RateModifierBundleView>>PromotionBundleApi.createRateModifierBundleWithHttpInfo(String hotelIdentifier, UpsertRateModifierBundleRequest upsertRateModifierBundleRequest, String winkVersion) reactor.core.publisher.Mono<RateModifierBundleView>PromotionBundleApi.showRateModifierBundle(String hotelIdentifier, String promotionBundleIdentifier, String winkVersion) Show Promotion Bundle Retrieve a rate modifier ancillary by its identifierreactor.core.publisher.Flux<RateModifierBundleView>PromotionBundleApi.showRateModifierBundles(String hotelIdentifier, String winkVersion) Show Promotion Bundles Retrieve list of rate modifier bundlesreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<RateModifierBundleView>>>PromotionBundleApi.showRateModifierBundlesWithHttpInfo(String hotelIdentifier, String winkVersion) reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<RateModifierBundleView>>PromotionBundleApi.showRateModifierBundleWithHttpInfo(String hotelIdentifier, String promotionBundleIdentifier, String winkVersion) reactor.core.publisher.Mono<RateModifierBundleView>PromotionBundleApi.updateRateModifierBundle(String hotelIdentifier, String promotionBundleIdentifier, UpsertRateModifierBundleRequest upsertRateModifierBundleRequest, String winkVersion) Update Promotion Bundle Update a rate modifier ancillary by its identifierreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<RateModifierBundleView>>PromotionBundleApi.updateRateModifierBundleWithHttpInfo(String hotelIdentifier, String promotionBundleIdentifier, UpsertRateModifierBundleRequest upsertRateModifierBundleRequest, String winkVersion) -
Uses of RateModifierBundleView in travel.wink.sdk.extranet.model
Methods in travel.wink.sdk.extranet.model that return RateModifierBundleViewModifier and TypeMethodDescriptionRateModifierBundleView.rateModifierBundle(RateModifierBundle rateModifierBundle)