biz.neustar.pagerduty
Class IncidentsQuery

java.lang.Object
  extended by biz.neustar.pagerduty.IncidentsQuery

public class IncidentsQuery
extends Object


Constructor Summary
IncidentsQuery()
           
 
Method Summary
 IncidentsQuery assignedToUser(String username)
           
 IncidentsQuery limit(int limit)
           
 IncidentsQuery offset(int offset)
           
 IncidentsQuery sortBy(biz.neustar.pagerduty.IncidentsQuery.SortByField field, biz.neustar.pagerduty.IncidentsQuery.SortByDirection direction)
           
 IncidentsQuery withEcho(String echo)
           
 IncidentsQuery withFields(String... fields)
           
 IncidentsQuery withServices(String... serviceIds)
           
 IncidentsQuery withStatus(String... statuses)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IncidentsQuery

public IncidentsQuery()
Method Detail

withFields

public IncidentsQuery withFields(String... fields)

withEcho

public IncidentsQuery withEcho(String echo)

withStatus

public IncidentsQuery withStatus(String... statuses)

assignedToUser

public IncidentsQuery assignedToUser(String username)

withServices

public IncidentsQuery withServices(String... serviceIds)

offset

public IncidentsQuery offset(int offset)

limit

public IncidentsQuery limit(int limit)

sortBy

public IncidentsQuery sortBy(biz.neustar.pagerduty.IncidentsQuery.SortByField field,
                             biz.neustar.pagerduty.IncidentsQuery.SortByDirection direction)


Copyright © 2011. All Rights Reserved.