Package | Description |
---|---|
com.moosemorals.weather.reports |
Results of fetches of various types.
|
Modifier and Type | Method and Description |
---|---|
WeatherReport.Builder |
WeatherReport.Builder.addDailyForecast(DailyForecast forecast) |
WeatherReport.Builder |
WeatherReport.Builder.addHourlyForecast(HourlyForecast forecast) |
WeatherReport.Builder |
WeatherReport.Builder.setCurrent(Current current) |
WeatherReport.Builder |
WeatherReport.Builder.setLanguage(String language) |
WeatherReport.Builder |
WeatherReport.Builder.setLocation(Location location) |
WeatherReport.Builder |
WeatherReport.Builder.setQuery(Query query) |
WeatherReport.Builder |
WeatherReport.Builder.setWhen(DateTime when) |
Copyright © 2015. All rights reserved.