Class UserEntityList
- java.lang.Object
-
- com.atlassian.confluence.plugins.spacedirectory.rest.UserEntityList
-
public class UserEntityList extends Object
REST entity to hold a list of users, specifically space admins.
-
-
Constructor Summary
Constructors Constructor Description UserEntityList()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addUser(UserEntity user)
List<UserEntity>
getUsers()
void
setUsers(List<UserEntity> users)
-
-
-
Method Detail
-
getUsers
public List<UserEntity> getUsers()
-
setUsers
public void setUsers(List<UserEntity> users)
-
addUser
public void addUser(UserEntity user)
-
-