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

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

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

Methods in com.jakewharton.pingdom.services that return ResultsService.GetBuilder
 ResultsService.GetBuilder ResultsService.GetBuilder.from(Date from)
          Start of period.
 ResultsService.GetBuilder ResultsService.get(int checkId)
          Return raw test results for a specified check.
 ResultsService.GetBuilder ResultsService.GetBuilder.includeAnalysis(boolean includeAnalysis)
          Attach available error analysis identifiers to corresponding results.
 ResultsService.GetBuilder ResultsService.GetBuilder.limit(int limit)
          Number of results to show (Will be set to 100 if the provided value is greater than 100).
 ResultsService.GetBuilder ResultsService.GetBuilder.offset(int offset)
          Number of results to skip (max value is 43200).
 ResultsService.GetBuilder ResultsService.GetBuilder.probes(List<Integer> probes)
          Filter to only show results from a list of probes.
 ResultsService.GetBuilder ResultsService.GetBuilder.status(List<StateStatus> statuses)
          Filter to only show results with specified statuses.
 ResultsService.GetBuilder ResultsService.GetBuilder.to(Date to)
          End of period.
 



Copyright © 2011 Jake Wharton. All Rights Reserved.