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

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

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

Uses of ReportFrequency in com.jakewharton.pingdom.services
 

Methods in com.jakewharton.pingdom.services with parameters of type ReportFrequency
 ReportsEmailService.CreateBuilder ReportsEmailService.CreateBuilder.frequency(ReportFrequency frequency)
          Report frequency.
 ReportsEmailService.ModifyBuilder ReportsEmailService.ModifyBuilder.frequency(ReportFrequency frequency)
          Report frequency.
 



Copyright © 2011 Jake Wharton. All Rights Reserved.