Uses of Package
com.jakewharton.pingdom

Packages that use com.jakewharton.pingdom
com.jakewharton.pingdom Classes which assist in marshalling the native builder methods to proper remote API calls and the resulting JSON to POJOs specifically for the Pingdom RESTful API. 
com.jakewharton.pingdom.entities Immutable POJOs which provide native object representation of the JSON returned by remote API calls. 
com.jakewharton.pingdom.enumerations All Pingdom-defined enumerations which are used both in request responses as well as building remote requests. 
com.jakewharton.pingdom.services Service classes provide implementations for the interaction with and assembling of specific remote API calls. 
 

Classes in com.jakewharton.pingdom used by com.jakewharton.pingdom
PingdomApiBuilder
          Pingdom-specific API builder extension which provides helper methods for adding fields, parameters, and post-parameters commonly used in the API.
PingdomApiBuilder.HttpMethod
          Valid HTTP request methods.
PingdomApiService
          Pingdom-specific API service extension which facilitates provides helper methods for performing remote method calls as well as deserializing the corresponding JSON responses.
PingdomEnumeration
          Interface which allows for central unification of the type heirarchy of all Pingdom-specific enumerations.
ServiceManager
          Class to manage service creation with default settings.
 

Classes in com.jakewharton.pingdom used by com.jakewharton.pingdom.entities
PingdomEntity
          Local representation of a server-side Pingdom object which can be de-serialized from JSON.
 

Classes in com.jakewharton.pingdom used by com.jakewharton.pingdom.enumerations
PingdomEnumeration
          Interface which allows for central unification of the type heirarchy of all Pingdom-specific enumerations.
 

Classes in com.jakewharton.pingdom used by com.jakewharton.pingdom.services
PingdomApiBuilder
          Pingdom-specific API builder extension which provides helper methods for adding fields, parameters, and post-parameters commonly used in the API.
PingdomApiService
          Pingdom-specific API service extension which facilitates provides helper methods for performing remote method calls as well as deserializing the corresponding JSON responses.
 



Copyright © 2011 Jake Wharton. All Rights Reserved.