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

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

Methods in com.jakewharton.pingdom.entities that return StateStatus
 StateStatus SummaryOutage.State.getStatus()
          Interval status.
 

Uses of StateStatus in com.jakewharton.pingdom.enumerations
 

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

Uses of StateStatus in com.jakewharton.pingdom.services
 

Method parameters in com.jakewharton.pingdom.services with type arguments of type StateStatus
 ResultsService.GetBuilder ResultsService.GetBuilder.status(List<StateStatus> statuses)
          Filter to only show results with specified statuses.
 



Copyright © 2011 Jake Wharton. All Rights Reserved.