|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface GroupOperations
Defines operations for retrieving data about groups and group members.
| Method Summary | |
|---|---|
Group |
getGroup(java.lang.String groupId)
Retrieve data for a specified group. |
byte[] |
getGroupImage(java.lang.String groupId)
Retrieves a group's image as an array of bytes. |
byte[] |
getGroupImage(java.lang.String groupId,
ImageType imageType)
Retrieves a group's image as an array of bytes. |
java.util.List<FacebookProfile> |
getMemberProfiles(java.lang.String groupId)
Retrieves the profiles for the members of the specified group. |
java.util.List<GroupMemberReference> |
getMembers(java.lang.String groupId)
Retrieves the members of the specified group. |
| Method Detail |
|---|
Group getGroup(java.lang.String groupId)
groupId - the ID of the group
Group objectbyte[] getGroupImage(java.lang.String groupId)
groupId - the group ID
byte[] getGroupImage(java.lang.String groupId,
ImageType imageType)
groupId - the group IDimageType - the image type (eg., small, normal, large. square)
java.util.List<GroupMemberReference> getMembers(java.lang.String groupId)
groupId - the ID of the group
References, one for each member of the group.java.util.List<FacebookProfile> getMemberProfiles(java.lang.String groupId)
groupId - the ID of the group
FacebookProfiles, one for each member of the group.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||