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

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

Uses of CheckType in com.jakewharton.pingdom.entities
 

Methods in com.jakewharton.pingdom.entities that return CheckType
 CheckType Check.CheckTypeWrapper.getNative()
          Get native type enum value.
 

Constructors in com.jakewharton.pingdom.entities with parameters of type CheckType
Check.CheckTypeWrapper(CheckType typeNative, Check.CheckTypeBase typeObject)
           
 

Uses of CheckType in com.jakewharton.pingdom.enumerations
 

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

Uses of CheckType in com.jakewharton.pingdom.services
 

Methods in com.jakewharton.pingdom.services with parameters of type CheckType
 CheckService.CreateBuilder CheckService.create(String name, String host, CheckType type)
          Creates a new check with settings specified by provided parameters.
 



Copyright © 2011 Jake Wharton. All Rights Reserved.