Uses of Class
travel.wink.sdk.inventory.model.RoomTypeWithPriceConfigurationNonAuthenticatedEntity
Packages that use RoomTypeWithPriceConfigurationNonAuthenticatedEntity
-
Uses of RoomTypeWithPriceConfigurationNonAuthenticatedEntity in travel.wink.sdk.inventory.model
Methods in travel.wink.sdk.inventory.model that return RoomTypeWithPriceConfigurationNonAuthenticatedEntityModifier and TypeMethodDescriptionHotelInventoryResponseNonAuthenticatedEntity.getBestPrice()Get bestPriceRoomTypeWithBestPriceNonAuthenticatedEntity.getRoomTypeWithPriceConfiguration()Get roomTypeWithPriceConfigurationRoomTypeWithPriceConfigurationNonAuthenticatedEntity.price(RoomConfigurationPriceNonAuthenticatedEntity price) RoomTypeWithPriceConfigurationNonAuthenticatedEntity.room(GuestRoomNonAuthenticatedEntity room) Methods in travel.wink.sdk.inventory.model that return types with arguments of type RoomTypeWithPriceConfigurationNonAuthenticatedEntityModifier and TypeMethodDescriptionHotelInventoryResponseNonAuthenticatedEntity.getCheapestRoomTypes()Get cheapestRoomTypesMethods in travel.wink.sdk.inventory.model with parameters of type RoomTypeWithPriceConfigurationNonAuthenticatedEntityModifier and TypeMethodDescriptionHotelInventoryResponseNonAuthenticatedEntity.addCheapestRoomTypesItem(RoomTypeWithPriceConfigurationNonAuthenticatedEntity cheapestRoomTypesItem) HotelInventoryResponseNonAuthenticatedEntity.bestPrice(RoomTypeWithPriceConfigurationNonAuthenticatedEntity bestPrice) RoomTypeWithBestPriceNonAuthenticatedEntity.roomTypeWithPriceConfiguration(RoomTypeWithPriceConfigurationNonAuthenticatedEntity roomTypeWithPriceConfiguration) voidHotelInventoryResponseNonAuthenticatedEntity.setBestPrice(RoomTypeWithPriceConfigurationNonAuthenticatedEntity bestPrice) voidRoomTypeWithBestPriceNonAuthenticatedEntity.setRoomTypeWithPriceConfiguration(RoomTypeWithPriceConfigurationNonAuthenticatedEntity roomTypeWithPriceConfiguration) Method parameters in travel.wink.sdk.inventory.model with type arguments of type RoomTypeWithPriceConfigurationNonAuthenticatedEntityModifier and TypeMethodDescriptionHotelInventoryResponseNonAuthenticatedEntity.cheapestRoomTypes(List<RoomTypeWithPriceConfigurationNonAuthenticatedEntity> cheapestRoomTypes) voidHotelInventoryResponseNonAuthenticatedEntity.setCheapestRoomTypes(List<RoomTypeWithPriceConfigurationNonAuthenticatedEntity> cheapestRoomTypes)