Uses of Class
com.restfb.types.User.UserDevice
-
Packages that use User.UserDevice Package Description com.restfb.types Default implementations of Facebook Graph API Objects. -
-
Uses of User.UserDevice in com.restfb.types
Methods in com.restfb.types that return types with arguments of type User.UserDevice Modifier and Type Method Description List<User.UserDevice>
User. getDevices()
The list of devices the person is using.Methods in com.restfb.types with parameters of type User.UserDevice Modifier and Type Method Description boolean
User. addDevice(User.UserDevice device)
boolean
User. removeDevice(User.UserDevice device)
-