Esempio n. 1
0
 public VnwUserBuilder withRoleName(RoleName roleName) {
   vnwUser.roleName = roleName;
   return this;
 }
Esempio n. 2
0
 public VnwUserBuilder withUserPass(String userPass) {
   vnwUser.userPass = userPass;
   return this;
 }
Esempio n. 3
0
 public VnwUserBuilder withUserId(Long userId) {
   vnwUser.userId = userId;
   return this;
 }
Esempio n. 4
0
 public VnwUserBuilder withUsername(String username) {
   vnwUser.username = username;
   return this;
 }
Esempio n. 5
0
 public VnwUserBuilder withEmail(String email) {
   vnwUser.email = email;
   return this;
 }