Uses of Class
net.degreedays.api.data.DataSpecs

Packages that use DataSpecs
net.degreedays.api.data For specifying and receiving degree-day data from the API. 
 

Uses of DataSpecs in net.degreedays.api.data
 

Methods in net.degreedays.api.data that return DataSpecs
 DataSpecs DataSpecs.CustomKeyBuilder.build()
          Creates a DataSpecs object with the configuration that is currently held by this builder.
 DataSpecs LocationInfoRequest.dataSpecs()
          Returns the non-null DataSpecs object that specifies the data that is desired from the specified location.
 DataSpecs LocationDataRequest.dataSpecs()
          Returns the non-null DataSpecs object that specifies how the set(s) of data should be calculated and broken down.
 

Constructors in net.degreedays.api.data with parameters of type DataSpecs
DataSets.Builder(DataSpecs dataSpecs)
          Note that this constructor would only usually be called by a ResponseParser, and that's not an interface that you are likely to need to deal with unless you are replacing parts of the framework.
LocationDataRequest(Location location, DataSpecs dataSpecs)
          Constructs a LocationDataRequest object with the specified Location and DataSpecs.
LocationInfoRequest(Location location, DataSpecs dataSpecs)
          Constructs a LocationInfoRequest object with the specified Location and DataSpecs.
 



www.degreedays.net/api/