Uses of Class
biz.neustar.pagerduty.IncidentsQuery

Packages that use IncidentsQuery
biz.neustar.pagerduty   
 

Uses of IncidentsQuery in biz.neustar.pagerduty
 

Methods in biz.neustar.pagerduty that return IncidentsQuery
 IncidentsQuery IncidentsQuery.assignedToUser(String username)
           
 IncidentsQuery IncidentsQuery.limit(int limit)
           
 IncidentsQuery IncidentsQuery.offset(int offset)
           
 IncidentsQuery IncidentsQuery.sortBy(biz.neustar.pagerduty.IncidentsQuery.SortByField field, biz.neustar.pagerduty.IncidentsQuery.SortByDirection direction)
           
 IncidentsQuery IncidentsQuery.withEcho(String echo)
           
 IncidentsQuery IncidentsQuery.withFields(String... fields)
           
 IncidentsQuery IncidentsQuery.withServices(String... serviceIds)
           
 IncidentsQuery IncidentsQuery.withStatus(String... statuses)
           
 

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



Copyright © 2011. All Rights Reserved.