Uses of Class
com.mercadopago.net.HttpMethod
-
Packages that use HttpMethod Package Description com.mercadopago.client com.mercadopago.net -
-
Uses of HttpMethod in com.mercadopago.client
Methods in com.mercadopago.client with parameters of type HttpMethod Modifier and Type Method Description 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. 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. -
Uses of HttpMethod in com.mercadopago.net
Methods in com.mercadopago.net that return HttpMethod Modifier and Type Method Description HttpMethod
MPRequest. getMethod()
static HttpMethod
HttpMethod. valueOf(String name)
Returns the enum constant of this type with the specified name.static HttpMethod[]
HttpMethod. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.mercadopago.net with parameters of type HttpMethod Modifier and Type Method Description static MPRequest
MPRequest. buildRequest(String path, HttpMethod method, com.google.gson.JsonObject payload, Map<String,Object> queryParams, MPRequestOptions requestOptions)
Method responsible for build MP request.MPRequest.MPRequestBuilder
MPRequest.MPRequestBuilder. method(HttpMethod method)
-