Uses of Class
com.jakewharton.pingdom.PingdomApiBuilder.HttpMethod

Packages that use PingdomApiBuilder.HttpMethod
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. 
 

Uses of PingdomApiBuilder.HttpMethod in com.jakewharton.pingdom
 

Methods in com.jakewharton.pingdom that return PingdomApiBuilder.HttpMethod
static PingdomApiBuilder.HttpMethod PingdomApiBuilder.HttpMethod.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static PingdomApiBuilder.HttpMethod[] PingdomApiBuilder.HttpMethod.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in com.jakewharton.pingdom with parameters of type PingdomApiBuilder.HttpMethod
PingdomApiBuilder(PingdomApiService service, com.google.gson.reflect.TypeToken<T> token, String urlFormat, PingdomApiBuilder.HttpMethod method)
          Initialize a new builder for the specified HTTP method call.
PingdomApiBuilder(PingdomApiService service, com.google.gson.reflect.TypeToken<T> token, String urlFormat, PingdomApiBuilder.HttpMethod method, double apiVersion)
          Initialize a new builder for the specified HTTP method and API version.
 



Copyright © 2011 Jake Wharton. All Rights Reserved.