public static class

UserErasureRequest.Builder

extends Object
java.lang.Object
   ↳ com.atlassian.bitbucket.user.UserErasureRequest.Builder

Summary

Public Constructors
Builder(ApplicationUser updatedUser, String originalUsername)
Public Methods
UserErasureRequest build()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public Builder (ApplicationUser updatedUser, String originalUsername)

Parameters
updatedUser the user with the anonymized name
originalUsername the original username previously associated with the anonymized user

Public Methods

public UserErasureRequest build ()