Uses of Class
travel.wink.sdk.extranet.model.DailyRateListUpdateSupplier
Packages that use DailyRateListUpdateSupplier
-
Uses of DailyRateListUpdateSupplier in travel.wink.sdk.extranet.api
Methods in travel.wink.sdk.extranet.api with parameters of type DailyRateListUpdateSupplierModifier and TypeMethodDescriptionreactor.core.publisher.Flux<RateSupplier>DailyRateApi.bulkUpdateRate1(String hotelIdentifier, String masterRateIdentifier, DailyRateListUpdateSupplier dailyRateListUpdateSupplier, String winkVersion) Update Daily Rates by List Update daily rates with list of daily rate records.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<RateSupplier>>>DailyRateApi.bulkUpdateRate1WithHttpInfo(String hotelIdentifier, String masterRateIdentifier, DailyRateListUpdateSupplier dailyRateListUpdateSupplier, String winkVersion) Update Daily Rates by List Update daily rates with list of daily rate records.org.springframework.web.reactive.function.client.WebClient.ResponseSpecDailyRateApi.bulkUpdateRate1WithResponseSpec(String hotelIdentifier, String masterRateIdentifier, DailyRateListUpdateSupplier dailyRateListUpdateSupplier, String winkVersion) Update Daily Rates by List Update daily rates with list of daily rate records. -
Uses of DailyRateListUpdateSupplier in travel.wink.sdk.extranet.model
Methods in travel.wink.sdk.extranet.model that return DailyRateListUpdateSupplierModifier and TypeMethodDescriptionDailyRateListUpdateSupplier._list(List<RateSupplier> _list) DailyRateListUpdateSupplier.addListItem(RateSupplier _listItem)