Uses of Class
com.mercadopago.net.MPResultsResourcesPage
-
Packages that use MPResultsResourcesPage Package Description com.mercadopago.client.customer com.mercadopago.client.payment com.mercadopago.client.preapproval com.mercadopago.serialization -
-
Uses of MPResultsResourcesPage in com.mercadopago.client.customer
Methods in com.mercadopago.client.customer that return MPResultsResourcesPage 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 MPResultsResourcesPage in com.mercadopago.client.payment
Methods in com.mercadopago.client.payment that return MPResultsResourcesPage 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 MPResultsResourcesPage in com.mercadopago.client.preapproval
Methods in com.mercadopago.client.preapproval that return MPResultsResourcesPage 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 MPResultsResourcesPage in com.mercadopago.serialization
Methods in com.mercadopago.serialization that return MPResultsResourcesPage Modifier and Type Method Description static <T extends MPResource>
MPResultsResourcesPage<T>Serializer. deserializeResultsResourcesPageFromJson(Type type, String jsonObject)
Method responsible for deserialize json to ResultsResources.
-