Uses of Record Class
web.sportflow.weather.WeatherDTO
Packages that use WeatherDTO
-
Uses of WeatherDTO in web.sportflow.weather
Methods in web.sportflow.weather that return WeatherDTOModifier and TypeMethodDescriptionWeatherController.getCurrentWeather(String address) WeatherService.getWeather(Double latitude, Double longitude, LocalDate date) WeatherService.getWeather(Double latitude, Double longitude, LocalDate startDate, LocalDate endDate) WeatherService.getWeather(String address, LocalDate date) WeatherController.getWeatherAtDate(String date, String address)