public abstract class GroupInfo extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
id
The id.
|
protected String |
title
The title.
|
| Constructor and Description |
|---|
GroupInfo(String id,
String title)
Instantiates a new group info.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Gets the id.
|
abstract Map<String,UserInfo> |
getMembers()
Gets the members.
|
String |
getTitle()
Gets the title.
|
Copyright © 2003–2017 eXo Platform SAS. All rights reserved.