Uses of Class
com.mercadopago.net.MPSearchRequest
-
-
Uses of MPSearchRequest in com.mercadopago.client
Methods in com.mercadopago.client with parameters of type MPSearchRequest Modifier and Type Method Description 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. -
Uses of MPSearchRequest in com.mercadopago.client.customer
Methods in com.mercadopago.client.customer with parameters of type MPSearchRequest Modifier and Type Method Description MPResultsResourcesPage<Customer>
CustomerClient. search(MPSearchRequest request)
Search customer.MPResultsResourcesPage<Customer>
CustomerClient. search(MPSearchRequest request, MPRequestOptions requestOptions)
Search customer. -
Uses of MPSearchRequest in com.mercadopago.client.merchantorder
Methods in com.mercadopago.client.merchantorder with parameters of type MPSearchRequest Modifier and Type Method Description MPElementsResourcesPage<MerchantOrder>
MerchantOrderClient. search(MPSearchRequest request)
Method responsible for search merchant order.MPElementsResourcesPage<MerchantOrder>
MerchantOrderClient. search(MPSearchRequest request, MPRequestOptions requestOptions)
Method responsible for search merchant order. -
Uses of MPSearchRequest in com.mercadopago.client.payment
Methods in com.mercadopago.client.payment with parameters of type MPSearchRequest Modifier and Type Method Description MPResultsResourcesPage<Payment>
PaymentClient. search(MPSearchRequest request)
Method responsible for search payments.MPResultsResourcesPage<Payment>
PaymentClient. search(MPSearchRequest request, MPRequestOptions requestOptions)
Method responsible for search payments. -
Uses of MPSearchRequest in com.mercadopago.client.point
Methods in com.mercadopago.client.point with parameters of type MPSearchRequest Modifier and Type Method Description PointDevices
PointClient. getDevices(MPSearchRequest request)
Method responsible for getting the devices.PointDevices
PointClient. getDevices(MPSearchRequest request, MPRequestOptions requestOptions)
Method responsible for getting the devices. -
Uses of MPSearchRequest in com.mercadopago.client.preapproval
Methods in com.mercadopago.client.preapproval with parameters of type MPSearchRequest Modifier and Type Method Description MPResultsResourcesPage<Preapproval>
PreapprovalClient. search(MPSearchRequest request)
Method responsible for search preapprovals.MPResultsResourcesPage<Preapproval>
PreapprovalClient. search(MPSearchRequest request, MPRequestOptions requestOptions)
Method responsible for search preapprovals. -
Uses of MPSearchRequest in com.mercadopago.client.preference
Methods in com.mercadopago.client.preference with parameters of type MPSearchRequest Modifier and Type Method Description MPElementsResourcesPage<PreferenceSearch>
PreferenceClient. search(MPSearchRequest request)
Method responsible for search preference.MPElementsResourcesPage<PreferenceSearch>
PreferenceClient. search(MPSearchRequest request, MPRequestOptions requestOptions)
Method responsible for search preference. -
Uses of MPSearchRequest in com.mercadopago.net
Methods in com.mercadopago.net that return MPSearchRequest Modifier and Type Method Description MPSearchRequest
MPSearchRequest.MPSearchRequestBuilder. build()
-