protected com.fasterxml.jackson.databind.JsonNode |
DXObject.apiCallOnObject(String method,
DXHTTPRequest.RetryStrategy retryStrategy) |
Calls the specified API method on this object (with an empty input hash) and returns its
result.
|
protected com.fasterxml.jackson.databind.JsonNode |
DXObject.apiCallOnObject(String method,
com.fasterxml.jackson.databind.JsonNode input,
DXHTTPRequest.RetryStrategy retryStrategy) |
Calls the specified API method on this object (with the specified input hash) and returns its
result.
|
com.fasterxml.jackson.databind.JsonNode |
DXHTTPRequest.request(String resource,
com.fasterxml.jackson.databind.JsonNode data,
DXHTTPRequest.RetryStrategy retryStrategy) |
Issues a request against the specified resource and returns the result as a JSON object.
|
String |
DXHTTPRequest.request(String resource,
String data,
DXHTTPRequest.RetryStrategy retryStrategy) |
Issues a request against the specified resource and returns the result as a String.
|