Is this user in the specified Group? @param group The group to check @return true if the user is in the specified group
(Group group)
| 135 | * @return <code>true</code> if the user is in the specified group |
| 136 | */ |
| 137 | boolean isInGroup(Group group); |
| 138 | |
| 139 | |
| 140 | /** |
no outgoing calls