GroupsRequest
class. To use this class i.e to create an object of the GroupsRequest
class, you need to use the GroupsRequestBuilder
class. The GroupsRequestBuilder
class allows you to set the parameters based on which the groups are to be fetched.
GroupsRequestBuilder
class allows you to set the below parameters:
GroupsRequest
class.
Once you have the object of the GroupsRequest
class, you need to call the fetchNext()
method. Calling this method will return a list of Group
objects containing n number of groups where n is the limit set in the builder class.
The list of groups fetched will only have the public and password type groups. The private groups will only be available if the user is a member of the group.
getGroup()
method.
Parameter | Description |
---|---|
GUID | The GUID of the group for whom the details are to be fetched |
Group
object containing the details of the group.
getOnlineGroupMemberCount()
method.