Uses of Class
travel.wink.sdk.extranet.model.RateModifierBundleViewSupplier
Packages that use RateModifierBundleViewSupplier
-
Uses of RateModifierBundleViewSupplier in travel.wink.sdk.extranet.api
Methods in travel.wink.sdk.extranet.api that return types with arguments of type RateModifierBundleViewSupplierModifier and TypeMethodDescriptionreactor.core.publisher.Mono<RateModifierBundleViewSupplier> PromotionBundleApi.createRateModifierBundle(String hotelIdentifier, UpsertRateModifierBundleRequestSupplier upsertRateModifierBundleRequestSupplier, String winkVersion) Create Promotion Bundle Create a new rate modifier ancillaryreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<RateModifierBundleViewSupplier>> PromotionBundleApi.createRateModifierBundleWithHttpInfo(String hotelIdentifier, UpsertRateModifierBundleRequestSupplier upsertRateModifierBundleRequestSupplier, String winkVersion) Create Promotion Bundle Create a new rate modifier ancillaryreactor.core.publisher.Mono<RateModifierBundleViewSupplier> PromotionBundleApi.showRateModifierBundle(String hotelIdentifier, String promotionBundleIdentifier, String winkVersion, String accept) Show Promotion Bundle Retrieve a rate modifier ancillary by its identifierreactor.core.publisher.Flux<RateModifierBundleViewSupplier> PromotionBundleApi.showRateModifierBundles(String hotelIdentifier, String winkVersion, String accept) Show Promotion Bundles Retrieve list of rate modifier bundlesreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<RateModifierBundleViewSupplier>>> PromotionBundleApi.showRateModifierBundlesWithHttpInfo(String hotelIdentifier, String winkVersion, String accept) Show Promotion Bundles Retrieve list of rate modifier bundlesreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<RateModifierBundleViewSupplier>> PromotionBundleApi.showRateModifierBundleWithHttpInfo(String hotelIdentifier, String promotionBundleIdentifier, String winkVersion, String accept) Show Promotion Bundle Retrieve a rate modifier ancillary by its identifierreactor.core.publisher.Mono<RateModifierBundleViewSupplier> PromotionBundleApi.updateRateModifierBundle(String hotelIdentifier, String promotionBundleIdentifier, UpsertRateModifierBundleRequestSupplier upsertRateModifierBundleRequestSupplier, String winkVersion) Update Promotion Bundle Update a rate modifier ancillary by its identifierreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<RateModifierBundleViewSupplier>> PromotionBundleApi.updateRateModifierBundleWithHttpInfo(String hotelIdentifier, String promotionBundleIdentifier, UpsertRateModifierBundleRequestSupplier upsertRateModifierBundleRequestSupplier, String winkVersion) Update Promotion Bundle Update a rate modifier ancillary by its identifier -
Uses of RateModifierBundleViewSupplier in travel.wink.sdk.extranet.model
Methods in travel.wink.sdk.extranet.model that return RateModifierBundleViewSupplierModifier and TypeMethodDescriptionRateModifierBundleViewSupplier.createdDate(LocalDateTime createdDate) RateModifierBundleViewSupplier.lastUpdate(LocalDateTime lastUpdate) RateModifierBundleViewSupplier.rateModifierBundle(RateModifierBundleSupplier rateModifierBundle)