com.atlassian.confluence.plugins.spacedirectory.rest
Class UserEntityList

java.lang.Object
  extended by 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
UserEntityList()
           
 
Method Summary
 void addUser(UserEntity user)
           
 List<UserEntity> getUsers()
           
 void setUsers(List<UserEntity> users)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserEntityList

public UserEntityList()
Method Detail

getUsers

public List<UserEntity> getUsers()

setUsers

public void setUsers(List<UserEntity> users)

addUser

public void addUser(UserEntity user)


Copyright © 2003–2015 Atlassian. All rights reserved.