protected MPResponse |
MercadoPagoClient.list(String path,
MPRequestOptions requestOptions) |
Convenience method to perform requests that returns lists of results.
|
protected MPResponse |
MercadoPagoClient.list(String path,
HttpMethod method,
com.google.gson.JsonObject payload,
Map<String,Object> queryParams,
MPRequestOptions requestOptions) |
Convenience method to perform requests that returns lists of results.
|
protected MPResponse |
MercadoPagoClient.search(String path,
MPSearchRequest request) |
Convenience method to perform searches.
|
protected MPResponse |
MercadoPagoClient.search(String path,
MPSearchRequest searchRequest,
MPRequestOptions requestOptions) |
Convenience method to perform searches.
|
protected MPResponse |
MercadoPagoClient.send(MPRequest request) |
Method used directly or by other methods to make requests.
|
protected MPResponse |
MercadoPagoClient.send(MPRequest request,
MPRequestOptions requestOptions) |
Method used directly or by other methods to make requests with request options.
|
protected MPResponse |
MercadoPagoClient.send(String path,
HttpMethod method,
com.google.gson.JsonObject payload,
Map<String,Object> queryParams) |
Method used directly or by other methods to make requests.
|
protected MPResponse |
MercadoPagoClient.send(String path,
HttpMethod method,
com.google.gson.JsonObject payload,
Map<String,Object> queryParams,
MPRequestOptions requestOptions) |
Method used directly or by other methods to make requests.
|