public class UserListDto extends Object implements Serializable
| Constructor and Description |
|---|
UserListDto() |
| Modifier and Type | Method and Description |
|---|---|
Collection<UserDto> |
getUsers() |
void |
setUsers(Collection<UserDto> users) |
public Collection<UserDto> getUsers()
public void setUsers(Collection<UserDto> users)
Copyright © 2020 Samply Community. All rights reserved.