Uses of Class
com.jakewharton.pingdom.enumerations.SmsProvider

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

Uses of SmsProvider in com.jakewharton.pingdom.entities
 

Methods in com.jakewharton.pingdom.entities that return SmsProvider
 SmsProvider Contact.getDefaultSmsProvider()
          Default SMS provider.
 

Uses of SmsProvider in com.jakewharton.pingdom.enumerations
 

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



Copyright © 2011 Jake Wharton. All Rights Reserved.