com.gentics.contentnode.rest.model.response
Class UserListResponse

java.lang.Object
  extended by com.gentics.contentnode.rest.model.response.GenericResponse
      extended by com.gentics.contentnode.rest.model.response.UserListResponse

public class UserListResponse
extends GenericResponse

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
 List<User> getUsers()
          Get the users
 void setUsers(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

UserListResponse

public UserListResponse()
Create an empty instance


UserListResponse

public UserListResponse(Message message,
                        ResponseInfo responseInfo)
Create instance with message and responseinfo

Parameters:
message - message
responseInfo - responseinfo
Method Detail

getUsers

public List<User> getUsers()
Get the users

Returns:
users

setUsers

public void setUsers(List<User> users)
Set the users

Parameters:
users - users


Copyright © 2015 Gentics Software GmbH. All Rights Reserved.