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

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

Uses of LocationDataResponse in net.degreedays.api.data
 

Methods in net.degreedays.api.data that return LocationDataResponse
 LocationDataResponse LocationDataResponse.Builder.build()
           
 LocationDataResponse DataApi.getLocationData(LocationDataRequest request)
          Sends your request for data to the API servers, returning a non-null response containing data you requested, or throwing an appropriate subclass of DegreeDaysApiException if something goes wrong.
 



www.degreedays.net/api/