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

Packages that use PerformanceResolution
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 PerformanceResolution in com.jakewharton.pingdom.enumerations
 

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

Uses of PerformanceResolution in com.jakewharton.pingdom.services
 

Methods in com.jakewharton.pingdom.services with parameters of type PerformanceResolution
 SummaryPerformanceService.GetBuilder SummaryPerformanceService.GetBuilder.resolution(PerformanceResolution resolution)
          Interval size.
 



Copyright © 2011 Jake Wharton. All Rights Reserved.