Uses of Class
travel.wink.sdk.extranet.model.InventoryUpdateRequestSupplier
Packages that use InventoryUpdateRequestSupplier
-
Uses of InventoryUpdateRequestSupplier in travel.wink.sdk.extranet.api
Methods in travel.wink.sdk.extranet.api with parameters of type InventoryUpdateRequestSupplierModifier and TypeMethodDescriptionreactor.core.publisher.Mono<InventorySupplier> InventoryApi.toggleInventoryAvailability(String hotelIdentifier, String inventoryIdentifier, InventoryUpdateRequestSupplier inventoryUpdateRequestSupplier, String winkVersion) Update inventory Toggle inventory availability.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<InventorySupplier>> InventoryApi.toggleInventoryAvailabilityWithHttpInfo(String hotelIdentifier, String inventoryIdentifier, InventoryUpdateRequestSupplier inventoryUpdateRequestSupplier, String winkVersion) Update inventory Toggle inventory availability.org.springframework.web.reactive.function.client.WebClient.ResponseSpecInventoryApi.toggleInventoryAvailabilityWithResponseSpec(String hotelIdentifier, String inventoryIdentifier, InventoryUpdateRequestSupplier inventoryUpdateRequestSupplier, String winkVersion) Update inventory Toggle inventory availability.Method parameters in travel.wink.sdk.extranet.api with type arguments of type InventoryUpdateRequestSupplierModifier and TypeMethodDescriptionreactor.core.publisher.Flux<InventorySupplier> InventoryApi.toggleInventoryListAvailability(String hotelIdentifier, List<InventoryUpdateRequestSupplier> inventoryUpdateRequestSupplier, String winkVersion) Update inventory list Toggle inventory list availability.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<InventorySupplier>>> InventoryApi.toggleInventoryListAvailabilityWithHttpInfo(String hotelIdentifier, List<InventoryUpdateRequestSupplier> inventoryUpdateRequestSupplier, String winkVersion) Update inventory list Toggle inventory list availability.org.springframework.web.reactive.function.client.WebClient.ResponseSpecInventoryApi.toggleInventoryListAvailabilityWithResponseSpec(String hotelIdentifier, List<InventoryUpdateRequestSupplier> inventoryUpdateRequestSupplier, String winkVersion) Update inventory list Toggle inventory list availability.reactor.core.publisher.Flux<SalesChannelSupplier> SalesChannelsApi.toggleSalesChannelPromoAvailability(String hotelIdentifier, String rateModifierIdentifier, List<InventoryUpdateRequestSupplier> inventoryUpdateRequestSupplier, String winkVersion) Update sale channels promos Toggles availability of a promo for a list of sales channelsreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<SalesChannelSupplier>>> SalesChannelsApi.toggleSalesChannelPromoAvailabilityWithHttpInfo(String hotelIdentifier, String rateModifierIdentifier, List<InventoryUpdateRequestSupplier> inventoryUpdateRequestSupplier, String winkVersion) Update sale channels promos Toggles availability of a promo for a list of sales channelsorg.springframework.web.reactive.function.client.WebClient.ResponseSpecSalesChannelsApi.toggleSalesChannelPromoAvailabilityWithResponseSpec(String hotelIdentifier, String rateModifierIdentifier, List<InventoryUpdateRequestSupplier> inventoryUpdateRequestSupplier, String winkVersion) Update sale channels promos Toggles availability of a promo for a list of sales channelsreactor.core.publisher.Flux<SalesChannelSupplier> SalesChannelsApi.toggleSalesChannelPromoBundleAvailability(String hotelIdentifier, String rateModifierBundleIdentifier, List<InventoryUpdateRequestSupplier> inventoryUpdateRequestSupplier, String winkVersion) Update sale channels promo bundles Toggles availability of a promo bundle for a list of sales channelsreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<SalesChannelSupplier>>> SalesChannelsApi.toggleSalesChannelPromoBundleAvailabilityWithHttpInfo(String hotelIdentifier, String rateModifierBundleIdentifier, List<InventoryUpdateRequestSupplier> inventoryUpdateRequestSupplier, String winkVersion) Update sale channels promo bundles Toggles availability of a promo bundle for a list of sales channelsorg.springframework.web.reactive.function.client.WebClient.ResponseSpecSalesChannelsApi.toggleSalesChannelPromoBundleAvailabilityWithResponseSpec(String hotelIdentifier, String rateModifierBundleIdentifier, List<InventoryUpdateRequestSupplier> inventoryUpdateRequestSupplier, String winkVersion) Update sale channels promo bundles Toggles availability of a promo bundle for a list of sales channels -
Uses of InventoryUpdateRequestSupplier in travel.wink.sdk.extranet.model
Methods in travel.wink.sdk.extranet.model that return InventoryUpdateRequestSupplier