Uses of Class
com.jakewharton.pingdom.services.SummaryOutageService.GetBuilder

Packages that use SummaryOutageService.GetBuilder
com.jakewharton.pingdom.services Service classes provide implementations for the interaction with and assembling of specific remote API calls. 
 

Uses of SummaryOutageService.GetBuilder in com.jakewharton.pingdom.services
 

Methods in com.jakewharton.pingdom.services that return SummaryOutageService.GetBuilder
 SummaryOutageService.GetBuilder SummaryOutageService.GetBuilder.from(Date from)
          Start time of period.
 SummaryOutageService.GetBuilder SummaryOutageService.get(int checkId)
          Get a list of status changes for a specified check and time period.
 SummaryOutageService.GetBuilder SummaryOutageService.GetBuilder.to(Date to)
          End time of period.
 



Copyright © 2011 Jake Wharton. All Rights Reserved.