Class UserAnonymizationRerunRequestBean
java.lang.Object
com.atlassian.jira.rest.v2.user.anonymization.UserAnonymizationRequestBean
com.atlassian.jira.rest.v2.user.anonymization.UserAnonymizationRerunRequestBean
- All Implemented Interfaces:
Serializable
- Since:
- v8.6
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final UserAnonymizationRerunRequestBean
Example representation for use in auto-generated docs.Used when retrying interrupted user key change process when user key has already been changed in app_user table but not allUserKeyChangeHandler
s were executed.Used when retrying interrupted user name change process when user name has already been changed in app_user and cwd_users tables but not allUserNameChangeHandler
s were executed.Fields inherited from class com.atlassian.jira.rest.v2.user.anonymization.UserAnonymizationRequestBean
newOwnerKey, userKey
-
Constructor Summary
ConstructorsConstructorDescriptionUserAnonymizationRerunRequestBean
(String userKey, String newOwnerKey, String oldUserKey, String oldUserName) -
Method Summary
-
Field Details
-
DOC_EXAMPLE
Example representation for use in auto-generated docs. -
oldUserKey
Used when retrying interrupted user key change process when user key has already been changed in app_user table but not allUserKeyChangeHandler
s were executed. -
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 allUserNameChangeHandler
s were executed.
-
-
Constructor Details
-
UserAnonymizationRerunRequestBean
public UserAnonymizationRerunRequestBean() -
UserAnonymizationRerunRequestBean
-