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 MPResponseMercadoPagoClient. 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 MPResponseMercadoPagoClient. 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 MPResponseMercadoPagoClient. 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 HttpMethodMPRequest. getMethod()static HttpMethodHttpMethod. 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 MPRequestMPRequest. buildRequest(String path, HttpMethod method, com.google.gson.JsonObject payload, Map<String,Object> queryParams, MPRequestOptions requestOptions)Method responsible for build MP request.MPRequest.MPRequestBuilderMPRequest.MPRequestBuilder. method(HttpMethod method)
-