Uses of Class
biz.neustar.pagerduty.model.Incident

Packages that use Incident
biz.neustar.pagerduty   
biz.neustar.pagerduty.model   
 

Uses of Incident in biz.neustar.pagerduty
 

Methods in biz.neustar.pagerduty that return types with arguments of type Incident
 List<Incident> PagerDutyClient.getIncidents(Date start, Date end, IncidentsQuery query)
          Returns the incidents based on the supplied date range and query parameters.
 

Uses of Incident in biz.neustar.pagerduty.model
 

Methods in biz.neustar.pagerduty.model that return types with arguments of type Incident
 List<Incident> IncidentResults.getIncidents()
           
 

Method parameters in biz.neustar.pagerduty.model with type arguments of type Incident
 void IncidentResults.setIncidents(List<Incident> incidents)
           
 



Copyright © 2011. All Rights Reserved.