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

A

addAlerts(FioAlert) - Method in class ch.rasc.forcastio.model.ImmutableFioResponse.Builder
Adds one element to alerts list.
addAlerts(FioAlert...) - Method in class ch.rasc.forcastio.model.ImmutableFioResponse.Builder
Adds elements to alerts list.
addAllAlerts(Iterable<? extends FioAlert>) - Method in class ch.rasc.forcastio.model.ImmutableFioResponse.Builder
Adds elements to alerts list.
addAllDarkskyStations(Iterable<String>) - Method in class ch.rasc.forcastio.model.ImmutableFioFlag.Builder
Adds elements to darkskyStations list.
addAllData(Iterable<? extends FioDataPoint>) - Method in class ch.rasc.forcastio.model.ImmutableFioDataBlock.Builder
Adds elements to data list.
addAllDatapointStations(Iterable<String>) - Method in class ch.rasc.forcastio.model.ImmutableFioFlag.Builder
Adds elements to datapointStations list.
addAllIsdStations(Iterable<String>) - Method in class ch.rasc.forcastio.model.ImmutableFioFlag.Builder
Adds elements to isdStations list.
addAllLampStations(Iterable<String>) - Method in class ch.rasc.forcastio.model.ImmutableFioFlag.Builder
Adds elements to lampStations list.
addAllMetarStations(Iterable<String>) - Method in class ch.rasc.forcastio.model.ImmutableFioFlag.Builder
Adds elements to metarStations list.
addAllSources(Iterable<String>) - Method in class ch.rasc.forcastio.model.ImmutableFioFlag.Builder
Adds elements to sources list.
addDarkskyStations(String) - Method in class ch.rasc.forcastio.model.ImmutableFioFlag.Builder
Adds one element to darkskyStations list.
addDarkskyStations(String...) - Method in class ch.rasc.forcastio.model.ImmutableFioFlag.Builder
Adds elements to darkskyStations list.
addData(FioDataPoint) - Method in class ch.rasc.forcastio.model.ImmutableFioDataBlock.Builder
Adds one element to data list.
addData(FioDataPoint...) - Method in class ch.rasc.forcastio.model.ImmutableFioDataBlock.Builder
Adds elements to data list.
addDatapointStations(String) - Method in class ch.rasc.forcastio.model.ImmutableFioFlag.Builder
Adds one element to datapointStations list.
addDatapointStations(String...) - Method in class ch.rasc.forcastio.model.ImmutableFioFlag.Builder
Adds elements to datapointStations list.
addIsdStations(String) - Method in class ch.rasc.forcastio.model.ImmutableFioFlag.Builder
Adds one element to isdStations list.
addIsdStations(String...) - Method in class ch.rasc.forcastio.model.ImmutableFioFlag.Builder
Adds elements to isdStations list.
addLampStations(String) - Method in class ch.rasc.forcastio.model.ImmutableFioFlag.Builder
Adds one element to lampStations list.
addLampStations(String...) - Method in class ch.rasc.forcastio.model.ImmutableFioFlag.Builder
Adds elements to lampStations list.
addMetarStations(String) - Method in class ch.rasc.forcastio.model.ImmutableFioFlag.Builder
Adds one element to metarStations list.
addMetarStations(String...) - Method in class ch.rasc.forcastio.model.ImmutableFioFlag.Builder
Adds elements to metarStations list.
addSources(String) - Method in class ch.rasc.forcastio.model.ImmutableFioFlag.Builder
Adds one element to sources list.
addSources(String...) - Method in class ch.rasc.forcastio.model.ImmutableFioFlag.Builder
Adds elements to sources list.
alerts() - Method in interface ch.rasc.forcastio.model.FioResponse
A collection of FioAlert instances, which, if present, contains any severe weather alerts, issued by a governmental weather authority, pertinent to the requested location.
alerts() - Method in class ch.rasc.forcastio.model.ImmutableFioResponse
A collection of FioAlert instances, which, if present, contains any severe weather alerts, issued by a governmental weather authority, pertinent to the requested location.
alerts(Iterable<? extends FioAlert>) - Method in class ch.rasc.forcastio.model.ImmutableFioResponse.Builder
Sets or replaces all elements for alerts list.
apiCalls() - Method in class ch.rasc.forcastio.FioClient
The number of API calls made for today.
apparentTemperature() - Method in class ch.rasc.forcastio.model.FioDataPoint
A numerical value representing the apparent (or "feels like") temperature at the given time in degrees Fahrenheit.
apparentTemperature() - Method in class ch.rasc.forcastio.model.ImmutableFioDataPoint
A numerical value representing the apparent (or "feels like") temperature at the given time in degrees Fahrenheit.
apparentTemperature(BigDecimal) - Method in class ch.rasc.forcastio.model.ImmutableFioDataPoint.Builder
Initializes the value for the apparentTemperature attribute.
apparentTemperatureMax() - Method in class ch.rasc.forcastio.model.FioDataPoint
A numerical value representing the maximumum apparent temperature on the given day in degrees Fahrenheit.
apparentTemperatureMax() - Method in class ch.rasc.forcastio.model.ImmutableFioDataPoint
A numerical value representing the maximumum apparent temperature on the given day in degrees Fahrenheit.
apparentTemperatureMax(BigDecimal) - Method in class ch.rasc.forcastio.model.ImmutableFioDataPoint.Builder
Initializes the value for the apparentTemperatureMax attribute.
apparentTemperatureMaxTime() - Method in class ch.rasc.forcastio.model.FioDataPoint
The UNIX time at which FioDataPoint.apparentTemperatureMax() occurs.
apparentTemperatureMaxTime() - Method in class ch.rasc.forcastio.model.ImmutableFioDataPoint
The UNIX time at which ImmutableFioDataPoint.apparentTemperatureMax() occurs.
apparentTemperatureMaxTime(Long) - Method in class ch.rasc.forcastio.model.ImmutableFioDataPoint.Builder
Initializes the value for the apparentTemperatureMaxTime attribute.
apparentTemperatureMin() - Method in class ch.rasc.forcastio.model.FioDataPoint
A numerical value representing the minimum apparent temperature on the given day in degrees Fahrenheit.
apparentTemperatureMin() - Method in class ch.rasc.forcastio.model.ImmutableFioDataPoint
A numerical value representing the minimum apparent temperature on the given day in degrees Fahrenheit.
apparentTemperatureMin(BigDecimal) - Method in class ch.rasc.forcastio.model.ImmutableFioDataPoint.Builder
Initializes the value for the apparentTemperatureMin attribute.
apparentTemperatureMinTime() - Method in class ch.rasc.forcastio.model.FioDataPoint
The UNIX time at which FioDataPoint.apparentTemperatureMin() occurs.
apparentTemperatureMinTime() - Method in class ch.rasc.forcastio.model.ImmutableFioDataPoint
The UNIX time at which ImmutableFioDataPoint.apparentTemperatureMin() occurs.
apparentTemperatureMinTime(Long) - Method in class ch.rasc.forcastio.model.ImmutableFioDataPoint.Builder
Initializes the value for the apparentTemperatureMinTime attribute.

B

build() - Method in class ch.rasc.forcastio.model.ImmutableFioAlert.Builder
Builds a new ImmutableFioAlert.
build() - Method in class ch.rasc.forcastio.model.ImmutableFioDataBlock.Builder
Builds a new ImmutableFioDataBlock.
build() - Method in class ch.rasc.forcastio.model.ImmutableFioDataPoint.Builder
Builds a new ImmutableFioDataPoint.
build() - Method in class ch.rasc.forcastio.model.ImmutableFioFlag.Builder
Builds a new ImmutableFioFlag.
build() - Method in class ch.rasc.forcastio.model.ImmutableFioResponse.Builder
Builds a new ImmutableFioResponse.
builder() - Static method in interface ch.rasc.forcastio.model.FioRequest
 
Builder() - Constructor for class ch.rasc.forcastio.model.FioRequest.Builder
 
builder() - Static method in class ch.rasc.forcastio.model.ImmutableFioAlert
Creates a builder for ImmutableFioAlert.
builder() - Static method in class ch.rasc.forcastio.model.ImmutableFioDataBlock
Creates a builder for ImmutableFioDataBlock.
builder() - Static method in class ch.rasc.forcastio.model.ImmutableFioDataPoint
Creates a builder for ImmutableFioDataPoint.
builder() - Static method in class ch.rasc.forcastio.model.ImmutableFioFlag
Creates a builder for ImmutableFioFlag.
builder() - Static method in class ch.rasc.forcastio.model.ImmutableFioResponse
Creates a builder for ImmutableFioResponse.

C

ch.rasc.forcastio - package ch.rasc.forcastio
 
ch.rasc.forcastio.converter - package ch.rasc.forcastio.converter
 
ch.rasc.forcastio.json - package ch.rasc.forcastio.json
 
ch.rasc.forcastio.model - package ch.rasc.forcastio.model
 
cloudCover() - Method in class ch.rasc.forcastio.model.FioDataPoint
A numerical value between 0 and 1 (inclusive) representing the percentage of sky occluded by clouds.
cloudCover(BigDecimal) - Method in class ch.rasc.forcastio.model.ImmutableFioDataPoint.Builder
Initializes the value for the cloudCover attribute.
cloudCover() - Method in class ch.rasc.forcastio.model.ImmutableFioDataPoint
A numerical value between 0 and 1 (inclusive) representing the percentage of sky occluded by clouds.
copyOf(FioAlert) - Static method in class ch.rasc.forcastio.model.ImmutableFioAlert
Creates an immutable copy of a FioAlert value.
copyOf(FioDataBlock) - Static method in class ch.rasc.forcastio.model.ImmutableFioDataBlock
Creates an immutable copy of a FioDataBlock value.
copyOf(FioDataPoint) - Static method in class ch.rasc.forcastio.model.ImmutableFioDataPoint
Creates an immutable copy of a FioDataPoint value.
copyOf(FioFlag) - Static method in class ch.rasc.forcastio.model.ImmutableFioFlag
Creates an immutable copy of a FioFlag value.
copyOf(FioResponse) - Static method in class ch.rasc.forcastio.model.ImmutableFioResponse
Creates an immutable copy of a FioResponse value.
currently() - Method in interface ch.rasc.forcastio.model.FioResponse
An instance of FioDataPoint containing the current weather conditions at the requested location.
currently(FioDataPoint) - Method in class ch.rasc.forcastio.model.ImmutableFioResponse.Builder
Initializes the value for the currently attribute.
currently() - Method in class ch.rasc.forcastio.model.ImmutableFioResponse
An instance of FioDataPoint containing the current weather conditions at the requested location.

D

daily() - Method in interface ch.rasc.forcastio.model.FioResponse
An instance of FioDataPoint containing the weather conditions day-by-day for the next week.
daily(FioDataBlock) - Method in class ch.rasc.forcastio.model.ImmutableFioResponse.Builder
Initializes the value for the daily attribute.
daily() - Method in class ch.rasc.forcastio.model.ImmutableFioResponse
An instance of FioDataPoint containing the weather conditions day-by-day for the next week.
darkskyStations() - Method in interface ch.rasc.forcastio.model.FioFlag
This property contains an array of IDs for each radar station utilized in servicing this request.
darkskyStations(Iterable<String>) - Method in class ch.rasc.forcastio.model.ImmutableFioFlag.Builder
Sets or replaces all elements for darkskyStations list.
darkskyStations() - Method in class ch.rasc.forcastio.model.ImmutableFioFlag
This property contains an array of IDs for each radar station utilized in servicing this request.
darkskyUnavailable() - Method in interface ch.rasc.forcastio.model.FioFlag
The presence of this property indicates that the Dark Sky data source supports the given location, but a temporary error (such as a radar station being down for maintenace) has made the data unavailable.
darkskyUnavailable(Object) - Method in class ch.rasc.forcastio.model.ImmutableFioFlag.Builder
Initializes the value for the darkskyUnavailable attribute.
darkskyUnavailable() - Method in class ch.rasc.forcastio.model.ImmutableFioFlag
The presence of this property indicates that the Dark Sky data source supports the given location, but a temporary error (such as a radar station being down for maintenace) has made the data unavailable.
data() - Method in interface ch.rasc.forcastio.model.FioDataBlock
A collection of FioDataPoint instances, ordered by time, which together describe the weather conditions at the requested location over time.
data(Iterable<? extends FioDataPoint>) - Method in class ch.rasc.forcastio.model.ImmutableFioDataBlock.Builder
Sets or replaces all elements for data list.
data() - Method in class ch.rasc.forcastio.model.ImmutableFioDataBlock
A collection of FioDataPoint instances, ordered by time, which together describe the weather conditions at the requested location over time.
datapointStations() - Method in interface ch.rasc.forcastio.model.FioFlag
This property contains an array of IDs for each DataPoint station utilized in servicing this request.
datapointStations(Iterable<String>) - Method in class ch.rasc.forcastio.model.ImmutableFioFlag.Builder
Sets or replaces all elements for datapointStations list.
datapointStations() - Method in class ch.rasc.forcastio.model.ImmutableFioFlag
This property contains an array of IDs for each DataPoint station utilized in servicing this request.
description() - Method in interface ch.rasc.forcastio.model.FioAlert
A detailed text description of the alert from the appropriate weather service.
description(String) - Method in class ch.rasc.forcastio.model.ImmutableFioAlert.Builder
Initializes the value for the description attribute.
description() - Method in class ch.rasc.forcastio.model.ImmutableFioAlert
A detailed text description of the alert from the appropriate weather service.
deserialize(JsonParser, DeserializationContext) - Method in class ch.rasc.forcastio.converter.FioIconDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class ch.rasc.forcastio.converter.FioPrecipTypeDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class ch.rasc.forcastio.converter.FioUnitDeserializer
 
deserialize(String) - Method in class ch.rasc.forcastio.json.JacksonJsonConverter
 
deserialize(String) - Method in interface ch.rasc.forcastio.json.JsonConverter
 
dewPoint() - Method in class ch.rasc.forcastio.model.FioDataPoint
A numerical value representing the dew point at the given time in degrees Fahrenheit.
dewPoint(BigDecimal) - Method in class ch.rasc.forcastio.model.ImmutableFioDataPoint.Builder
Initializes the value for the dewPoint attribute.
dewPoint() - Method in class ch.rasc.forcastio.model.ImmutableFioDataPoint
A numerical value representing the dew point at the given time in degrees Fahrenheit.

E

equals(Object) - Method in class ch.rasc.forcastio.model.ImmutableFioAlert
This instance is equal to all instances of ImmutableFioAlert that have equal attribute values.
equals(Object) - Method in class ch.rasc.forcastio.model.ImmutableFioDataBlock
This instance is equal to all instances of ImmutableFioDataBlock that have equal attribute values.
equals(Object) - Method in class ch.rasc.forcastio.model.ImmutableFioDataPoint
This instance is equal to all instances of ImmutableFioDataPoint that have equal attribute values.
equals(Object) - Method in class ch.rasc.forcastio.model.ImmutableFioFlag
This instance is equal to all instances of ImmutableFioFlag that have equal attribute values.
equals(Object) - Method in class ch.rasc.forcastio.model.ImmutableFioResponse
This instance is equal to all instances of ImmutableFioResponse that have equal attribute values.
excludeBlocks() - Method in interface ch.rasc.forcastio.model.FioRequest
Exclude some number of data blocks from the API response.
expires() - Method in interface ch.rasc.forcastio.model.FioAlert
The UNIX time (that is, seconds since midnight GMT on 1 Jan 1970) at which the alert will cease to be valid.
expires(long) - Method in class ch.rasc.forcastio.model.ImmutableFioAlert.Builder
Initializes the value for the expires attribute.
expires() - Method in class ch.rasc.forcastio.model.ImmutableFioAlert
The UNIX time (that is, seconds since midnight GMT on 1 Jan 1970) at which the alert will cease to be valid.
extendHourly() - Method in interface ch.rasc.forcastio.model.FioRequest
When present on a forecast request, return hourly data for the next seven days, rather than the next two.

F

findByJsonValue(String) - Static method in enum ch.rasc.forcastio.model.FioIcon
 
findByJsonValue(String) - Static method in enum ch.rasc.forcastio.model.FioPrecipType
 
findByJsonValue(String) - Static method in enum ch.rasc.forcastio.model.FioUnit
 
FioAlert - Interface in ch.rasc.forcastio.model
An alert object represents a severe weather warning issued for the requested location by a governmental authority
FioBlock - Enum in ch.rasc.forcastio.model
 
FioClient - Class in ch.rasc.forcastio
 
FioClient(String) - Constructor for class ch.rasc.forcastio.FioClient
 
FioClient(String, JsonConverter) - Constructor for class ch.rasc.forcastio.FioClient
 
FioClient(String, JsonConverter, OkHttpClient) - Constructor for class ch.rasc.forcastio.FioClient
 
FioDataBlock - Interface in ch.rasc.forcastio.model
A data block object represents the various weather phenomena occurring over a period of time.
FioDataPoint - Class in ch.rasc.forcastio.model
A data point object contains various properties, each representing a particular weather phenomenon occurring at a specific point in time.
FioDataPoint() - Constructor for class ch.rasc.forcastio.model.FioDataPoint
 
FioFlag - Interface in ch.rasc.forcastio.model
The flags object contains various metadata information related to the request.
FioIcon - Enum in ch.rasc.forcastio.model
 
FioIconDeserializer - Class in ch.rasc.forcastio.converter
 
FioIconDeserializer() - Constructor for class ch.rasc.forcastio.converter.FioIconDeserializer
 
FioLanguage - Enum in ch.rasc.forcastio.model
 
FioPrecipType - Enum in ch.rasc.forcastio.model
 
FioPrecipTypeDeserializer - Class in ch.rasc.forcastio.converter
 
FioPrecipTypeDeserializer() - Constructor for class ch.rasc.forcastio.converter.FioPrecipTypeDeserializer
 
FioRequest - Interface in ch.rasc.forcastio.model
 
FioRequest.Builder - Class in ch.rasc.forcastio.model
 
FioResponse - Interface in ch.rasc.forcastio.model
The response to a forecat.io call
FioUnit - Enum in ch.rasc.forcastio.model
 
FioUnitDeserializer - Class in ch.rasc.forcastio.converter
 
FioUnitDeserializer() - Constructor for class ch.rasc.forcastio.converter.FioUnitDeserializer
 
flags() - Method in interface ch.rasc.forcastio.model.FioResponse
An instance of FioFlag containing miscellaneous metadata concerning this request.
flags(FioFlag) - Method in class ch.rasc.forcastio.model.ImmutableFioResponse.Builder
Initializes the value for the flags attribute.
flags() - Method in class ch.rasc.forcastio.model.ImmutableFioResponse
An instance of FioFlag containing miscellaneous metadata concerning this request.
forecastCall(FioRequest) - Method in class ch.rasc.forcastio.FioClient
Sends a forecast call to darksky.net.
from(FioAlert) - Method in class ch.rasc.forcastio.model.ImmutableFioAlert.Builder
Fill a builder with attribute values from the provided FioAlert instance.
from(FioDataBlock) - Method in class ch.rasc.forcastio.model.ImmutableFioDataBlock.Builder
Fill a builder with attribute values from the provided FioDataBlock instance.
from(FioDataPoint) - Method in class ch.rasc.forcastio.model.ImmutableFioDataPoint.Builder
Fill a builder with attribute values from the provided FioDataPoint instance.
from(FioFlag) - Method in class ch.rasc.forcastio.model.ImmutableFioFlag.Builder
Fill a builder with attribute values from the provided FioFlag instance.
from(FioResponse) - Method in class ch.rasc.forcastio.model.ImmutableFioResponse.Builder
Fill a builder with attribute values from the provided FioResponse instance.

G

getAdditionalProperties() - Method in class ch.rasc.forcastio.model.FioDataPoint
 
getAdditionalProperty(String) - Method in class ch.rasc.forcastio.model.FioDataPoint
 
getJsonValue() - Method in enum ch.rasc.forcastio.model.FioBlock
 
getJsonValue() - Method in enum ch.rasc.forcastio.model.FioUnit
 

H

hashCode() - Method in class ch.rasc.forcastio.model.ImmutableFioAlert
Computes a hash code from attributes: title, expires, uri, description.
hashCode() - Method in class ch.rasc.forcastio.model.ImmutableFioDataBlock
Computes a hash code from attributes: summary, icon, data.
hashCode() - Method in class ch.rasc.forcastio.model.ImmutableFioDataPoint
Computes a hash code from attributes: time, summary, icon, sunriseTime, sunsetTime, moonPhase, nearestStormDistance, nearestStormBearing, precipIntensity, precipIntensityMax, precipIntensityMaxTime, precipProbability, precipType, precipAccumulation, temperature, temperatureMin, temperatureMinTime, temperatureMax, temperatureMaxTime, apparentTemperature, apparentTemperatureMin, apparentTemperatureMinTime, apparentTemperatureMax, apparentTemperatureMaxTime, dewPoint, windSpeed, windBearing, cloudCover, humidity, pressure, visibility, ozone.
hashCode() - Method in class ch.rasc.forcastio.model.ImmutableFioFlag
Computes a hash code from attributes: darkskyUnavailable, darkskyStations, datapointStations, isdStations, lampStations, metarStations, metnoLicense, sources, units.
hashCode() - Method in class ch.rasc.forcastio.model.ImmutableFioResponse
Computes a hash code from attributes: latitude, longitude, timezone, offset, currently, minutely, hourly, daily, alerts, flags.
hourly() - Method in interface ch.rasc.forcastio.model.FioResponse
An instance of FioDataPoint containing the weather conditions hour-by-hour for the next two days.
hourly(FioDataBlock) - Method in class ch.rasc.forcastio.model.ImmutableFioResponse.Builder
Initializes the value for the hourly attribute.
hourly() - Method in class ch.rasc.forcastio.model.ImmutableFioResponse
An instance of FioDataPoint containing the weather conditions hour-by-hour for the next two days.
humidity() - Method in class ch.rasc.forcastio.model.FioDataPoint
A numerical value between 0 and 1 (inclusive) representing the relative humidity.
humidity(BigDecimal) - Method in class ch.rasc.forcastio.model.ImmutableFioDataPoint.Builder
Initializes the value for the humidity attribute.
humidity() - Method in class ch.rasc.forcastio.model.ImmutableFioDataPoint
A numerical value between 0 and 1 (inclusive) representing the relative humidity.

I

icon() - Method in interface ch.rasc.forcastio.model.FioDataBlock
A machine-readable text summary of this data block
icon() - Method in class ch.rasc.forcastio.model.FioDataPoint
A machine-readable text summary of this data point, suitable for selecting an icon for display.
icon(FioIcon) - Method in class ch.rasc.forcastio.model.ImmutableFioDataBlock.Builder
Initializes the value for the icon attribute.
icon() - Method in class ch.rasc.forcastio.model.ImmutableFioDataBlock
A machine-readable text summary of this data block
icon(FioIcon) - Method in class ch.rasc.forcastio.model.ImmutableFioDataPoint.Builder
Initializes the value for the icon attribute.
icon() - Method in class ch.rasc.forcastio.model.ImmutableFioDataPoint
A machine-readable text summary of this data point, suitable for selecting an icon for display.
ImmutableFioAlert - Class in ch.rasc.forcastio.model
Immutable implementation of FioAlert.
ImmutableFioAlert.Builder - Class in ch.rasc.forcastio.model
Builds instances of type ImmutableFioAlert.
ImmutableFioDataBlock - Class in ch.rasc.forcastio.model
Immutable implementation of FioDataBlock.
ImmutableFioDataBlock.Builder - Class in ch.rasc.forcastio.model
Builds instances of type ImmutableFioDataBlock.
ImmutableFioDataPoint - Class in ch.rasc.forcastio.model
Immutable implementation of FioDataPoint.
ImmutableFioDataPoint.Builder - Class in ch.rasc.forcastio.model
Builds instances of type ImmutableFioDataPoint.
ImmutableFioFlag - Class in ch.rasc.forcastio.model
Immutable implementation of FioFlag.
ImmutableFioFlag.Builder - Class in ch.rasc.forcastio.model
Builds instances of type ImmutableFioFlag.
ImmutableFioResponse - Class in ch.rasc.forcastio.model
Immutable implementation of FioResponse.
ImmutableFioResponse.Builder - Class in ch.rasc.forcastio.model
Builds instances of type ImmutableFioResponse.
includeBlocks() - Method in interface ch.rasc.forcastio.model.FioRequest
Include some number of data blocks in the API response.
isdStations() - Method in interface ch.rasc.forcastio.model.FioFlag
This property contains an array of IDs for each ISD station utilized in servicing this request.
isdStations(Iterable<String>) - Method in class ch.rasc.forcastio.model.ImmutableFioFlag.Builder
Sets or replaces all elements for isdStations list.
isdStations() - Method in class ch.rasc.forcastio.model.ImmutableFioFlag
This property contains an array of IDs for each ISD station utilized in servicing this request.

J

JacksonJsonConverter - Class in ch.rasc.forcastio.json
 
JacksonJsonConverter() - Constructor for class ch.rasc.forcastio.json.JacksonJsonConverter
 
JacksonJsonConverter(ObjectMapper) - Constructor for class ch.rasc.forcastio.json.JacksonJsonConverter
 
JsonConverter - Interface in ch.rasc.forcastio.json
 

L

lampStations() - Method in interface ch.rasc.forcastio.model.FioFlag
This property contains an array of IDs for each LAMP station utilized in servicing this request.
lampStations(Iterable<String>) - Method in class ch.rasc.forcastio.model.ImmutableFioFlag.Builder
Sets or replaces all elements for lampStations list.
lampStations() - Method in class ch.rasc.forcastio.model.ImmutableFioFlag
This property contains an array of IDs for each LAMP station utilized in servicing this request.
language() - Method in interface ch.rasc.forcastio.model.FioRequest
Return summary properties in the desired language
latitude() - Method in interface ch.rasc.forcastio.model.FioRequest
 
latitude() - Method in interface ch.rasc.forcastio.model.FioResponse
The requested latitude.
latitude(BigDecimal) - Method in class ch.rasc.forcastio.model.ImmutableFioResponse.Builder
Initializes the value for the latitude attribute.
latitude() - Method in class ch.rasc.forcastio.model.ImmutableFioResponse
The requested latitude.
longitude() - Method in interface ch.rasc.forcastio.model.FioRequest
 
longitude() - Method in interface ch.rasc.forcastio.model.FioResponse
The requested longitude.
longitude(BigDecimal) - Method in class ch.rasc.forcastio.model.ImmutableFioResponse.Builder
Initializes the value for the longitude attribute.
longitude() - Method in class ch.rasc.forcastio.model.ImmutableFioResponse
The requested longitude.

M

metarStations() - Method in interface ch.rasc.forcastio.model.FioFlag
This property contains an array of IDs for each METAR station utilized in servicing this request.
metarStations(Iterable<String>) - Method in class ch.rasc.forcastio.model.ImmutableFioFlag.Builder
Sets or replaces all elements for metarStations list.
metarStations() - Method in class ch.rasc.forcastio.model.ImmutableFioFlag
This property contains an array of IDs for each METAR station utilized in servicing this request.
metnoLicense() - Method in interface ch.rasc.forcastio.model.FioFlag
The presence of this property indicates that data from api.met.no was utilized in order to facilitate this request (as per their license agreement).
metnoLicense(String) - Method in class ch.rasc.forcastio.model.ImmutableFioFlag.Builder
Initializes the value for the metnoLicense attribute.
metnoLicense() - Method in class ch.rasc.forcastio.model.ImmutableFioFlag
The presence of this property indicates that data from api.met.no was utilized in order to facilitate this request (as per their license agreement).
minutely() - Method in interface ch.rasc.forcastio.model.FioResponse
An instance of FioDataPoint containing the weather conditions minute-by-minute for the next hour.
minutely(FioDataBlock) - Method in class ch.rasc.forcastio.model.ImmutableFioResponse.Builder
Initializes the value for the minutely attribute.
minutely() - Method in class ch.rasc.forcastio.model.ImmutableFioResponse
An instance of FioDataPoint containing the weather conditions minute-by-minute for the next hour.
moonPhase() - Method in class ch.rasc.forcastio.model.FioDataPoint
A number representing the fractional part of the lunation number of the given day: a value of 0 corresponds to a new moon, 0.25 to a first quarter moon, 0.5 to a full moon, and 0.75 to a last quarter moon.
moonPhase(BigDecimal) - Method in class ch.rasc.forcastio.model.ImmutableFioDataPoint.Builder
Initializes the value for the moonPhase attribute.
moonPhase() - Method in class ch.rasc.forcastio.model.ImmutableFioDataPoint
A number representing the fractional part of the lunation number of the given day: a value of 0 corresponds to a new moon, 0.25 to a first quarter moon, 0.5 to a full moon, and 0.75 to a last quarter moon.

N

nearestStormBearing() - Method in class ch.rasc.forcastio.model.FioDataPoint
A numerical value representing the direction of the nearest storm in degrees, with true north at 0° and progressing clockwise.
nearestStormBearing(BigDecimal) - Method in class ch.rasc.forcastio.model.ImmutableFioDataPoint.Builder
Initializes the value for the nearestStormBearing attribute.
nearestStormBearing() - Method in class ch.rasc.forcastio.model.ImmutableFioDataPoint
A numerical value representing the direction of the nearest storm in degrees, with true north at 0° and progressing clockwise.
nearestStormDistance() - Method in class ch.rasc.forcastio.model.FioDataPoint
A numerical value representing the distance to the nearest storm in miles.
nearestStormDistance(BigDecimal) - Method in class ch.rasc.forcastio.model.ImmutableFioDataPoint.Builder
Initializes the value for the nearestStormDistance attribute.
nearestStormDistance() - Method in class ch.rasc.forcastio.model.ImmutableFioDataPoint
A numerical value representing the distance to the nearest storm in miles.
Nullable - Annotation Type in ch.rasc.forcastio.model
 

O

offset() - Method in interface ch.rasc.forcastio.model.FioResponse
The current timezone offset in hours from GMT.
offset(int) - Method in class ch.rasc.forcastio.model.ImmutableFioResponse.Builder
Initializes the value for the offset attribute.
offset() - Method in class ch.rasc.forcastio.model.ImmutableFioResponse
The current timezone offset in hours from GMT.
ozone() - Method in class ch.rasc.forcastio.model.FioDataPoint
A numerical value representing the columnar density of total atmospheric ozone at the given time in Dobson units.
ozone(BigDecimal) - Method in class ch.rasc.forcastio.model.ImmutableFioDataPoint.Builder
Initializes the value for the ozone attribute.
ozone() - Method in class ch.rasc.forcastio.model.ImmutableFioDataPoint
A numerical value representing the columnar density of total atmospheric ozone at the given time in Dobson units.

P

precipAccumulation() - Method in class ch.rasc.forcastio.model.FioDataPoint
The amount of snowfall accumulation expected to occur on the given day, in inches.
precipAccumulation(BigDecimal) - Method in class ch.rasc.forcastio.model.ImmutableFioDataPoint.Builder
Initializes the value for the precipAccumulation attribute.
precipAccumulation() - Method in class ch.rasc.forcastio.model.ImmutableFioDataPoint
The amount of snowfall accumulation expected to occur on the given day, in inches.
precipIntensity() - Method in class ch.rasc.forcastio.model.FioDataPoint
A numerical value representing the average expected intensity (in inches of liquid water per hour) of precipitation occurring at the given time conditional on probability (that is, assuming any precipitation occurs at all).
precipIntensity(BigDecimal) - Method in class ch.rasc.forcastio.model.ImmutableFioDataPoint.Builder
Initializes the value for the precipIntensity attribute.
precipIntensity() - Method in class ch.rasc.forcastio.model.ImmutableFioDataPoint
A numerical value representing the average expected intensity (in inches of liquid water per hour) of precipitation occurring at the given time conditional on probability (that is, assuming any precipitation occurs at all).
precipIntensityMax() - Method in class ch.rasc.forcastio.model.FioDataPoint
Numerical values representing the maximumum expected intensity of precipitation on the given day in inches of liquid water per hour.
precipIntensityMax(BigDecimal) - Method in class ch.rasc.forcastio.model.ImmutableFioDataPoint.Builder
Initializes the value for the precipIntensityMax attribute.
precipIntensityMax() - Method in class ch.rasc.forcastio.model.ImmutableFioDataPoint
Numerical values representing the maximumum expected intensity of precipitation on the given day in inches of liquid water per hour.
precipIntensityMaxTime() - Method in class ch.rasc.forcastio.model.FioDataPoint
The UNIX time at which FioDataPoint.precipIntensityMax() occurs on the given day
precipIntensityMaxTime(Long) - Method in class ch.rasc.forcastio.model.ImmutableFioDataPoint.Builder
Initializes the value for the precipIntensityMaxTime attribute.
precipIntensityMaxTime() - Method in class ch.rasc.forcastio.model.ImmutableFioDataPoint
The UNIX time at which ImmutableFioDataPoint.precipIntensityMax() occurs on the given day
precipProbability() - Method in class ch.rasc.forcastio.model.FioDataPoint
A numerical value between 0 and 1 (inclusive) representing the probability of precipitation occurring at the given time.
precipProbability(BigDecimal) - Method in class ch.rasc.forcastio.model.ImmutableFioDataPoint.Builder
Initializes the value for the precipProbability attribute.
precipProbability() - Method in class ch.rasc.forcastio.model.ImmutableFioDataPoint
A numerical value between 0 and 1 (inclusive) representing the probability of precipitation occurring at the given time.
precipType() - Method in class ch.rasc.forcastio.model.FioDataPoint
The type of precipitation occurring at the given time.
precipType(FioPrecipType) - Method in class ch.rasc.forcastio.model.ImmutableFioDataPoint.Builder
Initializes the value for the precipType attribute.
precipType() - Method in class ch.rasc.forcastio.model.ImmutableFioDataPoint
The type of precipitation occurring at the given time.
pressure() - Method in class ch.rasc.forcastio.model.FioDataPoint
A numerical value representing the sea-level air pressure in millibars.
pressure(BigDecimal) - Method in class ch.rasc.forcastio.model.ImmutableFioDataPoint.Builder
Initializes the value for the pressure attribute.
pressure() - Method in class ch.rasc.forcastio.model.ImmutableFioDataPoint
A numerical value representing the sea-level air pressure in millibars.

R

responseTime() - Method in class ch.rasc.forcastio.FioClient
The server-side response time of the last request.

S

sources() - Method in interface ch.rasc.forcastio.model.FioFlag
This property contains an array of IDs for each data source utilized in servicing this request.
sources(Iterable<String>) - Method in class ch.rasc.forcastio.model.ImmutableFioFlag.Builder
Sets or replaces all elements for sources list.
sources() - Method in class ch.rasc.forcastio.model.ImmutableFioFlag
This property contains an array of IDs for each data source utilized in servicing this request.
summary() - Method in interface ch.rasc.forcastio.model.FioDataBlock
A human-readable text summary of this data block.
summary() - Method in class ch.rasc.forcastio.model.FioDataPoint
A human-readable text summary of this data point.
summary(String) - Method in class ch.rasc.forcastio.model.ImmutableFioDataBlock.Builder
Initializes the value for the summary attribute.
summary() - Method in class ch.rasc.forcastio.model.ImmutableFioDataBlock
A human-readable text summary of this data block.
summary(String) - Method in class ch.rasc.forcastio.model.ImmutableFioDataPoint.Builder
Initializes the value for the summary attribute.
summary() - Method in class ch.rasc.forcastio.model.ImmutableFioDataPoint
A human-readable text summary of this data point.
sunriseTime() - Method in class ch.rasc.forcastio.model.FioDataPoint
The UNIX time (that is, seconds since midnight GMT on 1 Jan 1970) of the last sunrise before the solar noon closest to local noon on the given day.
sunriseTime(Long) - Method in class ch.rasc.forcastio.model.ImmutableFioDataPoint.Builder
Initializes the value for the sunriseTime attribute.
sunriseTime() - Method in class ch.rasc.forcastio.model.ImmutableFioDataPoint
The UNIX time (that is, seconds since midnight GMT on 1 Jan 1970) of the last sunrise before the solar noon closest to local noon on the given day.
sunsetTime() - Method in class ch.rasc.forcastio.model.FioDataPoint
The UNIX time (that is, seconds since midnight GMT on 1 Jan 1970) of the first sunset after the solar noon closest to local noon on the given day.
sunsetTime(Long) - Method in class ch.rasc.forcastio.model.ImmutableFioDataPoint.Builder
Initializes the value for the sunsetTime attribute.
sunsetTime() - Method in class ch.rasc.forcastio.model.ImmutableFioDataPoint
The UNIX time (that is, seconds since midnight GMT on 1 Jan 1970) of the first sunset after the solar noon closest to local noon on the given day.

T

temperature() - Method in class ch.rasc.forcastio.model.FioDataPoint
A numerical value representing the temperature at the given time in degrees Fahrenheit.
temperature(BigDecimal) - Method in class ch.rasc.forcastio.model.ImmutableFioDataPoint.Builder
Initializes the value for the temperature attribute.
temperature() - Method in class ch.rasc.forcastio.model.ImmutableFioDataPoint
A numerical value representing the temperature at the given time in degrees Fahrenheit.
temperatureMax() - Method in class ch.rasc.forcastio.model.FioDataPoint
A numerical value representing the maximumum temperature on the given day in degrees Fahrenheit.
temperatureMax(BigDecimal) - Method in class ch.rasc.forcastio.model.ImmutableFioDataPoint.Builder
Initializes the value for the temperatureMax attribute.
temperatureMax() - Method in class ch.rasc.forcastio.model.ImmutableFioDataPoint
A numerical value representing the maximumum temperature on the given day in degrees Fahrenheit.
temperatureMaxTime() - Method in class ch.rasc.forcastio.model.FioDataPoint
The UNIX time at which FioDataPoint.temperatureMax() occurs.
temperatureMaxTime(Long) - Method in class ch.rasc.forcastio.model.ImmutableFioDataPoint.Builder
Initializes the value for the temperatureMaxTime attribute.
temperatureMaxTime() - Method in class ch.rasc.forcastio.model.ImmutableFioDataPoint
The UNIX time at which ImmutableFioDataPoint.temperatureMax() occurs.
temperatureMin() - Method in class ch.rasc.forcastio.model.FioDataPoint
Numerical values representing the minimum temperature on the given day in degrees Fahrenheit.
temperatureMin(BigDecimal) - Method in class ch.rasc.forcastio.model.ImmutableFioDataPoint.Builder
Initializes the value for the temperatureMin attribute.
temperatureMin() - Method in class ch.rasc.forcastio.model.ImmutableFioDataPoint
Numerical values representing the minimum temperature on the given day in degrees Fahrenheit.
temperatureMinTime() - Method in class ch.rasc.forcastio.model.FioDataPoint
The UNIX time at which FioDataPoint.temperatureMin() occurs.
temperatureMinTime(Long) - Method in class ch.rasc.forcastio.model.ImmutableFioDataPoint.Builder
Initializes the value for the temperatureMinTime attribute.
temperatureMinTime() - Method in class ch.rasc.forcastio.model.ImmutableFioDataPoint
The UNIX time at which ImmutableFioDataPoint.temperatureMin() occurs.
time() - Method in class ch.rasc.forcastio.model.FioDataPoint
The UNIX time (that is, seconds since midnight GMT on 1 Jan 1970) at which this data point occurs
time(long) - Method in class ch.rasc.forcastio.model.ImmutableFioDataPoint.Builder
Initializes the value for the time attribute.
time() - Method in class ch.rasc.forcastio.model.ImmutableFioDataPoint
The UNIX time (that is, seconds since midnight GMT on 1 Jan 1970) at which this data point occurs
timezone() - Method in interface ch.rasc.forcastio.model.FioResponse
The IANA timezone name for the requested location (e.g.
timezone(String) - Method in class ch.rasc.forcastio.model.ImmutableFioResponse.Builder
Initializes the value for the timezone attribute.
timezone() - Method in class ch.rasc.forcastio.model.ImmutableFioResponse
The IANA timezone name for the requested location (e.g.
title() - Method in interface ch.rasc.forcastio.model.FioAlert
A short text summary of the alert.
title(String) - Method in class ch.rasc.forcastio.model.ImmutableFioAlert.Builder
Initializes the value for the title attribute.
title() - Method in class ch.rasc.forcastio.model.ImmutableFioAlert
A short text summary of the alert.
toString() - Method in class ch.rasc.forcastio.model.ImmutableFioAlert
Prints the immutable value FioAlert with attribute values.
toString() - Method in class ch.rasc.forcastio.model.ImmutableFioDataBlock
Prints the immutable value FioDataBlock with attribute values.
toString() - Method in class ch.rasc.forcastio.model.ImmutableFioDataPoint
Prints the immutable value FioDataPoint with attribute values.
toString() - Method in class ch.rasc.forcastio.model.ImmutableFioFlag
Prints the immutable value FioFlag with attribute values.
toString() - Method in class ch.rasc.forcastio.model.ImmutableFioResponse
Prints the immutable value FioResponse with attribute values.

U

unit() - Method in interface ch.rasc.forcastio.model.FioRequest
Return the API response in units other than the default Imperial units
units() - Method in interface ch.rasc.forcastio.model.FioFlag
The presence of this property indicates which units were used for the data in this request.
units(FioUnit) - Method in class ch.rasc.forcastio.model.ImmutableFioFlag.Builder
Initializes the value for the units attribute.
units() - Method in class ch.rasc.forcastio.model.ImmutableFioFlag
The presence of this property indicates which units were used for the data in this request.
uri() - Method in interface ch.rasc.forcastio.model.FioAlert
An HTTP(S) URI that contains detailed information about the alert.
uri(String) - Method in class ch.rasc.forcastio.model.ImmutableFioAlert.Builder
Initializes the value for the uri attribute.
uri() - Method in class ch.rasc.forcastio.model.ImmutableFioAlert
An HTTP(S) URI that contains detailed information about the alert.

V

valueOf(String) - Static method in enum ch.rasc.forcastio.model.FioBlock
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ch.rasc.forcastio.model.FioIcon
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ch.rasc.forcastio.model.FioLanguage
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ch.rasc.forcastio.model.FioPrecipType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ch.rasc.forcastio.model.FioUnit
Returns the enum constant of this type with the specified name.
values() - Static method in enum ch.rasc.forcastio.model.FioBlock
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ch.rasc.forcastio.model.FioIcon
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ch.rasc.forcastio.model.FioLanguage
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ch.rasc.forcastio.model.FioPrecipType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ch.rasc.forcastio.model.FioUnit
Returns an array containing the constants of this enum type, in the order they are declared.
visibility() - Method in class ch.rasc.forcastio.model.FioDataPoint
A numerical value representing the average visibility in miles, capped at 10 miles.
visibility(BigDecimal) - Method in class ch.rasc.forcastio.model.ImmutableFioDataPoint.Builder
Initializes the value for the visibility attribute.
visibility() - Method in class ch.rasc.forcastio.model.ImmutableFioDataPoint
A numerical value representing the average visibility in miles, capped at 10 miles.

W

windBearing() - Method in class ch.rasc.forcastio.model.FioDataPoint
A numerical value representing the direction that the wind is coming from in degrees, with true north at 0° and progressing clockwise.
windBearing(BigDecimal) - Method in class ch.rasc.forcastio.model.ImmutableFioDataPoint.Builder
Initializes the value for the windBearing attribute.
windBearing() - Method in class ch.rasc.forcastio.model.ImmutableFioDataPoint
A numerical value representing the direction that the wind is coming from in degrees, with true north at 0° and progressing clockwise.
windSpeed() - Method in class ch.rasc.forcastio.model.FioDataPoint
A numerical value representing the wind speed in miles per hour.
windSpeed(BigDecimal) - Method in class ch.rasc.forcastio.model.ImmutableFioDataPoint.Builder
Initializes the value for the windSpeed attribute.
windSpeed() - Method in class ch.rasc.forcastio.model.ImmutableFioDataPoint
A numerical value representing the wind speed in miles per hour.
withAlerts(FioAlert...) - Method in class ch.rasc.forcastio.model.ImmutableFioResponse
Copy the current immutable object with elements that replace the content of alerts.
withAlerts(Iterable<? extends FioAlert>) - Method in class ch.rasc.forcastio.model.ImmutableFioResponse
Copy the current immutable object with elements that replace the content of alerts.
withApparentTemperature(BigDecimal) - Method in class ch.rasc.forcastio.model.ImmutableFioDataPoint
Copy the current immutable object by setting a value for the apparentTemperature attribute.
withApparentTemperatureMax(BigDecimal) - Method in class ch.rasc.forcastio.model.ImmutableFioDataPoint
Copy the current immutable object by setting a value for the apparentTemperatureMax attribute.
withApparentTemperatureMaxTime(Long) - Method in class ch.rasc.forcastio.model.ImmutableFioDataPoint
Copy the current immutable object by setting a value for the apparentTemperatureMaxTime attribute.
withApparentTemperatureMin(BigDecimal) - Method in class ch.rasc.forcastio.model.ImmutableFioDataPoint
Copy the current immutable object by setting a value for the apparentTemperatureMin attribute.
withApparentTemperatureMinTime(Long) - Method in class ch.rasc.forcastio.model.ImmutableFioDataPoint
Copy the current immutable object by setting a value for the apparentTemperatureMinTime attribute.
withCloudCover(BigDecimal) - Method in class ch.rasc.forcastio.model.ImmutableFioDataPoint
Copy the current immutable object by setting a value for the cloudCover attribute.
withCurrently(FioDataPoint) - Method in class ch.rasc.forcastio.model.ImmutableFioResponse
Copy the current immutable object by setting a value for the currently attribute.
withDaily(FioDataBlock) - Method in class ch.rasc.forcastio.model.ImmutableFioResponse
Copy the current immutable object by setting a value for the daily attribute.
withDarkskyStations(String...) - Method in class ch.rasc.forcastio.model.ImmutableFioFlag
Copy the current immutable object with elements that replace the content of darkskyStations.
withDarkskyStations(Iterable<String>) - Method in class ch.rasc.forcastio.model.ImmutableFioFlag
Copy the current immutable object with elements that replace the content of darkskyStations.
withDarkskyUnavailable(Object) - Method in class ch.rasc.forcastio.model.ImmutableFioFlag
Copy the current immutable object by setting a value for the darkskyUnavailable attribute.
withData(FioDataPoint...) - Method in class ch.rasc.forcastio.model.ImmutableFioDataBlock
Copy the current immutable object with elements that replace the content of data.
withData(Iterable<? extends FioDataPoint>) - Method in class ch.rasc.forcastio.model.ImmutableFioDataBlock
Copy the current immutable object with elements that replace the content of data.
withDatapointStations(String...) - Method in class ch.rasc.forcastio.model.ImmutableFioFlag
Copy the current immutable object with elements that replace the content of datapointStations.
withDatapointStations(Iterable<String>) - Method in class ch.rasc.forcastio.model.ImmutableFioFlag
Copy the current immutable object with elements that replace the content of datapointStations.
withDescription(String) - Method in class ch.rasc.forcastio.model.ImmutableFioAlert
Copy the current immutable object by setting a value for the description attribute.
withDewPoint(BigDecimal) - Method in class ch.rasc.forcastio.model.ImmutableFioDataPoint
Copy the current immutable object by setting a value for the dewPoint attribute.
withExpires(long) - Method in class ch.rasc.forcastio.model.ImmutableFioAlert
Copy the current immutable object by setting a value for the expires attribute.
withFlags(FioFlag) - Method in class ch.rasc.forcastio.model.ImmutableFioResponse
Copy the current immutable object by setting a value for the flags attribute.
withHourly(FioDataBlock) - Method in class ch.rasc.forcastio.model.ImmutableFioResponse
Copy the current immutable object by setting a value for the hourly attribute.
withHumidity(BigDecimal) - Method in class ch.rasc.forcastio.model.ImmutableFioDataPoint
Copy the current immutable object by setting a value for the humidity attribute.
withIcon(FioIcon) - Method in class ch.rasc.forcastio.model.ImmutableFioDataBlock
Copy the current immutable object by setting a value for the icon attribute.
withIcon(FioIcon) - Method in class ch.rasc.forcastio.model.ImmutableFioDataPoint
Copy the current immutable object by setting a value for the icon attribute.
withIsdStations(String...) - Method in class ch.rasc.forcastio.model.ImmutableFioFlag
Copy the current immutable object with elements that replace the content of isdStations.
withIsdStations(Iterable<String>) - Method in class ch.rasc.forcastio.model.ImmutableFioFlag
Copy the current immutable object with elements that replace the content of isdStations.
withLampStations(String...) - Method in class ch.rasc.forcastio.model.ImmutableFioFlag
Copy the current immutable object with elements that replace the content of lampStations.
withLampStations(Iterable<String>) - Method in class ch.rasc.forcastio.model.ImmutableFioFlag
Copy the current immutable object with elements that replace the content of lampStations.
withLatitude(BigDecimal) - Method in class ch.rasc.forcastio.model.ImmutableFioResponse
Copy the current immutable object by setting a value for the latitude attribute.
withLongitude(BigDecimal) - Method in class ch.rasc.forcastio.model.ImmutableFioResponse
Copy the current immutable object by setting a value for the longitude attribute.
withMetarStations(String...) - Method in class ch.rasc.forcastio.model.ImmutableFioFlag
Copy the current immutable object with elements that replace the content of metarStations.
withMetarStations(Iterable<String>) - Method in class ch.rasc.forcastio.model.ImmutableFioFlag
Copy the current immutable object with elements that replace the content of metarStations.
withMetnoLicense(String) - Method in class ch.rasc.forcastio.model.ImmutableFioFlag
Copy the current immutable object by setting a value for the metnoLicense attribute.
withMinutely(FioDataBlock) - Method in class ch.rasc.forcastio.model.ImmutableFioResponse
Copy the current immutable object by setting a value for the minutely attribute.
withMoonPhase(BigDecimal) - Method in class ch.rasc.forcastio.model.ImmutableFioDataPoint
Copy the current immutable object by setting a value for the moonPhase attribute.
withNearestStormBearing(BigDecimal) - Method in class ch.rasc.forcastio.model.ImmutableFioDataPoint
Copy the current immutable object by setting a value for the nearestStormBearing attribute.
withNearestStormDistance(BigDecimal) - Method in class ch.rasc.forcastio.model.ImmutableFioDataPoint
Copy the current immutable object by setting a value for the nearestStormDistance attribute.
withOffset(int) - Method in class ch.rasc.forcastio.model.ImmutableFioResponse
Copy the current immutable object by setting a value for the offset attribute.
withOzone(BigDecimal) - Method in class ch.rasc.forcastio.model.ImmutableFioDataPoint
Copy the current immutable object by setting a value for the ozone attribute.
withPrecipAccumulation(BigDecimal) - Method in class ch.rasc.forcastio.model.ImmutableFioDataPoint
Copy the current immutable object by setting a value for the precipAccumulation attribute.
withPrecipIntensity(BigDecimal) - Method in class ch.rasc.forcastio.model.ImmutableFioDataPoint
Copy the current immutable object by setting a value for the precipIntensity attribute.
withPrecipIntensityMax(BigDecimal) - Method in class ch.rasc.forcastio.model.ImmutableFioDataPoint
Copy the current immutable object by setting a value for the precipIntensityMax attribute.
withPrecipIntensityMaxTime(Long) - Method in class ch.rasc.forcastio.model.ImmutableFioDataPoint
Copy the current immutable object by setting a value for the precipIntensityMaxTime attribute.
withPrecipProbability(BigDecimal) - Method in class ch.rasc.forcastio.model.ImmutableFioDataPoint
Copy the current immutable object by setting a value for the precipProbability attribute.
withPrecipType(FioPrecipType) - Method in class ch.rasc.forcastio.model.ImmutableFioDataPoint
Copy the current immutable object by setting a value for the precipType attribute.
withPressure(BigDecimal) - Method in class ch.rasc.forcastio.model.ImmutableFioDataPoint
Copy the current immutable object by setting a value for the pressure attribute.
withSources(String...) - Method in class ch.rasc.forcastio.model.ImmutableFioFlag
Copy the current immutable object with elements that replace the content of sources.
withSources(Iterable<String>) - Method in class ch.rasc.forcastio.model.ImmutableFioFlag
Copy the current immutable object with elements that replace the content of sources.
withSummary(String) - Method in class ch.rasc.forcastio.model.ImmutableFioDataBlock
Copy the current immutable object by setting a value for the summary attribute.
withSummary(String) - Method in class ch.rasc.forcastio.model.ImmutableFioDataPoint
Copy the current immutable object by setting a value for the summary attribute.
withSunriseTime(Long) - Method in class ch.rasc.forcastio.model.ImmutableFioDataPoint
Copy the current immutable object by setting a value for the sunriseTime attribute.
withSunsetTime(Long) - Method in class ch.rasc.forcastio.model.ImmutableFioDataPoint
Copy the current immutable object by setting a value for the sunsetTime attribute.
withTemperature(BigDecimal) - Method in class ch.rasc.forcastio.model.ImmutableFioDataPoint
Copy the current immutable object by setting a value for the temperature attribute.
withTemperatureMax(BigDecimal) - Method in class ch.rasc.forcastio.model.ImmutableFioDataPoint
Copy the current immutable object by setting a value for the temperatureMax attribute.
withTemperatureMaxTime(Long) - Method in class ch.rasc.forcastio.model.ImmutableFioDataPoint
Copy the current immutable object by setting a value for the temperatureMaxTime attribute.
withTemperatureMin(BigDecimal) - Method in class ch.rasc.forcastio.model.ImmutableFioDataPoint
Copy the current immutable object by setting a value for the temperatureMin attribute.
withTemperatureMinTime(Long) - Method in class ch.rasc.forcastio.model.ImmutableFioDataPoint
Copy the current immutable object by setting a value for the temperatureMinTime attribute.
withTime(long) - Method in class ch.rasc.forcastio.model.ImmutableFioDataPoint
Copy the current immutable object by setting a value for the time attribute.
withTimezone(String) - Method in class ch.rasc.forcastio.model.ImmutableFioResponse
Copy the current immutable object by setting a value for the timezone attribute.
withTitle(String) - Method in class ch.rasc.forcastio.model.ImmutableFioAlert
Copy the current immutable object by setting a value for the title attribute.
withUnits(FioUnit) - Method in class ch.rasc.forcastio.model.ImmutableFioFlag
Copy the current immutable object by setting a value for the units attribute.
withUri(String) - Method in class ch.rasc.forcastio.model.ImmutableFioAlert
Copy the current immutable object by setting a value for the uri attribute.
withVisibility(BigDecimal) - Method in class ch.rasc.forcastio.model.ImmutableFioDataPoint
Copy the current immutable object by setting a value for the visibility attribute.
withWindBearing(BigDecimal) - Method in class ch.rasc.forcastio.model.ImmutableFioDataPoint
Copy the current immutable object by setting a value for the windBearing attribute.
withWindSpeed(BigDecimal) - Method in class ch.rasc.forcastio.model.ImmutableFioDataPoint
Copy the current immutable object by setting a value for the windSpeed attribute.
A B C D E F G H I J L M N O P R S T U V W 
Skip navigation links

Copyright © 2016. All rights reserved.