Package com.mercadopago.resources.point
Class PointDevices
- java.lang.Object
-
- com.mercadopago.net.MPResource
-
- com.mercadopago.resources.point.PointDevices
-
public class PointDevices extends MPResource
Point devices resource.
-
-
Constructor Summary
Constructors Constructor Description PointDevices()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<PointDevice>
getDevices()
List of devices.ResultsPaging
getPaging()
Paging information.-
Methods inherited from class com.mercadopago.net.MPResource
canEqual, equals, getResponse, hashCode, setResponse, toString
-
-
-
-
Method Detail
-
getDevices
public List<PointDevice> getDevices()
List of devices.
-
getPaging
public ResultsPaging getPaging()
Paging information.
-
-