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.
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.
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 collection of DsAlert 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.darksky.model.ImmutableDsResponse
A collection of DsAlert instances, which, if present, contains any severe weather alerts, issued by a governmental weather authority, 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.
apparentTemperatureMax() - Method in class ch.rasc.darksky.model.DsDataPoint
The maximum value of DsDataPoint.apparentTemperature() during a given day.
apparentTemperatureMax() - Method in class ch.rasc.darksky.model.ImmutableDsDataPoint
The maximum value of ImmutableDsDataPoint.apparentTemperature() during a given day.
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 of when DsDataPoint.apparentTemperatureMax() occurs during a given day.
apparentTemperatureMaxTime() - Method in class ch.rasc.darksky.model.ImmutableDsDataPoint
The UNIX time of when ImmutableDsDataPoint.apparentTemperatureMax() occurs during a given day.
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 value of DsDataPoint.apparentTemperature() during a given day.
apparentTemperatureMin() - Method in class ch.rasc.darksky.model.ImmutableDsDataPoint
The minimum value of ImmutableDsDataPoint.apparentTemperature() during a given day.
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 of when DsDataPoint.apparentTemperatureMin() occurs during a given day.
apparentTemperatureMinTime() - Method in class ch.rasc.darksky.model.ImmutableDsDataPoint
The UNIX time of when ImmutableDsDataPoint.apparentTemperatureMin() occurs during a given day.
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
An instance of 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
An instance of DsDataPoint containing the current weather conditions at the requested location.

D

daily() - Method in interface ch.rasc.darksky.model.DsResponse
An instance of DsDataPoint 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
An instance of DsDataPoint 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
An 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
An 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.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.
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 currently, a minute for minutely, an hour for hourly, and a day for 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 (that is, seconds since midnight GMT on 1 Jan 1970) 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 (that is, seconds since midnight GMT on 1 Jan 1970) 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.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
An instance of DsFlag 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
An instance of DsFlag 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.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: title, expires, uri, description.
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, apparentTemperatureMax, apparentTemperatureMaxTime, apparentTemperatureMin, apparentTemperatureMinTime, cloudCover, dewPoint, humidity, icon, moonPhase, nearestStormBearing, nearestStormDistance, ozone, precipAccumulation, precipIntensity, precipIntensityMax, precipIntensityMaxTime, precipProbability, precipType, pressure, summary, sunriseTime, sunsetTime, temperature, temperatureMax, temperatureMaxTime, temperatureMin, temperatureMinTime, time, visibility, windBearing, windSpeed.
hashCode() - Method in class ch.rasc.darksky.model.ImmutableDsFlag
Computes a hash code from attributes: darkskyUnavailable, metnoLicense, 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
An instance of DsDataPoint 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
An instance of DsDataPoint 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

metnoLicense() - Method in interface ch.rasc.darksky.model.DsFlag
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.darksky.model.ImmutableDsFlag.Builder
Initializes the value for the metnoLicense attribute.
metnoLicense() - Method in class ch.rasc.darksky.model.ImmutableDsFlag
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.darksky.model.DsResponse
An instance of DsDataPoint 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
An instance of DsDataPoint 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

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.
Nullable - Annotation Type in ch.rasc.darksky.model
 

O

offset() - Method in interface ch.rasc.darksky.model.DsResponse
The current timezone offset in hours.
offset(int) - Method in class ch.rasc.darksky.model.ImmutableDsResponse.Builder
Initializes the value for the offset attribute.
offset() - Method in class ch.rasc.darksky.model.ImmutableDsResponse
The current timezone offset in hours.
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, 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, 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.
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 during a given day.
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 during a given day.
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

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.
sources() - Method in interface ch.rasc.darksky.model.DsFlag
This property contains 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 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.
temperatureMax() - Method in class ch.rasc.darksky.model.DsDataPoint
The maximum value of temperature during a given day.
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 value of temperature during a given day.
temperatureMaxTime() - Method in class ch.rasc.darksky.model.DsDataPoint
The UNIX time of when DsDataPoint.temperatureMax() occurs during a given day.
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 of when ImmutableDsDataPoint.temperatureMax() occurs during a given day.
temperatureMin() - Method in class ch.rasc.darksky.model.DsDataPoint
The minimum value of temperature during a given day.
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 value of temperature during a given day.
temperatureMinTime() - Method in class ch.rasc.darksky.model.DsDataPoint
The UNIX time of when DsDataPoint.temperatureMin() occurs during a given day.
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 of when ImmutableDsDataPoint.temperatureMin() occurs during a given day.
time() - Method in class ch.rasc.darksky.model.DsDataPoint
The UNIX time (that is, seconds since midnight GMT on 1 Jan 1970) 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.ImmutableDsDataPoint.Builder
Initializes the value for the time attribute.
time() - Method in class ch.rasc.darksky.model.ImmutableDsDataPoint
The UNIX time (that is, seconds since midnight GMT on 1 Jan 1970) 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 the API response in units other than the default Imperial units
unit() - Method in interface ch.rasc.darksky.model.DsTimeMachineRequest
Return the API response in units other than the default Imperial 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.

V

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.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.
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.
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.
withMetnoLicense(String) - Method in class ch.rasc.darksky.model.ImmutableDsFlag
Copy the current immutable object by setting a value for the metnoLicense 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.
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
Copy the current immutable object by setting a value for the offset attribute.
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.
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.
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.
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.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.
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.
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. All rights reserved.