Uses of Class
com.github.trelawnm.weathersdk.model.WeatherResponse
Packages that use WeatherResponse
-
Uses of WeatherResponse in com.github.trelawnm.weathersdk
Methods in com.github.trelawnm.weathersdk that return WeatherResponseModifier and TypeMethodDescriptionRetrieves weather data for the specified city.WeatherSDK.getWeatherObj(String cityName) Gets current weather data for specified cityMethods in com.github.trelawnm.weathersdk with parameters of type WeatherResponseModifier and TypeMethodDescriptionvoidWeatherCache.put(String city, WeatherResponse weatherData) Stores weather data for the specified city in the cache.