|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.confluence.plugins.spacedirectory.rest.UserEntityList
public class UserEntityList
REST entity to hold a list of users, specifically space admins.
Constructor Summary | |
---|---|
UserEntityList()
|
Method Summary | |
---|---|
void |
addUser(UserEntity user)
|
java.util.List<UserEntity> |
getUsers()
|
void |
setUsers(java.util.List<UserEntity> users)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UserEntityList()
Method Detail |
---|
public java.util.List<UserEntity> getUsers()
public void setUsers(java.util.List<UserEntity> users)
public void addUser(UserEntity user)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |