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) 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) reactor.core.publisher.Mono<Inventory>InventoryApi.showInventory(String hotelIdentifier, String inventoryIdentifier, String accept) Show inventory Retrieve inventory specified by identifierreactor.core.publisher.Flux<Inventory>InventoryApi.showInventoryList(String hotelIdentifier, String accept) Show inventory list Retrieve list of inventory for specified propertyInventoryApi.showInventoryListWithHttpInfo(String hotelIdentifier, String accept) reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<Inventory>>InventoryApi.showInventoryWithHttpInfo(String hotelIdentifier, String inventoryIdentifier, String accept) reactor.core.publisher.Mono<Inventory>InventoryApi.toggleInventoryAvailability(String hotelIdentifier, String inventoryIdentifier, InventoryUpdateRequest inventoryUpdateRequest) Update inventory Toggle inventory availability.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<Inventory>>InventoryApi.toggleInventoryAvailabilityWithHttpInfo(String hotelIdentifier, String inventoryIdentifier, InventoryUpdateRequest inventoryUpdateRequest) reactor.core.publisher.Flux<Inventory>InventoryApi.toggleInventoryListAvailability(String hotelIdentifier, List<InventoryUpdateRequest> inventoryUpdateRequest) Update inventory list Toggle inventory list availability.InventoryApi.toggleInventoryListAvailabilityWithHttpInfo(String hotelIdentifier, List<InventoryUpdateRequest> inventoryUpdateRequest) Methods in travel.wink.sdk.extranet.api with parameters of type InventoryModifier and TypeMethodDescriptionreactor.core.publisher.Mono<Inventory>InventoryApi.linkChannelInventoryWithSalesChannel(String hotelIdentifier, Inventory inventory) 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) -
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(String identifier) Inventory.imageIdentifier(String imageIdentifier) Inventory.inventoryIdentifier(String inventoryIdentifier) Inventory.inventoryName(String inventoryName) 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 InventoryModifier and TypeMethodDescriptionDescriptiveRoom.getAccessibleInventory()Get accessibleInventoryPageInventory.getContent()Get contentMethods in travel.wink.sdk.extranet.model with parameters of type InventoryModifier and TypeMethodDescriptionDescriptiveRoom.addAccessibleInventoryItem(Inventory accessibleInventoryItem) PageInventory.addContentItem(Inventory contentItem) Method parameters in travel.wink.sdk.extranet.model with type arguments of type InventoryModifier and TypeMethodDescriptionDescriptiveRoom.accessibleInventory(List<Inventory> accessibleInventory) voidDescriptiveRoom.setAccessibleInventory(List<Inventory> accessibleInventory) voidPageInventory.setContent(List<Inventory> content)