Package com.mercadopago.resources
Class ResultsPaging
- java.lang.Object
-
- com.mercadopago.resources.ResultsPaging
-
public class ResultsPaging extends Object
Details of a response that contains paged data.
-
-
Constructor Summary
Constructors Constructor Description ResultsPaging()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getLimit()
Limit of items in the result.int
getOffset()
Current page offset.int
getTotal()
Total number of items from that result.
-