public class UserGroup extends Object implements Serializable
| Constructor and Description |
|---|
UserGroup() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getId() |
List<User> |
getUsers() |
String |
getWorkspaceId() |
int |
hashCode() |
void |
setId(String id) |
void |
setUsers(List<User> users) |
void |
setWorkspaceId(String workspaceId) |
String |
toString() |
Copyright © 2019 DocDoku. All rights reserved.