public abstract class Request
extends java.lang.Object
Any concrete subclass of Request
will have an equivalent
Response
object. For example, LocationDataRequest
has
LocationDataResponse
.
This abstract class is not designed to be extended by third-party code, which is why it does not have an accessible constructor.
All concrete subclasses of this abstract class are immutable. You can safely reuse them and call them from multiple threads at once.
See www.degreedays.net/api/ for more about the Degree Days.net API.
You can sign up for a Degree Days.net API account and read the integration guide that is useful and applicable whether you are using Java or not.