|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ActionsService.GetBuilder | |
|---|---|
| com.jakewharton.pingdom.services | Service classes provide implementations for the interaction with and assembling of specific remote API calls. |
| Uses of ActionsService.GetBuilder in com.jakewharton.pingdom.services |
|---|
| Methods in com.jakewharton.pingdom.services that return ActionsService.GetBuilder | |
|---|---|
ActionsService.GetBuilder |
ActionsService.GetBuilder.checkIds(List<Integer> checkIds)
Limit results to actions generated from these checks. |
ActionsService.GetBuilder |
ActionsService.GetBuilder.contactIds(List<Integer> contactIds)
Limit results to actions sent to these contacts. |
ActionsService.GetBuilder |
ActionsService.GetBuilder.from(Date from)
Only include actions generated later than this timestamp. |
ActionsService.GetBuilder |
ActionsService.get()
Get actions (alerts) that have been generated for your account. |
ActionsService.GetBuilder |
ActionsService.GetBuilder.limit(int limit)
Limits the number of returned results to the specified quantity. |
ActionsService.GetBuilder |
ActionsService.GetBuilder.offset(int offset)
Offset for listing. |
ActionsService.GetBuilder |
ActionsService.GetBuilder.status(AlertStatus status)
Limit results to actions with these statuses. |
ActionsService.GetBuilder |
ActionsService.GetBuilder.to(Date to)
Only include actions generated prior to this timestamp. |
ActionsService.GetBuilder |
ActionsService.GetBuilder.via(AlertVia via)
Limit results to actions with these mediums. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||