public class UserNotificationResult extends Object implements Serializable
Constructor and Description |
---|
UserNotificationResult()
Constructor.
|
UserNotificationResult(Collection<String> uninformableUsers,
Collection<String> unresolvableUsers) |
UserNotificationResult(UserNotificationResult otherBean)
Copies constructor from other UserNotificationResult
|
Modifier and Type | Method and Description |
---|---|
void |
copy(UserNotificationResult otherBean)
Copies all properties from the argument value object into this value object.
|
Collection<String> |
getUninformableUsers()
A Collection of user aliases of users who cannot be informed.
|
Collection<String> |
getUnresolvableUsers()
Collection of user aliases that could not be resolved to users.
|
void |
setUninformableUsers(Collection<String> uninformableUsers) |
void |
setUnresolvableUsers(Collection<String> unresolvableUsers) |
public UserNotificationResult()
public UserNotificationResult(Collection<String> uninformableUsers, Collection<String> unresolvableUsers)
public UserNotificationResult(UserNotificationResult otherBean)
otherBean
- , cannot be null
NullPointerException
- if the argument is null
public void copy(UserNotificationResult otherBean)
public Collection<String> getUninformableUsers()
A Collection of user aliases of users who cannot be informed. In case of a UTP these are users who do not have read access to the target blog or in the context of a cross post they do not have access to any target blog.
public Collection<String> getUnresolvableUsers()
Collection of user aliases that could not be resolved to users.
public void setUninformableUsers(Collection<String> uninformableUsers)
uninformableUsers
- the uninformableUsers to setpublic void setUnresolvableUsers(Collection<String> unresolvableUsers)
unresolvableUsers
- the unresolvableUsers to setCopyright © 2019 Communote team. All rights reserved.