public interface GroupService
| Modifier and Type | Method and Description |
|---|---|
Future<RestfulCollection<Group>> |
getGroups(UserId userId,
CollectionOptions options,
Set<String> fields,
SecurityToken token) |
Future<RestfulCollection<Group>> getGroups(UserId userId, CollectionOptions options, Set<String> fields, SecurityToken token)
userId - a userId objectoptions - search/sort/filtering optionsfields - Field search/sorttoken - a valid security tokenCopyright © 2007-2012. All Rights Reserved.