| Interface | Description |
|---|---|
| DsAlert |
An alert object represents a severe weather warning issued for the requested location
by a governmental authority.
|
| DsDataBlock |
A data block object represents the various weather phenomena occurring over a period of
time.
|
| DsFlag |
The flags object contains various metadata information related to the request.
|
| DsForecastRequest | |
| DsResponse |
The response to a Dark Sky API call
|
| DsTimeMachineRequest |
| Class | Description |
|---|---|
| DsDataPoint |
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(). |
| DsForecastRequest.Builder | |
| DsTimeMachineRequest.Builder | |
| ImmutableDsAlert |
Immutable implementation of
DsAlert. |
| ImmutableDsAlert.Builder |
Builds instances of type
ImmutableDsAlert. |
| ImmutableDsDataBlock |
Immutable implementation of
DsDataBlock. |
| ImmutableDsDataBlock.Builder |
Builds instances of type
ImmutableDsDataBlock. |
| ImmutableDsDataPoint |
Immutable implementation of
DsDataPoint. |
| ImmutableDsDataPoint.Builder |
Builds instances of type
ImmutableDsDataPoint. |
| ImmutableDsFlag |
Immutable implementation of
DsFlag. |
| ImmutableDsFlag.Builder |
Builds instances of type
ImmutableDsFlag. |
| ImmutableDsResponse |
Immutable implementation of
DsResponse. |
| ImmutableDsResponse.Builder |
Builds instances of type
ImmutableDsResponse. |
| Enum | Description |
|---|---|
| DsAlertSeverity | |
| DsBlock | |
| DsIcon | |
| DsLanguage | |
| DsPrecipType | |
| DsUnit |
Copyright © 2016–2020. All rights reserved.