Skip navigation links
B C D F G I K O S T V W 

B

build() - Method in class org.kustom.api.weather.model.WeatherRequest.Builder
 
build() - Method in class org.kustom.api.weather.model.WeatherResponse.Builder
 
Builder() - Constructor for class org.kustom.api.weather.model.WeatherRequest.Builder
 
Builder(WeatherInstant) - Constructor for class org.kustom.api.weather.model.WeatherResponse.Builder
 

C

CREATOR - Static variable in class org.kustom.api.weather.model.WeatherDailyForecast
 
CREATOR - Static variable in class org.kustom.api.weather.model.WeatherHourlyForecast
 
CREATOR - Static variable in class org.kustom.api.weather.model.WeatherInstant
 
CREATOR - Static variable in class org.kustom.api.weather.model.WeatherRequest
 
CREATOR - Static variable in class org.kustom.api.weather.model.WeatherResponse
 

D

describeContents() - Method in class org.kustom.api.weather.model.WeatherDailyForecast
 
describeContents() - Method in class org.kustom.api.weather.model.WeatherHourlyForecast
 
describeContents() - Method in class org.kustom.api.weather.model.WeatherInstant
 
describeContents() - Method in class org.kustom.api.weather.model.WeatherRequest
 
describeContents() - Method in class org.kustom.api.weather.model.WeatherResponse
 

F

fetchWeather(WeatherRequest) - Method in class org.kustom.api.weather.KustomWeatherService
 

G

get(int) - Static method in enum org.kustom.api.weather.model.WeatherCode
Build a weather code based on an Yahoo Weather codes (this should be considered the standard baseline by all weather providers)
getAdminArea() - Method in class org.kustom.api.weather.model.WeatherRequest
 
getCode() - Method in enum org.kustom.api.weather.model.WeatherCode
 
getCode() - Method in class org.kustom.api.weather.model.WeatherCondition
A Kustom compatible weather code properly converted
getCondition() - Method in class org.kustom.api.weather.model.WeatherCondition
 
getCountry() - Method in class org.kustom.api.weather.model.WeatherRequest
 
getCountryCode() - Method in class org.kustom.api.weather.model.WeatherRequest
 
getCurrent() - Method in class org.kustom.api.weather.model.WeatherResponse
 
getForecast() - Method in class org.kustom.api.weather.model.WeatherResponse
 
getHourlyForecast() - Method in class org.kustom.api.weather.model.WeatherResponse
 
getHumidity() - Method in class org.kustom.api.weather.model.WeatherCondition
 
getIcon() - Method in enum org.kustom.api.weather.model.WeatherCode
 
getLang() - Method in class org.kustom.api.weather.model.WeatherRequest
 
getLatitude() - Method in class org.kustom.api.weather.model.WeatherRequest
 
getLocality() - Method in class org.kustom.api.weather.model.WeatherRequest
 
getLongitude() - Method in class org.kustom.api.weather.model.WeatherRequest
 
getPostalCode() - Method in class org.kustom.api.weather.model.WeatherRequest
 
getPressure() - Method in class org.kustom.api.weather.model.WeatherCondition
 
getRain() - Method in class org.kustom.api.weather.model.WeatherDailyForecast
 
getRain() - Method in class org.kustom.api.weather.model.WeatherHourlyForecast
 
getRain() - Method in interface org.kustom.api.weather.model.WeatherRainInfo
 
getRainChance() - Method in class org.kustom.api.weather.model.WeatherDailyForecast
 
getRainChance() - Method in class org.kustom.api.weather.model.WeatherHourlyForecast
 
getRainChance() - Method in interface org.kustom.api.weather.model.WeatherRainInfo
 
getStationId() - Method in class org.kustom.api.weather.model.WeatherResponse
 
getTemperature() - Method in class org.kustom.api.weather.model.WeatherCondition
 
getTemperature() - Method in class org.kustom.api.weather.model.WeatherDailyForecast
 
getTemperature() - Method in class org.kustom.api.weather.model.WeatherInstant
 
getTempMax() - Method in class org.kustom.api.weather.model.WeatherDailyForecast
 
getTempMin() - Method in class org.kustom.api.weather.model.WeatherDailyForecast
 
getValidFrom() - Method in class org.kustom.api.weather.model.WeatherHourlyForecast
 
getValidTo() - Method in class org.kustom.api.weather.model.WeatherHourlyForecast
 
getValidUntil() - Method in class org.kustom.api.weather.model.WeatherResponse
 
getWindDeg() - Method in class org.kustom.api.weather.model.WeatherCondition
 
getWindSpeed() - Method in class org.kustom.api.weather.model.WeatherCondition
 

I

isSuccess() - Method in class org.kustom.api.weather.model.WeatherResponse
 

K

KustomWeatherService - Class in org.kustom.api.weather
 
KustomWeatherService() - Constructor for class org.kustom.api.weather.KustomWeatherService
 

O

onBind(Intent) - Method in class org.kustom.api.weather.KustomWeatherService
 
onCreate() - Method in class org.kustom.api.weather.KustomWeatherService
 
org.kustom.api.weather - package org.kustom.api.weather
 
org.kustom.api.weather.model - package org.kustom.api.weather.model
 

S

setCode(WeatherCode) - Method in class org.kustom.api.weather.model.WeatherCondition
Sets Kustom standard weather code
setCondition(String) - Method in class org.kustom.api.weather.model.WeatherCondition
Sets condition in readable format
setHumidity(int) - Method in class org.kustom.api.weather.model.WeatherCondition
Set humidity in %
setPressure(float) - Method in class org.kustom.api.weather.model.WeatherCondition
Set pressure in millibars
setRain(float) - Method in class org.kustom.api.weather.model.WeatherDailyForecast
Sets expected rain precipitations
setRain(float) - Method in class org.kustom.api.weather.model.WeatherHourlyForecast
Sets expected rain precipitations
setRainChance(int) - Method in class org.kustom.api.weather.model.WeatherDailyForecast
Sets current chance of rain
setRainChance(int) - Method in class org.kustom.api.weather.model.WeatherHourlyForecast
Sets current chance of rain
setTemperature(float) - Method in class org.kustom.api.weather.model.WeatherInstant
Set temperature in Celsius
setTempMax(float) - Method in class org.kustom.api.weather.model.WeatherDailyForecast
Sets max day temperature
setTempMin(float) - Method in class org.kustom.api.weather.model.WeatherDailyForecast
Sets min day temperature
SETTINGS_EXTRA_ACCENT_COLOR - Static variable in class org.kustom.api.weather.KustomWeatherService
 
SETTINGS_EXTRA_EXPLICIT - Static variable in class org.kustom.api.weather.KustomWeatherService
 
SETTINGS_EXTRA_SERVICE - Static variable in class org.kustom.api.weather.KustomWeatherService
 
SETTINGS_EXTRA_THEME - Static variable in class org.kustom.api.weather.KustomWeatherService
 
setValidFrom(long) - Method in class org.kustom.api.weather.model.WeatherHourlyForecast
Sets validity limit of this value (start)
setValidTo(long) - Method in class org.kustom.api.weather.model.WeatherHourlyForecast
Sets validity limit of this value (end)
setWindDeg(int) - Method in class org.kustom.api.weather.model.WeatherCondition
Set wind direction in degrees
setWindSpeed(float) - Method in class org.kustom.api.weather.model.WeatherCondition
Set wind speed in m/s

T

toString() - Method in class org.kustom.api.weather.model.WeatherInstant
 

V

valueOf(String) - Static method in enum org.kustom.api.weather.model.WeatherCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.kustom.api.weather.model.WeatherIcon
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.kustom.api.weather.model.WeatherCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.kustom.api.weather.model.WeatherIcon
Returns an array containing the constants of this enum type, in the order they are declared.

W

WeatherCode - Enum in org.kustom.api.weather.model
 
WeatherCondition - Class in org.kustom.api.weather.model
 
WeatherCondition() - Constructor for class org.kustom.api.weather.model.WeatherCondition
 
WeatherCondition(Parcel) - Constructor for class org.kustom.api.weather.model.WeatherCondition
 
WeatherDailyForecast - Class in org.kustom.api.weather.model
 
WeatherDailyForecast() - Constructor for class org.kustom.api.weather.model.WeatherDailyForecast
 
WeatherDailyForecast(Parcel) - Constructor for class org.kustom.api.weather.model.WeatherDailyForecast
 
WeatherHourlyForecast - Class in org.kustom.api.weather.model
 
WeatherHourlyForecast() - Constructor for class org.kustom.api.weather.model.WeatherHourlyForecast
 
WeatherHourlyForecast(Parcel) - Constructor for class org.kustom.api.weather.model.WeatherHourlyForecast
 
WeatherIcon - Enum in org.kustom.api.weather.model
 
WeatherInstant - Class in org.kustom.api.weather.model
 
WeatherInstant() - Constructor for class org.kustom.api.weather.model.WeatherInstant
 
WeatherInstant(Parcel) - Constructor for class org.kustom.api.weather.model.WeatherInstant
 
WeatherRainInfo - Interface in org.kustom.api.weather.model
 
WeatherRequest - Class in org.kustom.api.weather.model
 
WeatherRequest(Parcel) - Constructor for class org.kustom.api.weather.model.WeatherRequest
 
WeatherRequest.Builder - Class in org.kustom.api.weather.model
 
WeatherResponse - Class in org.kustom.api.weather.model
 
WeatherResponse(Parcel) - Constructor for class org.kustom.api.weather.model.WeatherResponse
 
WeatherResponse.Builder - Class in org.kustom.api.weather.model
 
withAdminArea(String) - Method in class org.kustom.api.weather.model.WeatherRequest.Builder
 
withCountry(String) - Method in class org.kustom.api.weather.model.WeatherRequest.Builder
 
withCountryCode(String) - Method in class org.kustom.api.weather.model.WeatherRequest.Builder
 
withForecast(WeatherDailyForecast[]) - Method in class org.kustom.api.weather.model.WeatherResponse.Builder
 
withHourlyForecast(WeatherHourlyForecast[]) - Method in class org.kustom.api.weather.model.WeatherResponse.Builder
 
withLang(String) - Method in class org.kustom.api.weather.model.WeatherRequest.Builder
 
withLatitude(double) - Method in class org.kustom.api.weather.model.WeatherRequest.Builder
 
withLocality(String) - Method in class org.kustom.api.weather.model.WeatherRequest.Builder
 
withLongitude(double) - Method in class org.kustom.api.weather.model.WeatherRequest.Builder
 
withPostalCode(String) - Method in class org.kustom.api.weather.model.WeatherRequest.Builder
 
withStationId(String) - Method in class org.kustom.api.weather.model.WeatherResponse.Builder
 
withSuccess(boolean) - Method in class org.kustom.api.weather.model.WeatherResponse.Builder
 
withValidUntil(long) - Method in class org.kustom.api.weather.model.WeatherResponse.Builder
 
writeToParcel(Parcel, int) - Method in class org.kustom.api.weather.model.WeatherCondition
 
writeToParcel(Parcel, int) - Method in class org.kustom.api.weather.model.WeatherDailyForecast
 
writeToParcel(Parcel, int) - Method in class org.kustom.api.weather.model.WeatherHourlyForecast
 
writeToParcel(Parcel, int) - Method in class org.kustom.api.weather.model.WeatherInstant
 
writeToParcel(Parcel, int) - Method in class org.kustom.api.weather.model.WeatherRequest
 
writeToParcel(Parcel, int) - Method in class org.kustom.api.weather.model.WeatherResponse
 
B C D F G I K O S T V W 
Skip navigation links