Uses of Class
com.mercadopago.net.MPRequest
-
Packages that use MPRequest Package Description com.mercadopago.client com.mercadopago.net -
-
Uses of MPRequest in com.mercadopago.client
Methods in com.mercadopago.client with parameters of type MPRequest Modifier and Type Method Description 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. -
Uses of MPRequest in com.mercadopago.net
Methods in com.mercadopago.net that return MPRequest Modifier and Type Method Description MPRequest
MPRequest.MPRequestBuilder. build()
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.Methods in com.mercadopago.net with parameters of type MPRequest Modifier and Type Method Description MPResponse
MPDefaultHttpClient. send(MPRequest mpRequest)
MPResponse
MPHttpClient. send(MPRequest request)
Method responsible to send a request.
-