|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.gentics.contentnode.rest.model.response.GenericResponse
com.gentics.contentnode.rest.model.response.UserListResponse
public class UserListResponse
Response containing a list of users
Constructor Summary | |
---|---|
UserListResponse()
Create an empty instance |
|
UserListResponse(Message message,
ResponseInfo responseInfo)
Create instance with message and responseinfo |
Method Summary | |
---|---|
java.util.List<User> |
getUsers()
Get the users |
void |
setUsers(java.util.List<User> users)
Set the users |
Methods inherited from class com.gentics.contentnode.rest.model.response.GenericResponse |
---|
addMessage, getMessages, getResponseInfo, setMessages, setResponseInfo |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UserListResponse()
public UserListResponse(Message message, ResponseInfo responseInfo)
message
- messageresponseInfo
- responseinfoMethod Detail |
---|
public java.util.List<User> getUsers()
public void setUsers(java.util.List<User> users)
users
- users
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |