Skip navigation links
A B C D E F G H I J K L M O P R S T U V W 

A

Accuracy - Class in com.github.prominence.openweathermap.api.constants
 
ACCURATE - Static variable in class com.github.prominence.openweathermap.api.constants.Accuracy
 
AirPollution - Class in com.github.prominence.openweathermap.api.model.response
 
AirPollution() - Constructor for class com.github.prominence.openweathermap.api.model.response.AirPollution
 
AirPollution.AirPollutionInfo - Class in com.github.prominence.openweathermap.api.model.response
 
AirPollution.Coordinates - Class in com.github.prominence.openweathermap.api.model.response
 
AirPollutionInfo() - Constructor for class com.github.prominence.openweathermap.api.model.response.AirPollution.AirPollutionInfo
 
AirPollutionRequester - Class in com.github.prominence.openweathermap.api
 
ARABIC - Static variable in class com.github.prominence.openweathermap.api.constants.Language
 

B

BULGARIAN - Static variable in class com.github.prominence.openweathermap.api.constants.Language
 

C

CATALAN - Static variable in class com.github.prominence.openweathermap.api.constants.Language
 
CHINESE_SIMPLIFIED - Static variable in class com.github.prominence.openweathermap.api.constants.Language
 
CHINESE_TRADITIONAL - Static variable in class com.github.prominence.openweathermap.api.constants.Language
 
CityInfo - Class in com.github.prominence.openweathermap.api.model
 
CityInfo() - Constructor for class com.github.prominence.openweathermap.api.model.CityInfo
 
Clouds - Class in com.github.prominence.openweathermap.api.model
 
Clouds() - Constructor for class com.github.prominence.openweathermap.api.model.Clouds
 
com.github.prominence.openweathermap.api - package com.github.prominence.openweathermap.api
 
com.github.prominence.openweathermap.api.constants - package com.github.prominence.openweathermap.api.constants
 
com.github.prominence.openweathermap.api.exception - package com.github.prominence.openweathermap.api.exception
 
com.github.prominence.openweathermap.api.model - package com.github.prominence.openweathermap.api.model
 
com.github.prominence.openweathermap.api.model.response - package com.github.prominence.openweathermap.api.model.response
 
com.github.prominence.openweathermap.api.utils - package com.github.prominence.openweathermap.api.utils
 
Coordinates - Class in com.github.prominence.openweathermap.api.model
 
Coordinates() - Constructor for class com.github.prominence.openweathermap.api.model.Coordinates
 
Coordinates() - Constructor for class com.github.prominence.openweathermap.api.model.response.AirPollution.Coordinates
 
CROATIAN - Static variable in class com.github.prominence.openweathermap.api.constants.Language
 
CZECH - Static variable in class com.github.prominence.openweathermap.api.constants.Language
 

D

DailyForecast - Class in com.github.prominence.openweathermap.api.model.response
 
DailyForecast() - Constructor for class com.github.prominence.openweathermap.api.model.response.DailyForecast
 
DailyForecast.Forecast - Class in com.github.prominence.openweathermap.api.model.response
 
DailyForecast.Forecast.Temperature - Class in com.github.prominence.openweathermap.api.model.response
 
DailyForecastRequester - Class in com.github.prominence.openweathermap.api
 
DailyForecastRequester(String) - Constructor for class com.github.prominence.openweathermap.api.DailyForecastRequester
 
DataNotFoundException - Exception in com.github.prominence.openweathermap.api.exception
 
DataNotFoundException() - Constructor for exception com.github.prominence.openweathermap.api.exception.DataNotFoundException
 
DUTCH - Static variable in class com.github.prominence.openweathermap.api.constants.Language
 

E

ENGLISH - Static variable in class com.github.prominence.openweathermap.api.constants.Language
 
executeGetRequest(URL) - Static method in class com.github.prominence.openweathermap.api.utils.RequestUtils
 
executeRequest(String) - Method in class com.github.prominence.openweathermap.api.DailyForecastRequester
 
executeRequest(String) - Method in class com.github.prominence.openweathermap.api.HourlyForecastRequester
 
executeRequest(String) - Method in class com.github.prominence.openweathermap.api.WeatherRequester
 

F

FINNISH - Static variable in class com.github.prominence.openweathermap.api.constants.Language
 
Forecast() - Constructor for class com.github.prominence.openweathermap.api.model.response.DailyForecast.Forecast
 
Forecast() - Constructor for class com.github.prominence.openweathermap.api.model.response.HourlyForecast.Forecast
 
ForecastSystemInfo() - Constructor for class com.github.prominence.openweathermap.api.model.response.HourlyForecast.Forecast.ForecastSystemInfo
 
formatDate(Date, TimeFrame) - Static method in class com.github.prominence.openweathermap.api.utils.TimeFrameUtils
 
FRENCH - Static variable in class com.github.prominence.openweathermap.api.constants.Language
 

G

GALICIAN - Static variable in class com.github.prominence.openweathermap.api.constants.Language
 
GERMAN - Static variable in class com.github.prominence.openweathermap.api.constants.Language
 
getAdditionalParameters() - Method in class com.github.prominence.openweathermap.api.DailyForecastRequester
 
getAirPollutionRequester(float, float, Date, TimeFrame) - Method in class com.github.prominence.openweathermap.api.OpenWeatherMapManager
 
getAirPollutionRequester(Coordinates, Date, TimeFrame) - Method in class com.github.prominence.openweathermap.api.OpenWeatherMapManager
 
getAveragePressure() - Method in class com.github.prominence.openweathermap.api.model.response.HourlyForecast
 
getAverageTemperature() - Method in class com.github.prominence.openweathermap.api.model.response.HourlyForecast
 
getByMaximumPressure() - Method in class com.github.prominence.openweathermap.api.model.response.HourlyForecast
 
getByMaximumTemperature() - Method in class com.github.prominence.openweathermap.api.model.response.HourlyForecast
 
getByMinimumPressure() - Method in class com.github.prominence.openweathermap.api.model.response.HourlyForecast
 
getByMinimumTemperature() - Method in class com.github.prominence.openweathermap.api.model.response.HourlyForecast
 
getCalculationDate() - Method in class com.github.prominence.openweathermap.api.model.response.AirPollution
 
getCalculationDate() - Method in class com.github.prominence.openweathermap.api.model.response.UltravioletIndex
 
getCityId() - Method in interface com.github.prominence.openweathermap.api.model.OpenWeatherResponse
 
getCityId() - Method in class com.github.prominence.openweathermap.api.model.response.DailyForecast
 
getCityId() - Method in class com.github.prominence.openweathermap.api.model.response.HourlyForecast
 
getCityName() - Method in interface com.github.prominence.openweathermap.api.model.OpenWeatherResponse
 
getCityName() - Method in class com.github.prominence.openweathermap.api.model.response.DailyForecast
 
getCityName() - Method in class com.github.prominence.openweathermap.api.model.response.HourlyForecast
 
getCoordinates() - Method in interface com.github.prominence.openweathermap.api.model.OpenWeatherResponse
 
getCoordinates() - Method in class com.github.prominence.openweathermap.api.model.response.DailyForecast
 
getCoordinates() - Method in class com.github.prominence.openweathermap.api.model.response.HourlyForecast
 
getCountry() - Method in interface com.github.prominence.openweathermap.api.model.OpenWeatherResponse
 
getCountry() - Method in class com.github.prominence.openweathermap.api.model.response.DailyForecast
 
getCountry() - Method in class com.github.prominence.openweathermap.api.model.response.HourlyForecast
 
getCountry() - Method in class com.github.prominence.openweathermap.api.model.response.Weather
 
getCurrentUVIndex() - Method in class com.github.prominence.openweathermap.api.UltravioletIndexRequester
 
getDailyForecastRequester() - Method in class com.github.prominence.openweathermap.api.OpenWeatherMapManager
 
getDataCalculationDate() - Method in class com.github.prominence.openweathermap.api.model.response.DailyForecast.Forecast
 
getDataCalculationDate() - Method in class com.github.prominence.openweathermap.api.model.response.HourlyForecast.Forecast
 
getDataCalculationDate() - Method in class com.github.prominence.openweathermap.api.model.response.Weather
 
getHourlyForecastRequester() - Method in class com.github.prominence.openweathermap.api.OpenWeatherMapManager
 
getHumidityPercentage() - Method in class com.github.prominence.openweathermap.api.model.response.Weather
 
getMaximumPressure() - Method in class com.github.prominence.openweathermap.api.model.response.HourlyForecast
 
getMaximumTemperature() - Method in class com.github.prominence.openweathermap.api.model.response.HourlyForecast
 
getMinimumPressure() - Method in class com.github.prominence.openweathermap.api.model.response.HourlyForecast
 
getMinimumTemperature() - Method in class com.github.prominence.openweathermap.api.model.response.HourlyForecast
 
getPressure() - Method in class com.github.prominence.openweathermap.api.model.response.Weather
 
getPressureUnit() - Method in class com.github.prominence.openweathermap.api.model.response.DailyForecast.Forecast
 
getPressureUnit() - Method in class com.github.prominence.openweathermap.api.model.response.HourlyForecast.Forecast.WeatherInfo
 
getPressureUnit() - Method in class com.github.prominence.openweathermap.api.model.response.Weather
 
getPressureUnit() - Method in class com.github.prominence.openweathermap.api.model.response.Weather.WeatherInfo
 
getRequestType() - Method in class com.github.prominence.openweathermap.api.DailyForecastRequester
 
getRequestType() - Method in class com.github.prominence.openweathermap.api.HourlyForecastRequester
 
getRequestType() - Method in class com.github.prominence.openweathermap.api.WeatherRequester
 
getResponseCode() - Method in interface com.github.prominence.openweathermap.api.model.OpenWeatherResponse
 
getResponseCode() - Method in class com.github.prominence.openweathermap.api.model.response.DailyForecast
 
getSunriseDate() - Method in class com.github.prominence.openweathermap.api.model.response.Weather.WeatherSystemInfo
 
getSunsetDate() - Method in class com.github.prominence.openweathermap.api.model.response.Weather.WeatherSystemInfo
 
getTemperature() - Method in class com.github.prominence.openweathermap.api.model.response.Weather
 
getTemperatureUnit(String) - Static method in class com.github.prominence.openweathermap.api.constants.Unit
 
getTemperatureUnit() - Method in class com.github.prominence.openweathermap.api.model.response.Weather
 
getUltravioletIndexRequester(float, float) - Method in class com.github.prominence.openweathermap.api.OpenWeatherMapManager
 
getUltravioletIndexRequester(Coordinates) - Method in class com.github.prominence.openweathermap.api.OpenWeatherMapManager
 
getUnit() - Method in class com.github.prominence.openweathermap.api.model.Rain
 
getUnit() - Method in class com.github.prominence.openweathermap.api.model.Snow
 
getUVIndexByPeriod(Date, Date) - Method in class com.github.prominence.openweathermap.api.UltravioletIndexRequester
 
getUVIndexForecast(int) - Method in class com.github.prominence.openweathermap.api.UltravioletIndexRequester
 
getWeatherDescription() - Method in class com.github.prominence.openweathermap.api.model.response.Weather
 
getWeatherIconUrl() - Method in class com.github.prominence.openweathermap.api.model.WeatherState
 
getWeatherRequester() - Method in class com.github.prominence.openweathermap.api.OpenWeatherMapManager
 
getWindUnit(String) - Static method in class com.github.prominence.openweathermap.api.constants.Unit
 
GREEK - Static variable in class com.github.prominence.openweathermap.api.constants.Language
 

H

HourlyForecast - Class in com.github.prominence.openweathermap.api.model.response
 
HourlyForecast() - Constructor for class com.github.prominence.openweathermap.api.model.response.HourlyForecast
 
HourlyForecast.Forecast - Class in com.github.prominence.openweathermap.api.model.response
 
HourlyForecast.Forecast.ForecastSystemInfo - Class in com.github.prominence.openweathermap.api.model.response
 
HourlyForecast.Forecast.WeatherInfo - Class in com.github.prominence.openweathermap.api.model.response
 
HourlyForecastRequester - Class in com.github.prominence.openweathermap.api
 
HUNGARIAN - Static variable in class com.github.prominence.openweathermap.api.constants.Language
 

I

IMPERIAL_SYSTEM - Static variable in class com.github.prominence.openweathermap.api.constants.Unit
 
InvalidAuthTokenException - Exception in com.github.prominence.openweathermap.api.exception
 
InvalidAuthTokenException() - Constructor for exception com.github.prominence.openweathermap.api.exception.InvalidAuthTokenException
 
ITALIAN - Static variable in class com.github.prominence.openweathermap.api.constants.Language
 

J

JAPANESE - Static variable in class com.github.prominence.openweathermap.api.constants.Language
 
JSONUtils - Class in com.github.prominence.openweathermap.api.utils
 

K

KOREAN - Static variable in class com.github.prominence.openweathermap.api.constants.Language
 

L

Language - Class in com.github.prominence.openweathermap.api.constants
 
LATVIAN - Static variable in class com.github.prominence.openweathermap.api.constants.Language
 
LIKE - Static variable in class com.github.prominence.openweathermap.api.constants.Accuracy
 
LITHUANIAN - Static variable in class com.github.prominence.openweathermap.api.constants.Language
 

M

MACEDONIAN - Static variable in class com.github.prominence.openweathermap.api.constants.Language
 
METRIC_SYSTEM - Static variable in class com.github.prominence.openweathermap.api.constants.Unit
 

O

OpenWeatherMapManager - Class in com.github.prominence.openweathermap.api
 
OpenWeatherMapManager(String) - Constructor for class com.github.prominence.openweathermap.api.OpenWeatherMapManager
 
OpenWeatherResponse - Interface in com.github.prominence.openweathermap.api.model
 

P

parseJSON(InputStream, Class) - Static method in class com.github.prominence.openweathermap.api.utils.JSONUtils
 
parseJSON(InputStream, TypeReference) - Static method in class com.github.prominence.openweathermap.api.utils.JSONUtils
 
PERSIAN - Static variable in class com.github.prominence.openweathermap.api.constants.Language
 
POLISH - Static variable in class com.github.prominence.openweathermap.api.constants.Language
 
PORTUGUESE - Static variable in class com.github.prominence.openweathermap.api.constants.Language
 

R

Rain - Class in com.github.prominence.openweathermap.api.model
 
Rain() - Constructor for class com.github.prominence.openweathermap.api.model.Rain
 
RequestUtils - Class in com.github.prominence.openweathermap.api.utils
 
retrieve() - Method in class com.github.prominence.openweathermap.api.AirPollutionRequester
 
ROMANIAN - Static variable in class com.github.prominence.openweathermap.api.constants.Language
 
RUSSIAN - Static variable in class com.github.prominence.openweathermap.api.constants.Language
 

S

setAccuracy(String) - Method in class com.github.prominence.openweathermap.api.HourlyForecastRequester
 
setAccuracy(String) - Method in class com.github.prominence.openweathermap.api.WeatherRequester
 
setAmountOfDays(int) - Method in class com.github.prominence.openweathermap.api.DailyForecastRequester
 
setCoordinates(Coordinates) - Method in class com.github.prominence.openweathermap.api.AirPollutionRequester
 
setCoordinates(float, float) - Method in class com.github.prominence.openweathermap.api.AirPollutionRequester
 
setCoordinates(Coordinates) - Method in class com.github.prominence.openweathermap.api.UltravioletIndexRequester
 
setCoordinates(float, float) - Method in class com.github.prominence.openweathermap.api.UltravioletIndexRequester
 
setDate(Date) - Method in class com.github.prominence.openweathermap.api.AirPollutionRequester
 
setLanguage(String) - Method in class com.github.prominence.openweathermap.api.HourlyForecastRequester
 
setLanguage(String) - Method in class com.github.prominence.openweathermap.api.WeatherRequester
 
setTimeFrame(TimeFrame) - Method in class com.github.prominence.openweathermap.api.AirPollutionRequester
 
setUnitSystem(String) - Method in class com.github.prominence.openweathermap.api.HourlyForecastRequester
 
setUnitSystem(String) - Method in class com.github.prominence.openweathermap.api.WeatherRequester
 
SLOVAK - Static variable in class com.github.prominence.openweathermap.api.constants.Language
 
SLOVENIAN - Static variable in class com.github.prominence.openweathermap.api.constants.Language
 
Snow - Class in com.github.prominence.openweathermap.api.model
 
Snow() - Constructor for class com.github.prominence.openweathermap.api.model.Snow
 
SPANISH - Static variable in class com.github.prominence.openweathermap.api.constants.Language
 
STANDARD_SYSTEM - Static variable in class com.github.prominence.openweathermap.api.constants.Unit
 
SWEDISH - Static variable in class com.github.prominence.openweathermap.api.constants.Language
 

T

Temperature() - Constructor for class com.github.prominence.openweathermap.api.model.response.DailyForecast.Forecast.Temperature
 
TimeFrame - Enum in com.github.prominence.openweathermap.api.constants
 
TimeFrameUtils - Class in com.github.prominence.openweathermap.api.utils
 
toString() - Method in class com.github.prominence.openweathermap.api.model.CityInfo
 
toString() - Method in class com.github.prominence.openweathermap.api.model.Clouds
 
toString() - Method in class com.github.prominence.openweathermap.api.model.Coordinates
 
toString() - Method in class com.github.prominence.openweathermap.api.model.Rain
 
toString() - Method in class com.github.prominence.openweathermap.api.model.response.AirPollution.AirPollutionInfo
 
toString() - Method in class com.github.prominence.openweathermap.api.model.response.AirPollution.Coordinates
 
toString() - Method in class com.github.prominence.openweathermap.api.model.response.AirPollution
 
toString() - Method in class com.github.prominence.openweathermap.api.model.response.DailyForecast.Forecast.Temperature
 
toString() - Method in class com.github.prominence.openweathermap.api.model.response.DailyForecast.Forecast
 
toString() - Method in class com.github.prominence.openweathermap.api.model.response.DailyForecast
 
toString() - Method in class com.github.prominence.openweathermap.api.model.response.HourlyForecast.Forecast
 
toString() - Method in class com.github.prominence.openweathermap.api.model.response.HourlyForecast.Forecast.WeatherInfo
 
toString() - Method in class com.github.prominence.openweathermap.api.model.response.HourlyForecast
 
toString() - Method in class com.github.prominence.openweathermap.api.model.response.UltravioletIndex
 
toString() - Method in class com.github.prominence.openweathermap.api.model.response.Weather
 
toString() - Method in class com.github.prominence.openweathermap.api.model.response.Weather.WeatherInfo
 
toString() - Method in class com.github.prominence.openweathermap.api.model.response.Weather.WeatherSystemInfo
 
toString() - Method in class com.github.prominence.openweathermap.api.model.Snow
 
toString() - Method in class com.github.prominence.openweathermap.api.model.WeatherState
 
toString() - Method in class com.github.prominence.openweathermap.api.model.Wind
 
TURKISH - Static variable in class com.github.prominence.openweathermap.api.constants.Language
 

U

UKRANIAN - Static variable in class com.github.prominence.openweathermap.api.constants.Language
 
UltravioletIndex - Class in com.github.prominence.openweathermap.api.model.response
 
UltravioletIndex() - Constructor for class com.github.prominence.openweathermap.api.model.response.UltravioletIndex
 
UltravioletIndexRequester - Class in com.github.prominence.openweathermap.api
 
Unit - Class in com.github.prominence.openweathermap.api.constants
 

V

valueOf(String) - Static method in enum com.github.prominence.openweathermap.api.constants.TimeFrame
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.github.prominence.openweathermap.api.constants.TimeFrame
Returns an array containing the constants of this enum type, in the order they are declared.
VIETNAMESE - Static variable in class com.github.prominence.openweathermap.api.constants.Language
 

W

Weather - Class in com.github.prominence.openweathermap.api.model.response
 
Weather() - Constructor for class com.github.prominence.openweathermap.api.model.response.Weather
 
Weather.WeatherInfo - Class in com.github.prominence.openweathermap.api.model.response
 
Weather.WeatherSystemInfo - Class in com.github.prominence.openweathermap.api.model.response
 
WeatherInfo() - Constructor for class com.github.prominence.openweathermap.api.model.response.HourlyForecast.Forecast.WeatherInfo
 
WeatherInfo() - Constructor for class com.github.prominence.openweathermap.api.model.response.Weather.WeatherInfo
 
WeatherRequester - Class in com.github.prominence.openweathermap.api
 
WeatherState - Class in com.github.prominence.openweathermap.api.model
 
WeatherState() - Constructor for class com.github.prominence.openweathermap.api.model.WeatherState
 
WeatherSystemInfo() - Constructor for class com.github.prominence.openweathermap.api.model.response.Weather.WeatherSystemInfo
 
Wind - Class in com.github.prominence.openweathermap.api.model
 
Wind() - Constructor for class com.github.prominence.openweathermap.api.model.Wind
 
A B C D E F G H I J K L M O P R S T U V W 
Skip navigation links

Copyright © 2019. All rights reserved.