|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.jakewharton.apibuilder.ApiService com.jakewharton.pingdom.PingdomApiService com.jakewharton.pingdom.services.ReportsPublicService
public class ReportsPublicService
Represents Pingdom's remote public reports service.
Nested Class Summary | |
---|---|
static class |
ReportsPublicService.ActivateBuilder
Request builder for activate(int) . |
static class |
ReportsPublicService.DeactivateBuilder
Request builder for deactivate(int) . |
static class |
ReportsPublicService.ListBuilder
Request builder for list() . |
Field Summary |
---|
Fields inherited from class com.jakewharton.apibuilder.ApiService |
---|
CONTENT_ENCODING |
Constructor Summary | |
---|---|
ReportsPublicService()
|
Method Summary | |
---|---|
ReportsPublicService.ActivateBuilder |
activate(int checkId)
Activate public report for a specified check. |
ReportsPublicService.DeactivateBuilder |
deactivate(int checkId)
Deactivate public report for a specified check. |
ReportsPublicService.ListBuilder |
list()
Returns a list of public (web-based) reports. |
Methods inherited from class com.jakewharton.pingdom.PingdomApiService |
---|
delete, get, post, put, setApiVersion, setAppKey, setAuthentication, unmarshall, unmarshall |
Methods inherited from class com.jakewharton.apibuilder.ApiService |
---|
acceptGzip, addRequestHeader, closeConnection, closeStream, convertStreamToString, executeDelete, executeDelete, executeGet, executeGet, executeMethod, executePost, executePost, getConnectTimeout, getParametersString, getReadTimeout, getWrappedInputStream, removeRequestHeader, setConnectTimeout, setReadTimeout |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ReportsPublicService()
Method Detail |
---|
public ReportsPublicService.ListBuilder list()
public ReportsPublicService.ActivateBuilder activate(int checkId)
checkId
- Check ID.
public ReportsPublicService.DeactivateBuilder deactivate(int checkId)
checkId
- Check ID.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |