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(DsAlert) - Method in class ch.rasc.darksky.model.ImmutableDsResponse.Builder
Adds one element to alerts list.
addAlerts(DsAlert...) - Method in class ch.rasc.darksky.model.ImmutableDsResponse.Builder
Adds elements to alerts list.
addAllAlerts(Iterable<? extends DsAlert>) - Method in class ch.rasc.darksky.model.ImmutableDsResponse.Builder
Adds elements to alerts list.
addAllData(Iterable<? extends DsDataPoint>) - Method in class ch.rasc.darksky.model.ImmutableDsDataBlock.Builder
Adds elements to data list.
addAllRegions(Iterable<String>) - Method in class ch.rasc.darksky.model.ImmutableDsAlert.Builder
Adds elements to regions list.
addAllSources(Iterable<String>) - Method in class ch.rasc.darksky.model.ImmutableDsFlag.Builder
Adds elements to sources list.
addData(DsDataPoint) - Method in class ch.rasc.darksky.model.ImmutableDsDataBlock.Builder
Adds one element to data list.
addData(DsDataPoint...) - Method in class ch.rasc.darksky.model.ImmutableDsDataBlock.Builder
Adds elements to data list.
addRegions(String) - Method in class ch.rasc.darksky.model.ImmutableDsAlert.Builder
Adds one element to regions list.
addRegions(String...) - Method in class ch.rasc.darksky.model.ImmutableDsAlert.Builder
Adds elements to regions list.
addSources(String) - Method in class ch.rasc.darksky.model.ImmutableDsFlag.Builder
Adds one element to sources list.
addSources(String...) - Method in class ch.rasc.darksky.model.ImmutableDsFlag.Builder
Adds elements to sources list.
alerts() - Method in interface ch.rasc.darksky.model.DsResponse
A list of DsAlert instances, which, if present, contains any severe weather alerts pertinent to the requested location.
alerts() - Method in class ch.rasc.darksky.model.ImmutableDsResponse
A list of DsAlert instances, which, if present, contains any severe weather alerts pertinent to the requested location.
alerts(Iterable<? extends DsAlert>) - Method in class ch.rasc.darksky.model.ImmutableDsResponse.Builder
Sets or replaces all elements for alerts list.
apiCalls() - Method in class ch.rasc.darksky.DsClient
The number of API calls made for today.
apparentTemperature() - Method in class ch.rasc.darksky.model.DsDataPoint
The apparent (or "feels like") temperature in degrees Fahrenheit.
apparentTemperature() - Method in class ch.rasc.darksky.model.ImmutableDsDataPoint
The apparent (or "feels like") temperature in degrees Fahrenheit.
apparentTemperature(BigDecimal) - Method in class ch.rasc.darksky.model.ImmutableDsDataPoint.Builder
Initializes the value for the apparentTemperature attribute.
apparentTemperatureHigh() - Method in class ch.rasc.darksky.model.DsDataPoint
The daytime high apparent temperature.
apparentTemperatureHigh() - Method in class ch.rasc.darksky.model.ImmutableDsDataPoint
The daytime high apparent temperature.
apparentTemperatureHigh(BigDecimal) - Method in class ch.rasc.darksky.model.ImmutableDsDataPoint.Builder
Initializes the value for the apparentTemperatureHigh attribute.
apparentTemperatureHighTime() - Method in class ch.rasc.darksky.model.DsDataPoint
The UNIX time representing when DsDataPoint.apparentTemperatureHigh() occurs.
apparentTemperatureHighTime() - Method in class ch.rasc.darksky.model.ImmutableDsDataPoint
The UNIX time representing when ImmutableDsDataPoint.apparentTemperatureHigh() occurs.
apparentTemperatureHighTime(Long) - Method in class ch.rasc.darksky.model.ImmutableDsDataPoint.Builder
Initializes the value for the apparentTemperatureHighTime attribute.
apparentTemperatureLow() - Method in class ch.rasc.darksky.model.DsDataPoint
The overnight low apparent temperature.
apparentTemperatureLow() - Method in class ch.rasc.darksky.model.ImmutableDsDataPoint
The overnight low apparent temperature.
apparentTemperatureLow(BigDecimal) - Method in class ch.rasc.darksky.model.ImmutableDsDataPoint.Builder
Initializes the value for the apparentTemperatureLow attribute.
apparentTemperatureLowTime() - Method in class ch.rasc.darksky.model.DsDataPoint
The UNIX time representing when DsDataPoint.apparentTemperatureLow() occurs.
apparentTemperatureLowTime() - Method in class ch.rasc.darksky.model.ImmutableDsDataPoint
The UNIX time representing when ImmutableDsDataPoint.apparentTemperatureLow() occurs.
apparentTemperatureLowTime(Long) - Method in class ch.rasc.darksky.model.ImmutableDsDataPoint.Builder
Initializes the value for the apparentTemperatureLowTime attribute.
apparentTemperatureMax() - Method in class ch.rasc.darksky.model.DsDataPoint
The maximum apparent temperature during a given date.
apparentTemperatureMax() - Method in class ch.rasc.darksky.model.ImmutableDsDataPoint
The maximum apparent temperature during a given date.
apparentTemperatureMax(BigDecimal) - Method in class ch.rasc.darksky.model.ImmutableDsDataPoint.Builder
Initializes the value for the apparentTemperatureMax attribute.
apparentTemperatureMaxTime() - Method in class ch.rasc.darksky.model.DsDataPoint
The UNIX time representing when DsDataPoint.apparentTemperatureMax() occurs.
apparentTemperatureMaxTime() - Method in class ch.rasc.darksky.model.ImmutableDsDataPoint
The UNIX time representing when ImmutableDsDataPoint.apparentTemperatureMax() occurs.
apparentTemperatureMaxTime(Long) - Method in class ch.rasc.darksky.model.ImmutableDsDataPoint.Builder
Initializes the value for the apparentTemperatureMaxTime attribute.
apparentTemperatureMin() - Method in class ch.rasc.darksky.model.DsDataPoint
The minimum apparent temperature during a given date.
apparentTemperatureMin() - Method in class ch.rasc.darksky.model.ImmutableDsDataPoint
The minimum apparent temperature during a given date.
apparentTemperatureMin(BigDecimal) - Method in class ch.rasc.darksky.model.ImmutableDsDataPoint.Builder
Initializes the value for the apparentTemperatureMin attribute.
apparentTemperatureMinTime() - Method in class ch.rasc.darksky.model.DsDataPoint
The UNIX time representing when DsDataPoint.apparentTemperatureMin() occurs.
apparentTemperatureMinTime() - Method in class ch.rasc.darksky.model.ImmutableDsDataPoint
The UNIX time representing when ImmutableDsDataPoint.apparentTemperatureMin() occurs.
apparentTemperatureMinTime(Long) - Method in class ch.rasc.darksky.model.ImmutableDsDataPoint.Builder
Initializes the value for the apparentTemperatureMinTime attribute.

B

build() - Method in class ch.rasc.darksky.model.ImmutableDsAlert.Builder
Builds a new ImmutableDsAlert.
build() - Method in class ch.rasc.darksky.model.ImmutableDsDataBlock.Builder
Builds a new ImmutableDsDataBlock.
build() - Method in class ch.rasc.darksky.model.ImmutableDsDataPoint.Builder
Builds a new ImmutableDsDataPoint.
build() - Method in class ch.rasc.darksky.model.ImmutableDsFlag.Builder
Builds a new ImmutableDsFlag.
build() - Method in class ch.rasc.darksky.model.ImmutableDsResponse.Builder
Builds a new ImmutableDsResponse.
builder() - Static method in interface ch.rasc.darksky.model.DsForecastRequest
 
Builder() - Constructor for class ch.rasc.darksky.model.DsForecastRequest.Builder
 
builder() - Static method in interface ch.rasc.darksky.model.DsTimeMachineRequest
 
Builder() - Constructor for class ch.rasc.darksky.model.DsTimeMachineRequest.Builder
 
builder() - Static method in class ch.rasc.darksky.model.ImmutableDsAlert
Creates a builder for ImmutableDsAlert.
builder() - Static method in class ch.rasc.darksky.model.ImmutableDsDataBlock
Creates a builder for ImmutableDsDataBlock.
builder() - Static method in class ch.rasc.darksky.model.ImmutableDsDataPoint
Creates a builder for ImmutableDsDataPoint.
builder() - Static method in class ch.rasc.darksky.model.ImmutableDsFlag
Creates a builder for ImmutableDsFlag.
builder() - Static method in class ch.rasc.darksky.model.ImmutableDsResponse
Creates a builder for ImmutableDsResponse.

C

ch.rasc.darksky - package ch.rasc.darksky
 
ch.rasc.darksky.converter - package ch.rasc.darksky.converter
 
ch.rasc.darksky.json - package ch.rasc.darksky.json
 
ch.rasc.darksky.model - package ch.rasc.darksky.model
 
cloudCover() - Method in class ch.rasc.darksky.model.DsDataPoint
The percentage of sky occluded by clouds, between 0 and 1, inclusive.
cloudCover(BigDecimal) - Method in class ch.rasc.darksky.model.ImmutableDsDataPoint.Builder
Initializes the value for the cloudCover attribute.
cloudCover() - Method in class ch.rasc.darksky.model.ImmutableDsDataPoint
The percentage of sky occluded by clouds, between 0 and 1, inclusive.
copyOf(DsAlert) - Static method in class ch.rasc.darksky.model.ImmutableDsAlert
Creates an immutable copy of a DsAlert value.
copyOf(DsDataBlock) - Static method in class ch.rasc.darksky.model.ImmutableDsDataBlock
Creates an immutable copy of a DsDataBlock value.
copyOf(DsDataPoint) - Static method in class ch.rasc.darksky.model.ImmutableDsDataPoint
Creates an immutable copy of a DsDataPoint value.
copyOf(DsFlag) - Static method in class ch.rasc.darksky.model.ImmutableDsFlag
Creates an immutable copy of a DsFlag value.
copyOf(DsResponse) - Static method in class ch.rasc.darksky.model.ImmutableDsResponse
Creates an immutable copy of a DsResponse value.
currently() - Method in interface ch.rasc.darksky.model.DsResponse
A DsDataPoint containing the current weather conditions at the requested location.
currently(DsDataPoint) - Method in class ch.rasc.darksky.model.ImmutableDsResponse.Builder
Initializes the value for the currently attribute.
currently() - Method in class ch.rasc.darksky.model.ImmutableDsResponse
A DsDataPoint containing the current weather conditions at the requested location.

D

daily() - Method in interface ch.rasc.darksky.model.DsResponse
A DsDataBlock containing the weather conditions day-by-day for the next week.
daily(DsDataBlock) - Method in class ch.rasc.darksky.model.ImmutableDsResponse.Builder
Initializes the value for the daily attribute.
daily() - Method in class ch.rasc.darksky.model.ImmutableDsResponse
A DsDataBlock containing the weather conditions day-by-day for the next week.
darkskyUnavailable() - Method in interface ch.rasc.darksky.model.DsFlag
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 maintenance) has made the data unavailable.
darkskyUnavailable(Object) - Method in class ch.rasc.darksky.model.ImmutableDsFlag.Builder
Initializes the value for the darkskyUnavailable attribute.
darkskyUnavailable() - Method in class ch.rasc.darksky.model.ImmutableDsFlag
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 maintenance) has made the data unavailable.
data() - Method in interface ch.rasc.darksky.model.DsDataBlock
A list of DsDataPoint instances, ordered by time, which together describe the weather conditions at the requested location over time.
data(Iterable<? extends DsDataPoint>) - Method in class ch.rasc.darksky.model.ImmutableDsDataBlock.Builder
Sets or replaces all elements for data list.
data() - Method in class ch.rasc.darksky.model.ImmutableDsDataBlock
A list of DsDataPoint instances, ordered by time, which together describe the weather conditions at the requested location over time.
description() - Method in interface ch.rasc.darksky.model.DsAlert
A detailed description of the alert.
description(String) - Method in class ch.rasc.darksky.model.ImmutableDsAlert.Builder
Initializes the value for the description attribute.
description() - Method in class ch.rasc.darksky.model.ImmutableDsAlert
A detailed description of the alert.
deserialize(JsonParser, DeserializationContext) - Method in class ch.rasc.darksky.converter.DsAlertSeverityDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class ch.rasc.darksky.converter.DsIconDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class ch.rasc.darksky.converter.DsPrecipTypeDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class ch.rasc.darksky.converter.DsUnitDeserializer
 
deserialize(String) - Method in class ch.rasc.darksky.json.JacksonJsonConverter
 
deserialize(String) - Method in interface ch.rasc.darksky.json.JsonConverter
 
dewPoint() - Method in class ch.rasc.darksky.model.DsDataPoint
The dew point in degrees Fahrenheit.
dewPoint(BigDecimal) - Method in class ch.rasc.darksky.model.ImmutableDsDataPoint.Builder
Initializes the value for the dewPoint attribute.
dewPoint() - Method in class ch.rasc.darksky.model.ImmutableDsDataPoint
The dew point in degrees Fahrenheit.
DsAlert - Interface in ch.rasc.darksky.model
An alert object represents a severe weather warning issued for the requested location by a governmental authority.
DsAlertSeverity - Enum in ch.rasc.darksky.model
 
DsAlertSeverityDeserializer - Class in ch.rasc.darksky.converter
 
DsAlertSeverityDeserializer() - Constructor for class ch.rasc.darksky.converter.DsAlertSeverityDeserializer
 
DsBlock - Enum in ch.rasc.darksky.model
 
DsClient - Class in ch.rasc.darksky
 
DsClient(String) - Constructor for class ch.rasc.darksky.DsClient
 
DsClient(String, OkHttpClient) - Constructor for class ch.rasc.darksky.DsClient
 
DsClient(String, JsonConverter) - Constructor for class ch.rasc.darksky.DsClient
 
DsClient(String, JsonConverter, OkHttpClient) - Constructor for class ch.rasc.darksky.DsClient
 
DsDataBlock - Interface in ch.rasc.darksky.model
A data block object represents the various weather phenomena occurring over a period of time.
DsDataPoint - Class in ch.rasc.darksky.model
A data point object contains various properties, each representing the average (unless otherwise specified) of a particular weather phenomenon occurring during a period of time: an instant in the case of DsResponse.currently(), a minute for DsResponse.minutely(), an hour for DsResponse.hourly(), and a day for DsResponse.daily().
DsDataPoint() - Constructor for class ch.rasc.darksky.model.DsDataPoint
 
DsFlag - Interface in ch.rasc.darksky.model
The flags object contains various metadata information related to the request.
DsForecastRequest - Interface in ch.rasc.darksky.model
 
DsForecastRequest.Builder - Class in ch.rasc.darksky.model
 
DsIcon - Enum in ch.rasc.darksky.model
 
DsIconDeserializer - Class in ch.rasc.darksky.converter
 
DsIconDeserializer() - Constructor for class ch.rasc.darksky.converter.DsIconDeserializer
 
DsLanguage - Enum in ch.rasc.darksky.model
 
DsPrecipType - Enum in ch.rasc.darksky.model
 
DsPrecipTypeDeserializer - Class in ch.rasc.darksky.converter
 
DsPrecipTypeDeserializer() - Constructor for class ch.rasc.darksky.converter.DsPrecipTypeDeserializer
 
DsResponse - Interface in ch.rasc.darksky.model
The response to a Dark Sky API call
DsTimeMachineRequest - Interface in ch.rasc.darksky.model
 
DsTimeMachineRequest.Builder - Class in ch.rasc.darksky.model
 
DsUnit - Enum in ch.rasc.darksky.model
 
DsUnitDeserializer - Class in ch.rasc.darksky.converter
 
DsUnitDeserializer() - Constructor for class ch.rasc.darksky.converter.DsUnitDeserializer
 

E

equals(Object) - Method in class ch.rasc.darksky.model.ImmutableDsAlert
This instance is equal to all instances of ImmutableDsAlert that have equal attribute values.
equals(Object) - Method in class ch.rasc.darksky.model.ImmutableDsDataBlock
This instance is equal to all instances of ImmutableDsDataBlock that have equal attribute values.
equals(Object) - Method in class ch.rasc.darksky.model.ImmutableDsDataPoint
This instance is equal to all instances of ImmutableDsDataPoint that have equal attribute values.
equals(Object) - Method in class ch.rasc.darksky.model.ImmutableDsFlag
This instance is equal to all instances of ImmutableDsFlag that have equal attribute values.
equals(Object) - Method in class ch.rasc.darksky.model.ImmutableDsResponse
This instance is equal to all instances of ImmutableDsResponse that have equal attribute values.
excludeBlocks() - Method in interface ch.rasc.darksky.model.DsForecastRequest
Exclude some number of data blocks from the API response.
excludeBlocks() - Method in interface ch.rasc.darksky.model.DsTimeMachineRequest
Exclude some number of data blocks from the API response.
expires() - Method in interface ch.rasc.darksky.model.DsAlert
The UNIX time at which the alert will expire.
expires(long) - Method in class ch.rasc.darksky.model.ImmutableDsAlert.Builder
Initializes the value for the expires attribute.
expires() - Method in class ch.rasc.darksky.model.ImmutableDsAlert
The UNIX time at which the alert will expire.
extendHourly() - Method in interface ch.rasc.darksky.model.DsForecastRequest
When called, returns hour-by-hour data for the next 168 hours, instead of the next 48.

F

findByJsonValue(String) - Static method in enum ch.rasc.darksky.model.DsAlertSeverity
 
findByJsonValue(String) - Static method in enum ch.rasc.darksky.model.DsIcon
 
findByJsonValue(String) - Static method in enum ch.rasc.darksky.model.DsPrecipType
 
findByJsonValue(String) - Static method in enum ch.rasc.darksky.model.DsUnit
 
flags() - Method in interface ch.rasc.darksky.model.DsResponse
A DsFlag object containing miscellaneous metadata about the request.
flags(DsFlag) - Method in class ch.rasc.darksky.model.ImmutableDsResponse.Builder
Initializes the value for the flags attribute.
flags() - Method in class ch.rasc.darksky.model.ImmutableDsResponse
A DsFlag object containing miscellaneous metadata about the request.
from(DsAlert) - Method in class ch.rasc.darksky.model.ImmutableDsAlert.Builder
Fill a builder with attribute values from the provided DsAlert instance.
from(DsDataBlock) - Method in class ch.rasc.darksky.model.ImmutableDsDataBlock.Builder
Fill a builder with attribute values from the provided DsDataBlock instance.
from(DsDataPoint) - Method in class ch.rasc.darksky.model.ImmutableDsDataPoint.Builder
Fill a builder with attribute values from the provided DsDataPoint instance.
from(DsFlag) - Method in class ch.rasc.darksky.model.ImmutableDsFlag.Builder
Fill a builder with attribute values from the provided DsFlag instance.
from(DsResponse) - Method in class ch.rasc.darksky.model.ImmutableDsResponse.Builder
Fill a builder with attribute values from the provided DsResponse instance.

G

getJsonValue() - Method in enum ch.rasc.darksky.model.DsAlertSeverity
 
getJsonValue() - Method in enum ch.rasc.darksky.model.DsBlock
 
getJsonValue() - Method in enum ch.rasc.darksky.model.DsIcon
 
getJsonValue() - Method in enum ch.rasc.darksky.model.DsPrecipType
 
getJsonValue() - Method in enum ch.rasc.darksky.model.DsUnit
 

H

hashCode() - Method in class ch.rasc.darksky.model.ImmutableDsAlert
Computes a hash code from attributes: description, expires, regions, severity, time, title, uri.
hashCode() - Method in class ch.rasc.darksky.model.ImmutableDsDataBlock
Computes a hash code from attributes: summary, icon, data.
hashCode() - Method in class ch.rasc.darksky.model.ImmutableDsDataPoint
Computes a hash code from attributes: apparentTemperature, apparentTemperatureHigh, apparentTemperatureHighTime, apparentTemperatureLow, apparentTemperatureLowTime, apparentTemperatureMax, apparentTemperatureMaxTime, apparentTemperatureMin, apparentTemperatureMinTime, cloudCover, dewPoint, humidity, icon, moonPhase, nearestStormBearing, nearestStormDistance, ozone, precipAccumulation, precipIntensity, precipIntensityError, precipIntensityMax, precipIntensityMaxTime, precipProbability, precipType, pressure, summary, sunriseTime, sunsetTime, temperature, temperatureHigh, temperatureHighTime, temperatureLow, temperatureLowTime, temperatureMax, temperatureMaxTime, temperatureMin, temperatureMinTime, time, uvIndex, uvIndexTime, visibility, windBearing, windGust, windGustTime, windSpeed.
hashCode() - Method in class ch.rasc.darksky.model.ImmutableDsFlag
Computes a hash code from attributes: darkskyUnavailable, nearestStation, sources, units.
hashCode() - Method in class ch.rasc.darksky.model.ImmutableDsResponse
Computes a hash code from attributes: latitude, longitude, timezone, offset, currently, minutely, hourly, daily, alerts, flags.
hourly() - Method in interface ch.rasc.darksky.model.DsResponse
A DsDataBlock containing the weather conditions hour-by-hour for the next two days.
hourly(DsDataBlock) - Method in class ch.rasc.darksky.model.ImmutableDsResponse.Builder
Initializes the value for the hourly attribute.
hourly() - Method in class ch.rasc.darksky.model.ImmutableDsResponse
A DsDataBlock containing the weather conditions hour-by-hour for the next two days.
humidity() - Method in class ch.rasc.darksky.model.DsDataPoint
The relative humidity, between 0 and 1, inclusive.
humidity(BigDecimal) - Method in class ch.rasc.darksky.model.ImmutableDsDataPoint.Builder
Initializes the value for the humidity attribute.
humidity() - Method in class ch.rasc.darksky.model.ImmutableDsDataPoint
The relative humidity, between 0 and 1, inclusive.

I

icon() - Method in interface ch.rasc.darksky.model.DsDataBlock
A machine-readable text summary of this data block.
icon() - Method in class ch.rasc.darksky.model.DsDataPoint
A machine-readable text summary of this data point, suitable for selecting an icon for display.
icon(DsIcon) - Method in class ch.rasc.darksky.model.ImmutableDsDataBlock.Builder
Initializes the value for the icon attribute.
icon() - Method in class ch.rasc.darksky.model.ImmutableDsDataBlock
A machine-readable text summary of this data block.
icon(DsIcon) - Method in class ch.rasc.darksky.model.ImmutableDsDataPoint.Builder
Initializes the value for the icon attribute.
icon() - Method in class ch.rasc.darksky.model.ImmutableDsDataPoint
A machine-readable text summary of this data point, suitable for selecting an icon for display.
ImmutableDsAlert - Class in ch.rasc.darksky.model
Immutable implementation of DsAlert.
ImmutableDsAlert.Builder - Class in ch.rasc.darksky.model
Builds instances of type ImmutableDsAlert.
ImmutableDsDataBlock - Class in ch.rasc.darksky.model
Immutable implementation of DsDataBlock.
ImmutableDsDataBlock.Builder - Class in ch.rasc.darksky.model
Builds instances of type ImmutableDsDataBlock.
ImmutableDsDataPoint - Class in ch.rasc.darksky.model
Immutable implementation of DsDataPoint.
ImmutableDsDataPoint.Builder - Class in ch.rasc.darksky.model
Builds instances of type ImmutableDsDataPoint.
ImmutableDsFlag - Class in ch.rasc.darksky.model
Immutable implementation of DsFlag.
ImmutableDsFlag.Builder - Class in ch.rasc.darksky.model
Builds instances of type ImmutableDsFlag.
ImmutableDsResponse - Class in ch.rasc.darksky.model
Immutable implementation of DsResponse.
ImmutableDsResponse.Builder - Class in ch.rasc.darksky.model
Builds instances of type ImmutableDsResponse.
includeBlocks() - Method in interface ch.rasc.darksky.model.DsForecastRequest
Include some number of data blocks in the API response.
includeBlocks() - Method in interface ch.rasc.darksky.model.DsTimeMachineRequest
Include some number of data blocks in the API response.

J

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

L

language() - Method in interface ch.rasc.darksky.model.DsForecastRequest
Return summary properties in the desired language.
language() - Method in interface ch.rasc.darksky.model.DsTimeMachineRequest
Return summary properties in the desired language.
latitude() - Method in interface ch.rasc.darksky.model.DsForecastRequest
The latitude of a location (in decimal degrees).
latitude() - Method in interface ch.rasc.darksky.model.DsResponse
The requested latitude.
latitude() - Method in interface ch.rasc.darksky.model.DsTimeMachineRequest
The latitude of a location (in decimal degrees).
latitude(BigDecimal) - Method in class ch.rasc.darksky.model.ImmutableDsResponse.Builder
Initializes the value for the latitude attribute.
latitude() - Method in class ch.rasc.darksky.model.ImmutableDsResponse
The requested latitude.
longitude() - Method in interface ch.rasc.darksky.model.DsForecastRequest
The longitude of a location (in decimal degrees).
longitude() - Method in interface ch.rasc.darksky.model.DsResponse
The requested longitude.
longitude() - Method in interface ch.rasc.darksky.model.DsTimeMachineRequest
The longitude of a location (in decimal degrees).
longitude(BigDecimal) - Method in class ch.rasc.darksky.model.ImmutableDsResponse.Builder
Initializes the value for the longitude attribute.
longitude() - Method in class ch.rasc.darksky.model.ImmutableDsResponse
The requested longitude.

M

minutely() - Method in interface ch.rasc.darksky.model.DsResponse
A DsDataBlock containing the weather conditions minute-by-minute for the next hour.
minutely(DsDataBlock) - Method in class ch.rasc.darksky.model.ImmutableDsResponse.Builder
Initializes the value for the minutely attribute.
minutely() - Method in class ch.rasc.darksky.model.ImmutableDsResponse
A DsDataBlock containing the weather conditions minute-by-minute for the next hour.
moonPhase() - Method in class ch.rasc.darksky.model.DsDataPoint
The fractional part of the lunation number during 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.darksky.model.ImmutableDsDataPoint.Builder
Initializes the value for the moonPhase attribute.
moonPhase() - Method in class ch.rasc.darksky.model.ImmutableDsDataPoint
The fractional part of the lunation number during 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

nearestStation() - Method in interface ch.rasc.darksky.model.DsFlag
The distance to the nearest weather station that contributed data to this response.
nearestStation(BigDecimal) - Method in class ch.rasc.darksky.model.ImmutableDsFlag.Builder
Initializes the value for the nearestStation attribute.
nearestStation() - Method in class ch.rasc.darksky.model.ImmutableDsFlag
The distance to the nearest weather station that contributed data to this response.
nearestStormBearing() - Method in class ch.rasc.darksky.model.DsDataPoint
The approximate direction of the nearest storm in degrees, with true north at 0° and progressing clockwise.
nearestStormBearing(BigDecimal) - Method in class ch.rasc.darksky.model.ImmutableDsDataPoint.Builder
Initializes the value for the nearestStormBearing attribute.
nearestStormBearing() - Method in class ch.rasc.darksky.model.ImmutableDsDataPoint
The approximate direction of the nearest storm in degrees, with true north at 0° and progressing clockwise.
nearestStormDistance() - Method in class ch.rasc.darksky.model.DsDataPoint
The approximate distance to the nearest storm in miles.
nearestStormDistance(BigDecimal) - Method in class ch.rasc.darksky.model.ImmutableDsDataPoint.Builder
Initializes the value for the nearestStormDistance attribute.
nearestStormDistance() - Method in class ch.rasc.darksky.model.ImmutableDsDataPoint
The approximate distance to the nearest storm in miles.

O

offset() - Method in interface ch.rasc.darksky.model.DsResponse
Deprecated.
offset(int) - Method in class ch.rasc.darksky.model.ImmutableDsResponse.Builder
Deprecated.
offset() - Method in class ch.rasc.darksky.model.ImmutableDsResponse
Deprecated.
ozone() - Method in class ch.rasc.darksky.model.DsDataPoint
The columnar density of total atmospheric ozone at the given time in Dobson units.
ozone(BigDecimal) - Method in class ch.rasc.darksky.model.ImmutableDsDataPoint.Builder
Initializes the value for the ozone attribute.
ozone() - Method in class ch.rasc.darksky.model.ImmutableDsDataPoint
The columnar density of total atmospheric ozone at the given time in Dobson units.

P

precipAccumulation() - Method in class ch.rasc.darksky.model.DsDataPoint
The amount of snowfall accumulation expected to occur (over the hour or day, respectively), in inches.
precipAccumulation(BigDecimal) - Method in class ch.rasc.darksky.model.ImmutableDsDataPoint.Builder
Initializes the value for the precipAccumulation attribute.
precipAccumulation() - Method in class ch.rasc.darksky.model.ImmutableDsDataPoint
The amount of snowfall accumulation expected to occur (over the hour or day, respectively), in inches.
precipIntensity() - Method in class ch.rasc.darksky.model.DsDataPoint
The intensity (in inches of liquid water per hour) of precipitation occurring at the given time.
precipIntensity(BigDecimal) - Method in class ch.rasc.darksky.model.ImmutableDsDataPoint.Builder
Initializes the value for the precipIntensity attribute.
precipIntensity() - Method in class ch.rasc.darksky.model.ImmutableDsDataPoint
The intensity (in inches of liquid water per hour) of precipitation occurring at the given time.
precipIntensityError() - Method in class ch.rasc.darksky.model.DsDataPoint
The standard deviation of the distribution of DsDataPoint.precipIntensity().
precipIntensityError(BigDecimal) - Method in class ch.rasc.darksky.model.ImmutableDsDataPoint.Builder
Initializes the value for the precipIntensityError attribute.
precipIntensityError() - Method in class ch.rasc.darksky.model.ImmutableDsDataPoint
The standard deviation of the distribution of ImmutableDsDataPoint.precipIntensity().
precipIntensityMax() - Method in class ch.rasc.darksky.model.DsDataPoint
The maximum value of DsDataPoint.precipIntensity() during a given day.
precipIntensityMax(BigDecimal) - Method in class ch.rasc.darksky.model.ImmutableDsDataPoint.Builder
Initializes the value for the precipIntensityMax attribute.
precipIntensityMax() - Method in class ch.rasc.darksky.model.ImmutableDsDataPoint
The maximum value of ImmutableDsDataPoint.precipIntensity() during a given day.
precipIntensityMaxTime() - Method in class ch.rasc.darksky.model.DsDataPoint
The UNIX time of when DsDataPoint.precipIntensityMax() occurs.
precipIntensityMaxTime(Long) - Method in class ch.rasc.darksky.model.ImmutableDsDataPoint.Builder
Initializes the value for the precipIntensityMaxTime attribute.
precipIntensityMaxTime() - Method in class ch.rasc.darksky.model.ImmutableDsDataPoint
The UNIX time of when ImmutableDsDataPoint.precipIntensityMax() occurs.
precipProbability() - Method in class ch.rasc.darksky.model.DsDataPoint
The probability of precipitation occurring, between 0 and 1, inclusive.
precipProbability(BigDecimal) - Method in class ch.rasc.darksky.model.ImmutableDsDataPoint.Builder
Initializes the value for the precipProbability attribute.
precipProbability() - Method in class ch.rasc.darksky.model.ImmutableDsDataPoint
The probability of precipitation occurring, between 0 and 1, inclusive.
precipType() - Method in class ch.rasc.darksky.model.DsDataPoint
The type of precipitation occurring at the given time.
precipType(DsPrecipType) - Method in class ch.rasc.darksky.model.ImmutableDsDataPoint.Builder
Initializes the value for the precipType attribute.
precipType() - Method in class ch.rasc.darksky.model.ImmutableDsDataPoint
The type of precipitation occurring at the given time.
pressure() - Method in class ch.rasc.darksky.model.DsDataPoint
The sea-level air pressure in millibars.
pressure(BigDecimal) - Method in class ch.rasc.darksky.model.ImmutableDsDataPoint.Builder
Initializes the value for the pressure attribute.
pressure() - Method in class ch.rasc.darksky.model.ImmutableDsDataPoint
The sea-level air pressure in millibars.

R

regions() - Method in interface ch.rasc.darksky.model.DsAlert
A list of String representing the names of the regions covered by this weather alert.
regions(Iterable<String>) - Method in class ch.rasc.darksky.model.ImmutableDsAlert.Builder
Sets or replaces all elements for regions list.
regions() - Method in class ch.rasc.darksky.model.ImmutableDsAlert
A list of String representing the names of the regions covered by this weather alert.
responseTime() - Method in class ch.rasc.darksky.DsClient
The server-side response time of the last request.

S

sendForecastRequest(DsForecastRequest) - Method in class ch.rasc.darksky.DsClient
Sends a Forecast Request to darksky.net.
sendTimeMachineRequest(DsTimeMachineRequest) - Method in class ch.rasc.darksky.DsClient
Sends a Time Machine Request to darksky.net A Time Machine Request returns the observed (in the past) or forecasted (in the future) hour-by-hour and daily weather conditions for a particular date.
severity() - Method in interface ch.rasc.darksky.model.DsAlert
The severity of the weather alert.
severity(DsAlertSeverity) - Method in class ch.rasc.darksky.model.ImmutableDsAlert.Builder
Initializes the value for the severity attribute.
severity() - Method in class ch.rasc.darksky.model.ImmutableDsAlert
The severity of the weather alert.
sources() - Method in interface ch.rasc.darksky.model.DsFlag
This property contains a list of IDs for each data source utilized in servicing this request.
sources(Iterable<String>) - Method in class ch.rasc.darksky.model.ImmutableDsFlag.Builder
Sets or replaces all elements for sources list.
sources() - Method in class ch.rasc.darksky.model.ImmutableDsFlag
This property contains a list of IDs for each data source utilized in servicing this request.
summary() - Method in interface ch.rasc.darksky.model.DsDataBlock
A human-readable summary of this data block.
summary() - Method in class ch.rasc.darksky.model.DsDataPoint
A human-readable text summary of this data point.
summary(String) - Method in class ch.rasc.darksky.model.ImmutableDsDataBlock.Builder
Initializes the value for the summary attribute.
summary() - Method in class ch.rasc.darksky.model.ImmutableDsDataBlock
A human-readable summary of this data block.
summary(String) - Method in class ch.rasc.darksky.model.ImmutableDsDataPoint.Builder
Initializes the value for the summary attribute.
summary() - Method in class ch.rasc.darksky.model.ImmutableDsDataPoint
A human-readable text summary of this data point.
sunriseTime() - Method in class ch.rasc.darksky.model.DsDataPoint
The UNIX time of when the sun will rise during a given day.
sunriseTime(Long) - Method in class ch.rasc.darksky.model.ImmutableDsDataPoint.Builder
Initializes the value for the sunriseTime attribute.
sunriseTime() - Method in class ch.rasc.darksky.model.ImmutableDsDataPoint
The UNIX time of when the sun will rise during a given day.
sunsetTime() - Method in class ch.rasc.darksky.model.DsDataPoint
The UNIX time of when the sun will set during a given day.
sunsetTime(Long) - Method in class ch.rasc.darksky.model.ImmutableDsDataPoint.Builder
Initializes the value for the sunsetTime attribute.
sunsetTime() - Method in class ch.rasc.darksky.model.ImmutableDsDataPoint
The UNIX time of when the sun will set during a given day.

T

temperature() - Method in class ch.rasc.darksky.model.DsDataPoint
The air temperature in degrees Fahrenheit.
temperature(BigDecimal) - Method in class ch.rasc.darksky.model.ImmutableDsDataPoint.Builder
Initializes the value for the temperature attribute.
temperature() - Method in class ch.rasc.darksky.model.ImmutableDsDataPoint
The air temperature in degrees Fahrenheit.
temperatureHigh() - Method in class ch.rasc.darksky.model.DsDataPoint
The daytime high temperature.
temperatureHigh(BigDecimal) - Method in class ch.rasc.darksky.model.ImmutableDsDataPoint.Builder
Initializes the value for the temperatureHigh attribute.
temperatureHigh() - Method in class ch.rasc.darksky.model.ImmutableDsDataPoint
The daytime high temperature.
temperatureHighTime() - Method in class ch.rasc.darksky.model.DsDataPoint
The UNIX time representing when DsDataPoint.temperatureHigh() occurs.
temperatureHighTime(Long) - Method in class ch.rasc.darksky.model.ImmutableDsDataPoint.Builder
Initializes the value for the temperatureHighTime attribute.
temperatureHighTime() - Method in class ch.rasc.darksky.model.ImmutableDsDataPoint
The UNIX time representing when ImmutableDsDataPoint.temperatureHigh() occurs.
temperatureLow() - Method in class ch.rasc.darksky.model.DsDataPoint
The overnight low temperature.
temperatureLow(BigDecimal) - Method in class ch.rasc.darksky.model.ImmutableDsDataPoint.Builder
Initializes the value for the temperatureLow attribute.
temperatureLow() - Method in class ch.rasc.darksky.model.ImmutableDsDataPoint
The overnight low temperature.
temperatureLowTime() - Method in class ch.rasc.darksky.model.DsDataPoint
The UNIX time representing when DsDataPoint.temperatureLow() occurs.
temperatureLowTime(Long) - Method in class ch.rasc.darksky.model.ImmutableDsDataPoint.Builder
Initializes the value for the temperatureLowTime attribute.
temperatureLowTime() - Method in class ch.rasc.darksky.model.ImmutableDsDataPoint
The UNIX time representing when ImmutableDsDataPoint.temperatureLow() occurs.
temperatureMax() - Method in class ch.rasc.darksky.model.DsDataPoint
The maximum temperature during a given date.
temperatureMax(BigDecimal) - Method in class ch.rasc.darksky.model.ImmutableDsDataPoint.Builder
Initializes the value for the temperatureMax attribute.
temperatureMax() - Method in class ch.rasc.darksky.model.ImmutableDsDataPoint
The maximum temperature during a given date.
temperatureMaxTime() - Method in class ch.rasc.darksky.model.DsDataPoint
The UNIX time representing when DsDataPoint.temperatureMax() occurs.
temperatureMaxTime(Long) - Method in class ch.rasc.darksky.model.ImmutableDsDataPoint.Builder
Initializes the value for the temperatureMaxTime attribute.
temperatureMaxTime() - Method in class ch.rasc.darksky.model.ImmutableDsDataPoint
The UNIX time representing when ImmutableDsDataPoint.temperatureMax() occurs.
temperatureMin() - Method in class ch.rasc.darksky.model.DsDataPoint
The minimum temperature during a given date.
temperatureMin(BigDecimal) - Method in class ch.rasc.darksky.model.ImmutableDsDataPoint.Builder
Initializes the value for the temperatureMin attribute.
temperatureMin() - Method in class ch.rasc.darksky.model.ImmutableDsDataPoint
The minimum temperature during a given date.
temperatureMinTime() - Method in class ch.rasc.darksky.model.DsDataPoint
The UNIX time representing when DsDataPoint.temperatureMin() occurs.
temperatureMinTime(Long) - Method in class ch.rasc.darksky.model.ImmutableDsDataPoint.Builder
Initializes the value for the temperatureMinTime attribute.
temperatureMinTime() - Method in class ch.rasc.darksky.model.ImmutableDsDataPoint
The UNIX time representing when ImmutableDsDataPoint.temperatureMin() occurs.
time() - Method in interface ch.rasc.darksky.model.DsAlert
The UNIX time at which the alert was issued.
time() - Method in class ch.rasc.darksky.model.DsDataPoint
The UNIX time at which this data point begins.
time() - Method in interface ch.rasc.darksky.model.DsTimeMachineRequest
UNIX time (that is, seconds since midnight GMT on 1 Jan 1970).
time(long) - Method in class ch.rasc.darksky.model.ImmutableDsAlert.Builder
Initializes the value for the time attribute.
time() - Method in class ch.rasc.darksky.model.ImmutableDsAlert
The UNIX time at which the alert was issued.
time(long) - Method in class ch.rasc.darksky.model.ImmutableDsDataPoint.Builder
Initializes the value for the time attribute.
time() - Method in class ch.rasc.darksky.model.ImmutableDsDataPoint
The UNIX time at which this data point begins.
timezone() - Method in interface ch.rasc.darksky.model.DsResponse
The IANA timezone name for the requested location.
timezone(String) - Method in class ch.rasc.darksky.model.ImmutableDsResponse.Builder
Initializes the value for the timezone attribute.
timezone() - Method in class ch.rasc.darksky.model.ImmutableDsResponse
The IANA timezone name for the requested location.
title() - Method in interface ch.rasc.darksky.model.DsAlert
A brief description of the alert.
title(String) - Method in class ch.rasc.darksky.model.ImmutableDsAlert.Builder
Initializes the value for the title attribute.
title() - Method in class ch.rasc.darksky.model.ImmutableDsAlert
A brief description of the alert.
toString() - Method in class ch.rasc.darksky.model.ImmutableDsAlert
Prints the immutable value DsAlert with attribute values.
toString() - Method in class ch.rasc.darksky.model.ImmutableDsDataBlock
Prints the immutable value DsDataBlock with attribute values.
toString() - Method in class ch.rasc.darksky.model.ImmutableDsDataPoint
Prints the immutable value DsDataPoint with attribute values.
toString() - Method in class ch.rasc.darksky.model.ImmutableDsFlag
Prints the immutable value DsFlag with attribute values.
toString() - Method in class ch.rasc.darksky.model.ImmutableDsResponse
Prints the immutable value DsResponse with attribute values.

U

unit() - Method in interface ch.rasc.darksky.model.DsForecastRequest
Return weather conditions in the requested units.
unit() - Method in interface ch.rasc.darksky.model.DsTimeMachineRequest
Return weather conditions in the requested units.
units() - Method in interface ch.rasc.darksky.model.DsFlag
Indicates the units which were used for the data in this request.
units(DsUnit) - Method in class ch.rasc.darksky.model.ImmutableDsFlag.Builder
Initializes the value for the units attribute.
units() - Method in class ch.rasc.darksky.model.ImmutableDsFlag
Indicates the units which were used for the data in this request.
uri() - Method in interface ch.rasc.darksky.model.DsAlert
An HTTP(S) URI that one may refer to for detailed information about the alert.
uri(String) - Method in class ch.rasc.darksky.model.ImmutableDsAlert.Builder
Initializes the value for the uri attribute.
uri() - Method in class ch.rasc.darksky.model.ImmutableDsAlert
An HTTP(S) URI that one may refer to for detailed information about the alert.
uvIndex() - Method in class ch.rasc.darksky.model.DsDataPoint
The UV index.
uvIndex(Integer) - Method in class ch.rasc.darksky.model.ImmutableDsDataPoint.Builder
Initializes the value for the uvIndex attribute.
uvIndex() - Method in class ch.rasc.darksky.model.ImmutableDsDataPoint
The UV index.
uvIndexTime() - Method in class ch.rasc.darksky.model.DsDataPoint
The UNIX time of when the maximum DsDataPoint.uvIndex() occurs during a given day.
uvIndexTime(Long) - Method in class ch.rasc.darksky.model.ImmutableDsDataPoint.Builder
Initializes the value for the uvIndexTime attribute.
uvIndexTime() - Method in class ch.rasc.darksky.model.ImmutableDsDataPoint
The UNIX time of when the maximum ImmutableDsDataPoint.uvIndex() occurs during a given day.

V

valueOf(String) - Static method in enum ch.rasc.darksky.model.DsAlertSeverity
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ch.rasc.darksky.model.DsBlock
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ch.rasc.darksky.model.DsIcon
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ch.rasc.darksky.model.DsLanguage
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ch.rasc.darksky.model.DsPrecipType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ch.rasc.darksky.model.DsUnit
Returns the enum constant of this type with the specified name.
values() - Static method in enum ch.rasc.darksky.model.DsAlertSeverity
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ch.rasc.darksky.model.DsBlock
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ch.rasc.darksky.model.DsIcon
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ch.rasc.darksky.model.DsLanguage
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ch.rasc.darksky.model.DsPrecipType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ch.rasc.darksky.model.DsUnit
Returns an array containing the constants of this enum type, in the order they are declared.
visibility() - Method in class ch.rasc.darksky.model.DsDataPoint
The average visibility in miles, capped at 10 miles.
visibility(BigDecimal) - Method in class ch.rasc.darksky.model.ImmutableDsDataPoint.Builder
Initializes the value for the visibility attribute.
visibility() - Method in class ch.rasc.darksky.model.ImmutableDsDataPoint
The average visibility in miles, capped at 10 miles.

W

windBearing() - Method in class ch.rasc.darksky.model.DsDataPoint
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.darksky.model.ImmutableDsDataPoint.Builder
Initializes the value for the windBearing attribute.
windBearing() - Method in class ch.rasc.darksky.model.ImmutableDsDataPoint
The direction that the wind is coming from in degrees, with true north at 0° and progressing clockwise.
windGust() - Method in class ch.rasc.darksky.model.DsDataPoint
The wind gust speed in miles per hour.
windGust(BigDecimal) - Method in class ch.rasc.darksky.model.ImmutableDsDataPoint.Builder
Initializes the value for the windGust attribute.
windGust() - Method in class ch.rasc.darksky.model.ImmutableDsDataPoint
The wind gust speed in miles per hour.
windGustTime() - Method in class ch.rasc.darksky.model.DsDataPoint
The time at which the maximum wind gust speed occurs during the day.
windGustTime(Long) - Method in class ch.rasc.darksky.model.ImmutableDsDataPoint.Builder
Initializes the value for the windGustTime attribute.
windGustTime() - Method in class ch.rasc.darksky.model.ImmutableDsDataPoint
The time at which the maximum wind gust speed occurs during the day.
windSpeed() - Method in class ch.rasc.darksky.model.DsDataPoint
The wind speed in miles per hour.
windSpeed(BigDecimal) - Method in class ch.rasc.darksky.model.ImmutableDsDataPoint.Builder
Initializes the value for the windSpeed attribute.
windSpeed() - Method in class ch.rasc.darksky.model.ImmutableDsDataPoint
The wind speed in miles per hour.
withAlerts(DsAlert...) - Method in class ch.rasc.darksky.model.ImmutableDsResponse
Copy the current immutable object with elements that replace the content of alerts.
withAlerts(Iterable<? extends DsAlert>) - Method in class ch.rasc.darksky.model.ImmutableDsResponse
Copy the current immutable object with elements that replace the content of alerts.
withApparentTemperature(BigDecimal) - Method in class ch.rasc.darksky.model.ImmutableDsDataPoint
Copy the current immutable object by setting a value for the apparentTemperature attribute.
withApparentTemperatureHigh(BigDecimal) - Method in class ch.rasc.darksky.model.ImmutableDsDataPoint
Copy the current immutable object by setting a value for the apparentTemperatureHigh attribute.
withApparentTemperatureHighTime(Long) - Method in class ch.rasc.darksky.model.ImmutableDsDataPoint
Copy the current immutable object by setting a value for the apparentTemperatureHighTime attribute.
withApparentTemperatureLow(BigDecimal) - Method in class ch.rasc.darksky.model.ImmutableDsDataPoint
Copy the current immutable object by setting a value for the apparentTemperatureLow attribute.
withApparentTemperatureLowTime(Long) - Method in class ch.rasc.darksky.model.ImmutableDsDataPoint
Copy the current immutable object by setting a value for the apparentTemperatureLowTime attribute.
withApparentTemperatureMax(BigDecimal) - Method in class ch.rasc.darksky.model.ImmutableDsDataPoint
Copy the current immutable object by setting a value for the apparentTemperatureMax attribute.
withApparentTemperatureMaxTime(Long) - Method in class ch.rasc.darksky.model.ImmutableDsDataPoint
Copy the current immutable object by setting a value for the apparentTemperatureMaxTime attribute.
withApparentTemperatureMin(BigDecimal) - Method in class ch.rasc.darksky.model.ImmutableDsDataPoint
Copy the current immutable object by setting a value for the apparentTemperatureMin attribute.
withApparentTemperatureMinTime(Long) - Method in class ch.rasc.darksky.model.ImmutableDsDataPoint
Copy the current immutable object by setting a value for the apparentTemperatureMinTime attribute.
withCloudCover(BigDecimal) - Method in class ch.rasc.darksky.model.ImmutableDsDataPoint
Copy the current immutable object by setting a value for the cloudCover attribute.
withCurrently(DsDataPoint) - Method in class ch.rasc.darksky.model.ImmutableDsResponse
Copy the current immutable object by setting a value for the currently attribute.
withDaily(DsDataBlock) - Method in class ch.rasc.darksky.model.ImmutableDsResponse
Copy the current immutable object by setting a value for the daily attribute.
withDarkskyUnavailable(Object) - Method in class ch.rasc.darksky.model.ImmutableDsFlag
Copy the current immutable object by setting a value for the darkskyUnavailable attribute.
withData(DsDataPoint...) - Method in class ch.rasc.darksky.model.ImmutableDsDataBlock
Copy the current immutable object with elements that replace the content of data.
withData(Iterable<? extends DsDataPoint>) - Method in class ch.rasc.darksky.model.ImmutableDsDataBlock
Copy the current immutable object with elements that replace the content of data.
withDescription(String) - Method in class ch.rasc.darksky.model.ImmutableDsAlert
Copy the current immutable object by setting a value for the description attribute.
withDewPoint(BigDecimal) - Method in class ch.rasc.darksky.model.ImmutableDsDataPoint
Copy the current immutable object by setting a value for the dewPoint attribute.
withExpires(long) - Method in class ch.rasc.darksky.model.ImmutableDsAlert
Copy the current immutable object by setting a value for the expires attribute.
withFlags(DsFlag) - Method in class ch.rasc.darksky.model.ImmutableDsResponse
Copy the current immutable object by setting a value for the flags attribute.
withHourly(DsDataBlock) - Method in class ch.rasc.darksky.model.ImmutableDsResponse
Copy the current immutable object by setting a value for the hourly attribute.
withHumidity(BigDecimal) - Method in class ch.rasc.darksky.model.ImmutableDsDataPoint
Copy the current immutable object by setting a value for the humidity attribute.
withIcon(DsIcon) - Method in class ch.rasc.darksky.model.ImmutableDsDataBlock
Copy the current immutable object by setting a value for the icon attribute.
withIcon(DsIcon) - Method in class ch.rasc.darksky.model.ImmutableDsDataPoint
Copy the current immutable object by setting a value for the icon attribute.
withLatitude(BigDecimal) - Method in class ch.rasc.darksky.model.ImmutableDsResponse
Copy the current immutable object by setting a value for the latitude attribute.
withLongitude(BigDecimal) - Method in class ch.rasc.darksky.model.ImmutableDsResponse
Copy the current immutable object by setting a value for the longitude attribute.
withMinutely(DsDataBlock) - Method in class ch.rasc.darksky.model.ImmutableDsResponse
Copy the current immutable object by setting a value for the minutely attribute.
withMoonPhase(BigDecimal) - Method in class ch.rasc.darksky.model.ImmutableDsDataPoint
Copy the current immutable object by setting a value for the moonPhase attribute.
withNearestStation(BigDecimal) - Method in class ch.rasc.darksky.model.ImmutableDsFlag
Copy the current immutable object by setting a value for the nearestStation attribute.
withNearestStormBearing(BigDecimal) - Method in class ch.rasc.darksky.model.ImmutableDsDataPoint
Copy the current immutable object by setting a value for the nearestStormBearing attribute.
withNearestStormDistance(BigDecimal) - Method in class ch.rasc.darksky.model.ImmutableDsDataPoint
Copy the current immutable object by setting a value for the nearestStormDistance attribute.
withOffset(int) - Method in class ch.rasc.darksky.model.ImmutableDsResponse
Deprecated.
withOzone(BigDecimal) - Method in class ch.rasc.darksky.model.ImmutableDsDataPoint
Copy the current immutable object by setting a value for the ozone attribute.
withPrecipAccumulation(BigDecimal) - Method in class ch.rasc.darksky.model.ImmutableDsDataPoint
Copy the current immutable object by setting a value for the precipAccumulation attribute.
withPrecipIntensity(BigDecimal) - Method in class ch.rasc.darksky.model.ImmutableDsDataPoint
Copy the current immutable object by setting a value for the precipIntensity attribute.
withPrecipIntensityError(BigDecimal) - Method in class ch.rasc.darksky.model.ImmutableDsDataPoint
Copy the current immutable object by setting a value for the precipIntensityError attribute.
withPrecipIntensityMax(BigDecimal) - Method in class ch.rasc.darksky.model.ImmutableDsDataPoint
Copy the current immutable object by setting a value for the precipIntensityMax attribute.
withPrecipIntensityMaxTime(Long) - Method in class ch.rasc.darksky.model.ImmutableDsDataPoint
Copy the current immutable object by setting a value for the precipIntensityMaxTime attribute.
withPrecipProbability(BigDecimal) - Method in class ch.rasc.darksky.model.ImmutableDsDataPoint
Copy the current immutable object by setting a value for the precipProbability attribute.
withPrecipType(DsPrecipType) - Method in class ch.rasc.darksky.model.ImmutableDsDataPoint
Copy the current immutable object by setting a value for the precipType attribute.
withPressure(BigDecimal) - Method in class ch.rasc.darksky.model.ImmutableDsDataPoint
Copy the current immutable object by setting a value for the pressure attribute.
withRegions(String...) - Method in class ch.rasc.darksky.model.ImmutableDsAlert
Copy the current immutable object with elements that replace the content of regions.
withRegions(Iterable<String>) - Method in class ch.rasc.darksky.model.ImmutableDsAlert
Copy the current immutable object with elements that replace the content of regions.
withSeverity(DsAlertSeverity) - Method in class ch.rasc.darksky.model.ImmutableDsAlert
Copy the current immutable object by setting a value for the severity attribute.
withSources(String...) - Method in class ch.rasc.darksky.model.ImmutableDsFlag
Copy the current immutable object with elements that replace the content of sources.
withSources(Iterable<String>) - Method in class ch.rasc.darksky.model.ImmutableDsFlag
Copy the current immutable object with elements that replace the content of sources.
withSummary(String) - Method in class ch.rasc.darksky.model.ImmutableDsDataBlock
Copy the current immutable object by setting a value for the summary attribute.
withSummary(String) - Method in class ch.rasc.darksky.model.ImmutableDsDataPoint
Copy the current immutable object by setting a value for the summary attribute.
withSunriseTime(Long) - Method in class ch.rasc.darksky.model.ImmutableDsDataPoint
Copy the current immutable object by setting a value for the sunriseTime attribute.
withSunsetTime(Long) - Method in class ch.rasc.darksky.model.ImmutableDsDataPoint
Copy the current immutable object by setting a value for the sunsetTime attribute.
withTemperature(BigDecimal) - Method in class ch.rasc.darksky.model.ImmutableDsDataPoint
Copy the current immutable object by setting a value for the temperature attribute.
withTemperatureHigh(BigDecimal) - Method in class ch.rasc.darksky.model.ImmutableDsDataPoint
Copy the current immutable object by setting a value for the temperatureHigh attribute.
withTemperatureHighTime(Long) - Method in class ch.rasc.darksky.model.ImmutableDsDataPoint
Copy the current immutable object by setting a value for the temperatureHighTime attribute.
withTemperatureLow(BigDecimal) - Method in class ch.rasc.darksky.model.ImmutableDsDataPoint
Copy the current immutable object by setting a value for the temperatureLow attribute.
withTemperatureLowTime(Long) - Method in class ch.rasc.darksky.model.ImmutableDsDataPoint
Copy the current immutable object by setting a value for the temperatureLowTime attribute.
withTemperatureMax(BigDecimal) - Method in class ch.rasc.darksky.model.ImmutableDsDataPoint
Copy the current immutable object by setting a value for the temperatureMax attribute.
withTemperatureMaxTime(Long) - Method in class ch.rasc.darksky.model.ImmutableDsDataPoint
Copy the current immutable object by setting a value for the temperatureMaxTime attribute.
withTemperatureMin(BigDecimal) - Method in class ch.rasc.darksky.model.ImmutableDsDataPoint
Copy the current immutable object by setting a value for the temperatureMin attribute.
withTemperatureMinTime(Long) - Method in class ch.rasc.darksky.model.ImmutableDsDataPoint
Copy the current immutable object by setting a value for the temperatureMinTime attribute.
withTime(long) - Method in class ch.rasc.darksky.model.ImmutableDsAlert
Copy the current immutable object by setting a value for the time attribute.
withTime(long) - Method in class ch.rasc.darksky.model.ImmutableDsDataPoint
Copy the current immutable object by setting a value for the time attribute.
withTimezone(String) - Method in class ch.rasc.darksky.model.ImmutableDsResponse
Copy the current immutable object by setting a value for the timezone attribute.
withTitle(String) - Method in class ch.rasc.darksky.model.ImmutableDsAlert
Copy the current immutable object by setting a value for the title attribute.
withUnits(DsUnit) - Method in class ch.rasc.darksky.model.ImmutableDsFlag
Copy the current immutable object by setting a value for the units attribute.
withUri(String) - Method in class ch.rasc.darksky.model.ImmutableDsAlert
Copy the current immutable object by setting a value for the uri attribute.
withUvIndex(Integer) - Method in class ch.rasc.darksky.model.ImmutableDsDataPoint
Copy the current immutable object by setting a value for the uvIndex attribute.
withUvIndexTime(Long) - Method in class ch.rasc.darksky.model.ImmutableDsDataPoint
Copy the current immutable object by setting a value for the uvIndexTime attribute.
withVisibility(BigDecimal) - Method in class ch.rasc.darksky.model.ImmutableDsDataPoint
Copy the current immutable object by setting a value for the visibility attribute.
withWindBearing(BigDecimal) - Method in class ch.rasc.darksky.model.ImmutableDsDataPoint
Copy the current immutable object by setting a value for the windBearing attribute.
withWindGust(BigDecimal) - Method in class ch.rasc.darksky.model.ImmutableDsDataPoint
Copy the current immutable object by setting a value for the windGust attribute.
withWindGustTime(Long) - Method in class ch.rasc.darksky.model.ImmutableDsDataPoint
Copy the current immutable object by setting a value for the windGustTime attribute.
withWindSpeed(BigDecimal) - Method in class ch.rasc.darksky.model.ImmutableDsDataPoint
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–2020. All rights reserved.