Package com.mercadopago.net
Class MPElementsResourcesPage<T>
- java.lang.Object
 - 
- com.mercadopago.net.MPResource
 - 
- com.mercadopago.net.MPElementsResourcesPage<T>
 
 
 
- 
- Type Parameters:
 T- type
public class MPElementsResourcesPage<T> extends MPResource
Search page that contains elements property. 
- 
- 
Constructor Summary
Constructors Constructor Description MPElementsResourcesPage() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<T>getElements()Items in this page.intgetNextOffset()Offset of the next page.intgetTotal()The total number of items that match search criteria.- 
Methods inherited from class com.mercadopago.net.MPResource
canEqual, equals, getResponse, hashCode, setResponse, toString 
 - 
 
 -