Uses of Class
net.degreedays.api.Failure

Packages that use Failure
net.degreedays.api Core Degree Days.net API classes, including DegreeDaysApi - the starting point for all API operations. 
net.degreedays.api.data For specifying and receiving degree-day data from the API. 
 

Uses of Failure in net.degreedays.api
 

Methods in net.degreedays.api that return Failure
 Failure Failure.Builder.build()
           
 Failure FailureResponse.failure()
          Returns the non-null Failure object that contains details of the failure in the API's server-side processing of the request.
 Failure FailureException.failure()
          Returns the non-null Failure object containing details of the failure on the API's servers that led to this exception on the client.
 

Methods in net.degreedays.api with parameters of type Failure
 FailureResponse.Builder FailureResponse.Builder.setFailure(Failure failure)
           
 

Uses of Failure in net.degreedays.api.data
 

Methods in net.degreedays.api.data with parameters of type Failure
 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/