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

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

Uses of Source in net.degreedays.api.data
 

Methods in net.degreedays.api.data that return Source
 Source Source.Builder.build()
           
 Source[] LocationInfoResponse.getSources()
          Returns the non-null, non-empty array of source(s) (essentially weather stations) that would be used to generate data for an equivalent LocationDataResponse.
 Source[] LocationDataResponse.getSources()
          Returns the non-null, non-empty array of source(s) (essentially weather stations) that were used to generate the data in this response.
 

Methods in net.degreedays.api.data with parameters of type Source
 LocationInfoResponse.Builder LocationInfoResponse.Builder.addSource(Source source)
           
 LocationDataResponse.Builder LocationDataResponse.Builder.addSource(Source source)
           
 



www.degreedays.net/api/