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

public class UserAnonymizationRerunRequestBean extends UserAnonymizationRequestBean
Since:
v8.6
See Also:
  • Field Details

    • DOC_EXAMPLE

      public static final UserAnonymizationRerunRequestBean DOC_EXAMPLE
      Example representation for use in auto-generated docs.
    • oldUserKey

      public String oldUserKey
      Used when retrying interrupted user key change process when user key has already been changed in app_user table but not all UserKeyChangeHandlers were executed.
    • oldUserName

      public 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 UserNameChangeHandlers were executed.
  • Constructor Details

    • UserAnonymizationRerunRequestBean

      public UserAnonymizationRerunRequestBean()
    • UserAnonymizationRerunRequestBean

      public UserAnonymizationRerunRequestBean(String userKey, String newOwnerKey, String oldUserKey, String oldUserName)