public class UserIdentityList extends ResponseData
Constructor and Description |
---|
UserIdentityList() |
Modifier and Type | Method and Description |
---|---|
void |
addUserId(UserIdentity userId) |
java.util.List<UserIdentity> |
getUserIds() |
static boolean |
isEmpty(UserIdentityList list) |
static boolean |
isValid(UserIdentityList list) |
void |
setUserIds(java.util.List<UserIdentity> userIds) |
getDataClasses
public UserIdentityList()
public java.util.List<UserIdentity> getUserIds()
public void setUserIds(java.util.List<UserIdentity> userIds)
userIds
- the userIds to setpublic void addUserId(UserIdentity userId)
userId
- null userId is ignoredpublic static boolean isEmpty(UserIdentityList list)
list
- public static boolean isValid(UserIdentityList list)
list
- Copyright © 2015 Tampere University of Technology, Pori Department.