Package com.mercadopago.net
Class MPResourceList<T>
- java.lang.Object
-
- com.mercadopago.net.MPResource
-
- com.mercadopago.net.MPResourceList<T>
-
- Type Parameters:
T
- Type of resource being returned
public class MPResourceList<T> extends MPResource
List of resources returned by an API.
-
-
Constructor Summary
Constructors Constructor Description MPResourceList()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<T>
getResults()
List of results.void
setResults(List<T> results)
List of results.-
Methods inherited from class com.mercadopago.net.MPResource
canEqual, equals, getResponse, hashCode, setResponse, toString
-
-