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 MonthlyBreakdown |
DatedBreakdown.monthly(Period period)
Returns a non-null
MonthlyBreakdown object that specifies
monthly degree days covering the specified period in time
and broken down according to regular calendar months. |
static MonthlyBreakdown |
DatedBreakdown.monthly(Period period,
StartOfMonth startOfMonth)
Returns a non-null
MonthlyBreakdown object that specifies
monthly degree days covering the specified period in time,
with each "month" starting on the specified day of the month. |
Modifier and Type | Method and Description |
---|---|
MonthlyBreakdown |
MonthlyBreakdown.withAllowPartialLatest(boolean allowPartialLatest)
Returns a
MonthlyBreakdown with the same period()
and startOfMonth() as this , but with the
DatedBreakdown.allowPartialLatest() property set to the specified value. |
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.