Uses of Class
net.degreedays.api.AccountKey

Packages that use AccountKey
net.degreedays.api Core Degree Days.net API classes, including DegreeDaysApi - the starting point for all API operations. 
net.degreedays.api.processing For advanced use, this enables customization of the request/response processing (XML, HTTP, security etc.). 
 

Uses of AccountKey in net.degreedays.api
 

Constructors in net.degreedays.api with parameters of type AccountKey
DegreeDaysApi(AccountKey accountKey, SecurityKey securityKey)
          Constructs a DegreeDaysApi object that internally uses a default RequestProcessor configured with the specified access keys.
 

Uses of AccountKey in net.degreedays.api.processing
 

Methods in net.degreedays.api.processing that return AccountKey
 AccountKey RequestSecurityInfo.accountKey()
           
 

Methods in net.degreedays.api.processing with parameters of type AccountKey
 RequestSecurityInfo.Builder RequestSecurityInfo.Builder.setAccountKey(AccountKey accountKey)
           
 

Constructors in net.degreedays.api.processing with parameters of type AccountKey
XmlHttpRequestProcessor.Builder(AccountKey accountKey, SecurityKey securityKey)
           
 



www.degreedays.net/api/