Uses of Class
com.restfb.types.UserIDForApp
-
Packages that use UserIDForApp Package Description com.restfb.types Default implementations of Facebook Graph API Objects. -
-
Uses of UserIDForApp in com.restfb.types
Methods in com.restfb.types that return types with arguments of type UserIDForApp Modifier and Type Method Description List<UserIDForApp>
User. getIdsForApps()
Businesses can claim ownership of multiple apps using Business Manager.List<UserIDForApp>
User. getIdsForBusiness()
Businesses can claim ownership of multiple apps using Business Manager.Methods in com.restfb.types with parameters of type UserIDForApp Modifier and Type Method Description boolean
User. addIdsForApps(UserIDForApp userId)
boolean
User. addIdsForBusiness(UserIDForApp userId)
boolean
User. removeIdsForApps(UserIDForApp userId)
boolean
User. removeIdsForBusiness(UserIDForApp userId)
-