public class UserListResponse extends GenericResponse
| Constructor and Description |
|---|
UserListResponse()
Create an empty instance
|
UserListResponse(Message message,
ResponseInfo responseInfo)
Create instance with message and responseinfo
|
| Modifier and Type | Method and Description |
|---|---|
List<User> |
getUsers()
Get the users
|
void |
setUsers(List<User> users)
Set the users
|
addMessage, getMessages, getResponseInfo, setMessages, setResponseInfopublic UserListResponse()
public UserListResponse(Message message, ResponseInfo responseInfo)
message - messageresponseInfo - responseinfoCopyright © 2024 Gentics Software. All rights reserved.