Uses of Class
net.degreedays.api.data.impl.LatestValuesPeriod

Packages that use LatestValuesPeriod
net.degreedays.api.data For specifying and receiving degree-day data from the API. 
net.degreedays.api.data.impl Implementations of abstract types from net.degreedays.api.data
 

Uses of LatestValuesPeriod in net.degreedays.api.data
 

Methods in net.degreedays.api.data that return LatestValuesPeriod
static LatestValuesPeriod Period.latestValues(int numberOfValues)
          Returns a non-null LatestValuesPeriod object that automatically resolves to a date range including the latest available data and the specified number of degree-day values.
 

Uses of LatestValuesPeriod in net.degreedays.api.data.impl
 

Methods in net.degreedays.api.data.impl that return LatestValuesPeriod
 LatestValuesPeriod LatestValuesPeriod.withMinimumNumberOfValues(int minimumNumberOfValues)
          Returns a new LatestValuesPeriod with the same numberOfValues() as this, but also specifying minimumNumberOfValues as the minimum number of values required.
 



www.degreedays.net/api/