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

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

Uses of DataSet in net.degreedays.api.data
 

Subclasses of DataSet in net.degreedays.api.data
 class AverageDataSet
          Contains a set of average degree-day data generated to fulfil an AverageDataSpec for a specific Location.
 class DatedDataSet
           Contains a set of dated data (e.g. daily/weekly/monthly degree days) generated to fulfil a DatedDataSpec for a specific Location.
 

Methods in net.degreedays.api.data that return DataSet
 DataSet DataSets.get(DataSpec dataSpec)
          Returns the DataSet that was generated to fulfil the specified DataSpec from the request, or throws a SourceDataException if no such DataSet could be generated.
 DataSet DataSets.getWithKey(java.lang.String key)
           For unusual use cases, this enables you to access the DataSet objects using the string keys that are usually managed internally.
 

Methods in net.degreedays.api.data with parameters of type DataSet
 DataSets.Builder DataSets.Builder.add(DataSpec dataSpec, DataSet dataSet)
          Adds an association between a DataSpec from the request and a DataSet from the response, without dealing directly with the string keys that are used in the XML.
 DataSets.Builder DataSets.Builder.add(java.lang.String key, DataSet dataSet)
          Adds an association between a string key from a DataSpec in the request and a DataSet from the response.
 



www.degreedays.net/api/