public class AffectedUser extends Object implements AssociatedItem
AssociatedItem.Type| Constructor and Description |
|---|
AffectedUser(ApplicationUser user) |
AffectedUser(String username,
String userKey,
com.atlassian.crowd.embedded.api.Directory directory) |
AffectedUser(com.atlassian.crowd.model.user.User user) |
| Modifier and Type | Method and Description |
|---|---|
String |
getObjectId() |
String |
getObjectName() |
AssociatedItem.Type |
getObjectType() |
String |
getParentId() |
String |
getParentName() |
public AffectedUser(com.atlassian.crowd.model.user.User user)
public AffectedUser(ApplicationUser user)
@Nonnull public String getObjectName()
getObjectName in interface AssociatedItempublic String getObjectId()
getObjectId in interface AssociatedItem@Nullable public String getParentName()
getParentName in interface AssociatedItem@Nullable public String getParentId()
getParentId in interface AssociatedItem@Nonnull public AssociatedItem.Type getObjectType()
getObjectType in interface AssociatedItemCopyright © 2002-2017 Atlassian. All Rights Reserved.