public class UserGroupsEntity extends Object
| Constructor and Description |
|---|
UserGroupsEntity()
Instantiates a new user groups entity.
|
UserGroupsEntity(List<String> groupNames)
Instantiates a new user groups entity.
|
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getGroupNames()
Gets the group names.
|
void |
setGroupNames(List<String> groupNames)
Sets the group names.
|
Copyright © 2019. All rights reserved.