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 MPResponseMercadoPagoClient. send(MPRequest request)Method used directly or by other methods to make requests.protected MPResponseMercadoPagoClient. 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 MPRequestMPRequest.MPRequestBuilder. build()static MPRequestMPRequest. 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 MPResponseMPDefaultHttpClient. send(MPRequest mpRequest)MPResponseMPHttpClient. send(MPRequest request)Method responsible to send a request.
-