Package 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.

See:
          Description

Interface Summary
PingdomEntity Local representation of a server-side Pingdom object which can be de-serialized from JSON.
PingdomEnumeration Interface which allows for central unification of the type heirarchy of all Pingdom-specific enumerations.
 

Class Summary
PingdomApiBuilder<T> 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.
ServiceManager Class to manage service creation with default settings.
 

Enum Summary
PingdomApiBuilder.HttpMethod Valid HTTP request methods.
 

Package com.jakewharton.pingdom Description

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.



Copyright © 2011 Jake Wharton. All Rights Reserved.