| Package | Description | 
|---|---|
| net.degreedays.api.data | 
 For specifying and receiving degree-day data and temperature data from the API. 
 | 
| net.degreedays.api.data.impl | 
 Implementations of abstract types from  
net.degreedays.api.data. | 
| Modifier and Type | Method and Description | 
|---|---|
static TimeSeriesInterval | 
TimeSeriesInterval.fromString(java.lang.String string)
Returns the non-null  
TimeSeriesInterval with the specified
 string (returned by its toString() method). | 
TimeSeriesInterval | 
TimeSeriesCalculation.interval()
Returns the non-null  
TimeSeriesInterval indicating the
 interval (e.g. hourly) that the time-series data should be
 calculated with. | 
static TimeSeriesInterval | 
TimeSeriesInterval.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. 
 | 
static TimeSeriesInterval[] | 
TimeSeriesInterval.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Constructor and Description | 
|---|
TemperatureTimeSeriesCalculation(TimeSeriesInterval interval,
                                TemperatureUnit temperatureUnit)
Constructs a  
TimeSeriesCalculation object with the specified
 interval and temperature unit. | 
See www.degreedays.net/api/ for more about the Degree Days.net API.
You can sign up for a Degree Days.net API account and read the integration guide that is useful and applicable whether you are using Java or not.