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.saveRateModifierBundle(String hotelIdentifier, RateModifierBundle rateModifierBundle) Create Promotion Bundle Create a new rate modifier ancillaryreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<RateModifierBundleView>>PromotionBundleApi.saveRateModifierBundleWithHttpInfo(String hotelIdentifier, RateModifierBundle rateModifierBundle) reactor.core.publisher.Mono<RateModifierBundleView>PromotionBundleApi.showRateModifierBundle(String hotelIdentifier, String promotionBundleIdentifier, String accept) Show Promotion Bundle Retrieve a rate modifier ancillary by its identifierreactor.core.publisher.Flux<RateModifierBundleView>PromotionBundleApi.showRateModifierBundles(String hotelIdentifier, String accept) Show Promotion Bundles Retrieve list of rate modifier bundlesreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<RateModifierBundleView>>>PromotionBundleApi.showRateModifierBundlesWithHttpInfo(String hotelIdentifier, String accept) reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<RateModifierBundleView>>PromotionBundleApi.showRateModifierBundleWithHttpInfo(String hotelIdentifier, String promotionBundleIdentifier, String accept) reactor.core.publisher.Mono<RateModifierBundleView>PromotionBundleApi.updateRateModifierBundle(String hotelIdentifier, String promotionBundleIdentifier, RateModifierBundle rateModifierBundle) 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, RateModifierBundle rateModifierBundle) -
Uses of RateModifierBundleView in travel.wink.sdk.extranet.model
Methods in travel.wink.sdk.extranet.model that return RateModifierBundleViewModifier and TypeMethodDescriptionRateModifierBundleView.rateModifierBundle(RateModifierBundle rateModifierBundle)