public class UserAnonymizationRerunRequestBean extends UserAnonymizationRequestBean
Modifier and Type | Field and Description |
---|---|
static UserAnonymizationRerunRequestBean |
DOC_EXAMPLE
Example representation for use in auto-generated docs.
|
String |
oldUserKey
Used when retrying interrupted user key change process when
user key has already been changed in app_user table but not all
UserKeyChangeHandler s were executed. |
String |
oldUserName
Used when retrying interrupted user name change process when
user name has already been changed in app_user and cwd_users tables but not all
UserNameChangeHandler s were executed. |
newOwnerKey, userKey
Constructor and Description |
---|
UserAnonymizationRerunRequestBean() |
UserAnonymizationRerunRequestBean(String userKey,
String newOwnerKey,
String oldUserKey,
String oldUserName) |
public static final UserAnonymizationRerunRequestBean DOC_EXAMPLE
public String oldUserKey
UserKeyChangeHandler
s were executed.public String oldUserName
UserNameChangeHandler
s were executed.Copyright © 2002-2023 Atlassian. All Rights Reserved.