Uses of Class
com.restfb.types.Group
-
Packages that use Group Package Description com.restfb.types Default implementations of Facebook Graph API Objects. -
-
Uses of Group in com.restfb.types
Methods in com.restfb.types that return Group Modifier and Type Method Description Group
Event. getParentGroup()
The group the event belongs to, if any.Methods in com.restfb.types that return types with arguments of type Group Modifier and Type Method Description Connection<Group>
Page. getGroups()
groupsMethods in com.restfb.types with parameters of type Group Modifier and Type Method Description void
Event. setParentGroup(Group parentGroup)
The group the event belongs to, if any.Method parameters in com.restfb.types with type arguments of type Group Modifier and Type Method Description void
Page. setGroups(Connection<Group> groups)
groups
-