Uses of Class
net.degreedays.api.ResponseMetadata

Packages that use ResponseMetadata
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 ResponseMetadata in net.degreedays.api
 

Methods in net.degreedays.api that return ResponseMetadata
 ResponseMetadata ResponseMetadata.Builder.build()
           
 ResponseMetadata Response.metadata()
          Returns a non-null object containing metadata sent back with every response from the API servers, including details of the account's current rate limit.
 ResponseMetadata RequestFailureException.responseMetadata()
          Returns the non-null metadata from the FailureResponse that brought details of this failure back from the API servers.
 

Methods in net.degreedays.api with parameters of type ResponseMetadata
 FailureResponse.Builder FailureResponse.Builder.setMetadata(ResponseMetadata metadata)
           
 

Uses of ResponseMetadata in net.degreedays.api.data
 

Methods in net.degreedays.api.data with parameters of type ResponseMetadata
 LocationInfoResponse.Builder LocationInfoResponse.Builder.setMetadata(ResponseMetadata metadata)
           
 LocationDataResponse.Builder LocationDataResponse.Builder.setMetadata(ResponseMetadata metadata)
           
 



www.degreedays.net/api/