Uses of Class
travel.wink.sdk.extranet.model.RateModifierView
Packages that use RateModifierView
-
Uses of RateModifierView in travel.wink.sdk.extranet.api
Methods in travel.wink.sdk.extranet.api that return types with arguments of type RateModifierViewModifier and TypeMethodDescriptionreactor.core.publisher.Mono<RateModifierView>PromotionApi.createPromotion(String hotelIdentifier, UpsertRateModifierRequest upsertRateModifierRequest, String winkVersion) Create Promotion Create a new promotionreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<RateModifierView>>PromotionApi.createPromotionWithHttpInfo(String hotelIdentifier, UpsertRateModifierRequest upsertRateModifierRequest, String winkVersion) reactor.core.publisher.Mono<RateModifierView>PromotionApi.showPromotion(String hotelIdentifier, String promotionIdentifier, String winkVersion) Show Promotion Retrieve a rate modifier by its identifierreactor.core.publisher.Flux<RateModifierView>PromotionApi.showPromotions(String hotelIdentifier, String winkVersion) Show Promotions Retrieve list of promotions for propertyreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<RateModifierView>>>PromotionApi.showPromotionsWithHttpInfo(String hotelIdentifier, String winkVersion) reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<RateModifierView>>PromotionApi.showPromotionWithHttpInfo(String hotelIdentifier, String promotionIdentifier, String winkVersion) reactor.core.publisher.Mono<RateModifierView>PromotionApi.updatePromotion(String hotelIdentifier, String promotionIdentifier, UpsertRateModifierRequest upsertRateModifierRequest, String winkVersion) Update Promotion Update an existing promotion by its identifierreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<RateModifierView>>PromotionApi.updatePromotionWithHttpInfo(String hotelIdentifier, String promotionIdentifier, UpsertRateModifierRequest upsertRateModifierRequest, String winkVersion) -
Uses of RateModifierView in travel.wink.sdk.extranet.model
Methods in travel.wink.sdk.extranet.model that return RateModifierView