Uses of Class
travel.wink.sdk.booking.engine.model.RoomTypeWithPriceConfiguration
Packages that use RoomTypeWithPriceConfiguration
-
Uses of RoomTypeWithPriceConfiguration in travel.wink.sdk.booking.engine.model
Methods in travel.wink.sdk.booking.engine.model that return RoomTypeWithPriceConfigurationModifier and TypeMethodDescriptionRoomTypeWithPriceConfiguration.channelInventoryIdentifier(String channelInventoryIdentifier) HotelInventoryResponse.getBestPrice()Get bestPriceRoomTypeWithBestPrice.getRoomTypeWithPriceConfiguration()Get roomTypeWithPriceConfigurationRoomTypeWithPriceConfiguration.price(RoomConfigurationPrice price) Methods in travel.wink.sdk.booking.engine.model that return types with arguments of type RoomTypeWithPriceConfigurationModifier and TypeMethodDescription@Valid List<RoomTypeWithPriceConfiguration>HotelInventoryResponse.getCheapestRoomTypes()Get cheapestRoomTypesMethods in travel.wink.sdk.booking.engine.model with parameters of type RoomTypeWithPriceConfigurationModifier and TypeMethodDescriptionHotelInventoryResponse.addCheapestRoomTypesItem(RoomTypeWithPriceConfiguration cheapestRoomTypesItem) HotelInventoryResponse.bestPrice(RoomTypeWithPriceConfiguration bestPrice) RoomTypeWithBestPrice.roomTypeWithPriceConfiguration(RoomTypeWithPriceConfiguration roomTypeWithPriceConfiguration) voidHotelInventoryResponse.setBestPrice(RoomTypeWithPriceConfiguration bestPrice) voidRoomTypeWithBestPrice.setRoomTypeWithPriceConfiguration(RoomTypeWithPriceConfiguration roomTypeWithPriceConfiguration) Method parameters in travel.wink.sdk.booking.engine.model with type arguments of type RoomTypeWithPriceConfigurationModifier and TypeMethodDescriptionHotelInventoryResponse.cheapestRoomTypes(List<RoomTypeWithPriceConfiguration> cheapestRoomTypes) voidHotelInventoryResponse.setCheapestRoomTypes(List<RoomTypeWithPriceConfiguration> cheapestRoomTypes)