Uses of Interface
com.jakewharton.pingdom.PingdomEnumeration

Packages that use PingdomEnumeration
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.enumerations All Pingdom-defined enumerations which are used both in request responses as well as building remote requests. 
 

Uses of PingdomEnumeration in com.jakewharton.pingdom
 

Methods in com.jakewharton.pingdom with type parameters of type PingdomEnumeration
protected
<K extends PingdomEnumeration>
com.jakewharton.apibuilder.ApiBuilder
PingdomApiBuilder.field(String name, K value)
          Add a URL field value.
protected
<K extends PingdomEnumeration>
com.jakewharton.apibuilder.ApiBuilder
PingdomApiBuilder.parameter(String name, K value)
          Add a URL parameter value.
protected
<K extends PingdomEnumeration>
com.jakewharton.apibuilder.ApiBuilder
PingdomApiBuilder.parameter(String name, Set<K> valueSet)
          Add a URL parameter value.
protected
<K extends PingdomEnumeration>
PingdomApiBuilder<T>
PingdomApiBuilder.postParameter(String name, K value)
          Add a request body parameter value.
 

Uses of PingdomEnumeration in com.jakewharton.pingdom.enumerations
 

Classes in com.jakewharton.pingdom.enumerations that implement PingdomEnumeration
 class AlertStatus
          Represents a Pingdom alert status enumeration.
 class AlertVia
          Represents a Pingdom alert via enumeration.
 class BannerType
          Represents a Pingdom banner type enumeration.
 class CheckStatus
          Represents a Pingdom check status enumeration.
 class CheckType
          Represents a Pingdom check type enumeration.
 class PerformanceResolution
          Represents a Pingdom performance resolution enumeration.
 class PublicReportMonths
          Represents a Pingdom public report months enumeration.
 class ReportFrequency
          Represents a Pingdom report frequency enumeration.
 class SharedReportType
          Represents a Pingdom shared report type enumeration.
 class SmsProvider
          Represents a Pingdom SMS provider enumeration.
 class StateStatus
          Represents a Pingdom state status enumeration.
 



Copyright © 2011 Jake Wharton. All Rights Reserved.