Uses of Class
travel.wink.sdk.inventory.model.RoomTypeWithPriceConfigurationConsumer
Packages that use RoomTypeWithPriceConfigurationConsumer
-
Uses of RoomTypeWithPriceConfigurationConsumer in travel.wink.sdk.inventory.model
Methods in travel.wink.sdk.inventory.model that return RoomTypeWithPriceConfigurationConsumerModifier and TypeMethodDescriptionHotelInventoryResponseConsumer.getBestPrice()Get bestPriceRoomTypeWithBestPriceConsumer.getRoomTypeWithPriceConfiguration()Get roomTypeWithPriceConfigurationRoomTypeWithPriceConfigurationConsumer.price(RoomConfigurationPriceConsumer price) RoomTypeWithPriceConfigurationConsumer.room(GuestRoomConsumer room) Methods in travel.wink.sdk.inventory.model that return types with arguments of type RoomTypeWithPriceConfigurationConsumerModifier and TypeMethodDescriptionHotelInventoryResponseConsumer.getCheapestRoomTypes()Get cheapestRoomTypesMethods in travel.wink.sdk.inventory.model with parameters of type RoomTypeWithPriceConfigurationConsumerModifier and TypeMethodDescriptionHotelInventoryResponseConsumer.addCheapestRoomTypesItem(RoomTypeWithPriceConfigurationConsumer cheapestRoomTypesItem) HotelInventoryResponseConsumer.bestPrice(RoomTypeWithPriceConfigurationConsumer bestPrice) RoomTypeWithBestPriceConsumer.roomTypeWithPriceConfiguration(RoomTypeWithPriceConfigurationConsumer roomTypeWithPriceConfiguration) voidHotelInventoryResponseConsumer.setBestPrice(RoomTypeWithPriceConfigurationConsumer bestPrice) voidRoomTypeWithBestPriceConsumer.setRoomTypeWithPriceConfiguration(RoomTypeWithPriceConfigurationConsumer roomTypeWithPriceConfiguration) Method parameters in travel.wink.sdk.inventory.model with type arguments of type RoomTypeWithPriceConfigurationConsumerModifier and TypeMethodDescriptionHotelInventoryResponseConsumer.cheapestRoomTypes(List<RoomTypeWithPriceConfigurationConsumer> cheapestRoomTypes) voidHotelInventoryResponseConsumer.setCheapestRoomTypes(List<RoomTypeWithPriceConfigurationConsumer> cheapestRoomTypes)