public VnwUserBuilder withRoleName(RoleName roleName) { vnwUser.roleName = roleName; return this; }
public VnwUserBuilder withUserPass(String userPass) { vnwUser.userPass = userPass; return this; }
public VnwUserBuilder withUserId(Long userId) { vnwUser.userId = userId; return this; }
public VnwUserBuilder withUsername(String username) { vnwUser.username = username; return this; }
public VnwUserBuilder withEmail(String email) { vnwUser.email = email; return this; }