Package com.dzidzi.dto.user
Class ChangeUserRequest.Builder
java.lang.Object
com.dzidzi.dto.user.ChangeUserRequest.Builder
- Enclosing class:
ChangeUserRequest
-
Method Summary
Modifier and TypeMethodDescriptionaddress(ChangeAddressRequest address) The new address of the user.build()The new contact of the usernewPassword(String newPassword) The new password to set.The existing password.toString()The new username to set.
-
Method Details
-
contact
The new contact of the user- Returns:
this.
-
address
The new address of the user.ChangeAddressRequest- Returns:
this.
-
newPassword
The new password to set.- Returns:
this.
-
password
The existing password.- Returns:
this.
-
username
The new username to set.- Returns:
this.
-
build
-
toString
-