Class UserListResponse
- java.lang.Object
-
- com.gentics.contentnode.rest.model.response.GenericResponse
-
- com.gentics.contentnode.rest.model.response.UserListResponse
-
- All Implemented Interfaces:
Serializable
public class UserListResponse extends GenericResponse
Response containing a list of users- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UserListResponse()
Create an empty instanceUserListResponse(Message message, ResponseInfo responseInfo)
Create instance with message and responseinfo
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<User>
getUsers()
Get the usersvoid
setUsers(List<User> users)
Set the users-
Methods inherited from class com.gentics.contentnode.rest.model.response.GenericResponse
addMessage, getMessages, getResponseInfo, setMessages, setResponseInfo
-
-
-
-
Constructor Detail
-
UserListResponse
public UserListResponse()
Create an empty instance
-
UserListResponse
public UserListResponse(Message message, ResponseInfo responseInfo)
Create instance with message and responseinfo- Parameters:
message
- messageresponseInfo
- responseinfo
-
-