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 intgetLimit()Limit of items in the result.intgetOffset()Current page offset.intgetTotal()Total number of items from that result.
-