Uses of Class
net.degreedays.api.data.DataSets.Builder

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

Uses of DataSets.Builder in net.degreedays.api.data
 

Methods in net.degreedays.api.data that return DataSets.Builder
 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.
 DataSets.Builder DataSets.Builder.addFailure(DataSpec dataSpec, Failure failure)
          Adds an association between a DataSpec from the request and a Failure from the response, without dealing directly with the string keys that are used in the XML.
 DataSets.Builder DataSets.Builder.addFailure(java.lang.String key, Failure failure)
          Adds an association between a string key from a DataSpec in the request and a Failure from the response.
 



www.degreedays.net/api/