Uses of Class
travel.wink.sdk.extranet.model.RateModifierViewSupplier
Packages that use RateModifierViewSupplier
-
Uses of RateModifierViewSupplier in travel.wink.sdk.extranet.api
Methods in travel.wink.sdk.extranet.api that return types with arguments of type RateModifierViewSupplierModifier and TypeMethodDescriptionreactor.core.publisher.Mono<RateModifierViewSupplier> PromotionApi.createPromotion(String hotelIdentifier, UpsertRateModifierRequestSupplier upsertRateModifierRequestSupplier, String winkVersion) Create Promotion Create a new promotionreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<RateModifierViewSupplier>> PromotionApi.createPromotionWithHttpInfo(String hotelIdentifier, UpsertRateModifierRequestSupplier upsertRateModifierRequestSupplier, String winkVersion) Create Promotion Create a new promotionreactor.core.publisher.Mono<RateModifierViewSupplier> PromotionApi.showPromotion(String hotelIdentifier, String rateModifierIdentifier, String winkVersion, String accept) Show Promotion Retrieve a rate modifier by its identifierreactor.core.publisher.Flux<RateModifierViewSupplier> PromotionApi.showPromotions(String hotelIdentifier, String winkVersion, String accept) Show Promotions Retrieve list of promotions for propertyreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<RateModifierViewSupplier>>> PromotionApi.showPromotionsWithHttpInfo(String hotelIdentifier, String winkVersion, String accept) Show Promotions Retrieve list of promotions for propertyreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<RateModifierViewSupplier>> PromotionApi.showPromotionWithHttpInfo(String hotelIdentifier, String rateModifierIdentifier, String winkVersion, String accept) Show Promotion Retrieve a rate modifier by its identifierreactor.core.publisher.Mono<RateModifierViewSupplier> PromotionApi.updatePromotion(String hotelIdentifier, String rateModifierIdentifier, UpsertRateModifierRequestSupplier upsertRateModifierRequestSupplier, String winkVersion) Update Promotion Update an existing promotion by its identifierreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<RateModifierViewSupplier>> PromotionApi.updatePromotionWithHttpInfo(String hotelIdentifier, String rateModifierIdentifier, UpsertRateModifierRequestSupplier upsertRateModifierRequestSupplier, String winkVersion) Update Promotion Update an existing promotion by its identifier -
Uses of RateModifierViewSupplier in travel.wink.sdk.extranet.model
Methods in travel.wink.sdk.extranet.model that return RateModifierViewSupplierModifier and TypeMethodDescriptionRateModifierViewSupplier.createdDate(LocalDateTime createdDate) RateModifierViewSupplier.lastUpdate(LocalDateTime lastUpdate) RateModifierViewSupplier.rateModifier(RateModifierSupplier rateModifier)