Uses of Class
com.restfb.scope.FacebookPermissions
-
Packages that use FacebookPermissions Package Description com.restfb.scope -
-
Uses of FacebookPermissions in com.restfb.scope
Methods in com.restfb.scope that return FacebookPermissions Modifier and Type Method Description static FacebookPermissions
FacebookPermissions. valueOf(String name)
Returns the enum constant of this type with the specified name.static FacebookPermissions[]
FacebookPermissions. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.restfb.scope with parameters of type FacebookPermissions Modifier and Type Method Description ScopeBuilder
ScopeBuilder. addPermission(FacebookPermissions permission)
Method parameters in com.restfb.scope with type arguments of type FacebookPermissions Modifier and Type Method Description ScopeBuilder
ScopeBuilder. addPermissions(List<FacebookPermissions> permissionList)
-