Uses of Class
travel.wink.sdk.extranet.model.UpsertIndividualRateRequestWrapperSupplier
Packages that use UpsertIndividualRateRequestWrapperSupplier
-
Uses of UpsertIndividualRateRequestWrapperSupplier in travel.wink.sdk.extranet.api
Method parameters in travel.wink.sdk.extranet.api with type arguments of type UpsertIndividualRateRequestWrapperSupplierModifier and TypeMethodDescriptionreactor.core.publisher.Flux<RateSupplier> DailyRateApi.updateRateList(String hotelIdentifier, List<UpsertIndividualRateRequestWrapperSupplier> upsertIndividualRateRequestWrapperSupplier, 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.updateRateListWithHttpInfo(String hotelIdentifier, List<UpsertIndividualRateRequestWrapperSupplier> upsertIndividualRateRequestWrapperSupplier, String winkVersion) Update Daily Rates by List Update daily rates with list of daily rate records.org.springframework.web.reactive.function.client.WebClient.ResponseSpecDailyRateApi.updateRateListWithResponseSpec(String hotelIdentifier, List<UpsertIndividualRateRequestWrapperSupplier> upsertIndividualRateRequestWrapperSupplier, String winkVersion) Update Daily Rates by List Update daily rates with list of daily rate records. -
Uses of UpsertIndividualRateRequestWrapperSupplier in travel.wink.sdk.extranet.model
Methods in travel.wink.sdk.extranet.model that return UpsertIndividualRateRequestWrapperSupplierModifier and TypeMethodDescriptionUpsertIndividualRateRequestWrapperSupplier.key(RateKeySupplier key) UpsertIndividualRateRequestWrapperSupplier.value(UpsertIndividualRateRequestSupplier value)