|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PingdomApiBuilder | |
---|---|
com.jakewharton.pingdom | Classes which assist in marshalling the native builder methods to proper remote API calls and the resulting JSON to POJOs specifically for the Pingdom RESTful API. |
com.jakewharton.pingdom.services | Service classes provide implementations for the interaction with and assembling of specific remote API calls. |
Uses of PingdomApiBuilder in com.jakewharton.pingdom |
---|
Methods in com.jakewharton.pingdom that return PingdomApiBuilder | ||
---|---|---|
protected PingdomApiBuilder<T> |
PingdomApiBuilder.postParameter(String name,
boolean value)
Add a request body parameter value. |
|
protected PingdomApiBuilder<T> |
PingdomApiBuilder.postParameter(String name,
int value)
Add a request body parameter value. |
|
protected
|
PingdomApiBuilder.postParameter(String name,
K value)
Add a request body parameter value. |
|
protected
|
PingdomApiBuilder.postParameter(String name,
List<K> valueList)
Add a request body parameter value. |
|
protected PingdomApiBuilder<T> |
PingdomApiBuilder.postParameter(String name,
String value)
Add a request body parameter value. |
Uses of PingdomApiBuilder in com.jakewharton.pingdom.services |
---|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |