biz.neustar.pagerduty
Class IncidentsQuery
java.lang.Object
biz.neustar.pagerduty.IncidentsQuery
public class IncidentsQuery
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IncidentsQuery
public IncidentsQuery()
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.