Uses of Class
travel.wink.sdk.extranet.model.Inventory
Packages that use Inventory
-
Uses of Inventory in travel.wink.sdk.extranet.api
Methods in travel.wink.sdk.extranet.api that return types with arguments of type InventoryModifier and TypeMethodDescriptionreactor.core.publisher.Mono<Inventory>InventoryApi.linkChannelInventoryWithSalesChannel(String hotelIdentifier, Inventory inventory, String winkVersion) Link inventory with channel Creates a new inventory record and links it to an existing sales channel.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<Inventory>>InventoryApi.linkChannelInventoryWithSalesChannelWithHttpInfo(String hotelIdentifier, Inventory inventory, String winkVersion) reactor.core.publisher.Mono<Inventory>InventoryApi.showInventory(String hotelIdentifier, String inventoryIdentifier, String winkVersion) Show inventory Retrieve inventory specified by identifierreactor.core.publisher.Flux<Inventory>InventoryApi.showInventoryList(String hotelIdentifier, String winkVersion) Show inventory list Retrieve list of inventory for specified propertyInventoryApi.showInventoryListWithHttpInfo(String hotelIdentifier, String winkVersion) reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<Inventory>>InventoryApi.showInventoryWithHttpInfo(String hotelIdentifier, String inventoryIdentifier, String winkVersion) reactor.core.publisher.Mono<Inventory>InventoryApi.toggleInventoryAvailability(String hotelIdentifier, String inventoryIdentifier, InventoryUpdateRequest inventoryUpdateRequest, String winkVersion) Update inventory Toggle inventory availability.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<Inventory>>InventoryApi.toggleInventoryAvailabilityWithHttpInfo(String hotelIdentifier, String inventoryIdentifier, InventoryUpdateRequest inventoryUpdateRequest, String winkVersion) reactor.core.publisher.Flux<Inventory>InventoryApi.toggleInventoryListAvailability(String hotelIdentifier, List<InventoryUpdateRequest> inventoryUpdateRequest, String winkVersion) Update inventory list Toggle inventory list availability.InventoryApi.toggleInventoryListAvailabilityWithHttpInfo(String hotelIdentifier, List<InventoryUpdateRequest> inventoryUpdateRequest, String winkVersion) Methods in travel.wink.sdk.extranet.api with parameters of type InventoryModifier and TypeMethodDescriptionreactor.core.publisher.Mono<Inventory>InventoryApi.linkChannelInventoryWithSalesChannel(String hotelIdentifier, Inventory inventory, String winkVersion) Link inventory with channel Creates a new inventory record and links it to an existing sales channel.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<Inventory>>InventoryApi.linkChannelInventoryWithSalesChannelWithHttpInfo(String hotelIdentifier, Inventory inventory, String winkVersion) -
Uses of Inventory in travel.wink.sdk.extranet.model
Methods in travel.wink.sdk.extranet.model that return InventoryModifier and TypeMethodDescriptionInventory.commissionable(Boolean commissionable) Inventory.commonBasePrice(Moneys commonBasePrice) Inventory.hotel(HotelOnMap hotel) Inventory.identifier(UUID identifier) Inventory.imageIdentifier(String imageIdentifier) Inventory.inventoryIdentifier(UUID inventoryIdentifier) Inventory.inventoryName(String inventoryName) Inventory.inventoryNameInEnglish(String inventoryNameInEnglish) Inventory.inventoryType(Inventory.InventoryTypeEnum inventoryType) Inventory.location(GeoJsonPoint location) Inventory.salesChannel(SalesChannel salesChannel) Methods in travel.wink.sdk.extranet.model that return types with arguments of type InventoryMethods in travel.wink.sdk.extranet.model with parameters of type InventoryMethod parameters in travel.wink.sdk.extranet.model with type arguments of type Inventory