withAccountStatus method

UserBuilder withAccountStatus(
  1. UserAccountStatus accountStatus
)

Implementation

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