withAccountStatus method
Implementation
UserBuilder withAccountStatus(final UserAccountStatus accountStatus) {
_accountStatus = accountStatus;
return this;
}
UserBuilder withAccountStatus(final UserAccountStatus accountStatus) {
_accountStatus = accountStatus;
return this;
}