Package com.dzidzi.dto.user
Class AddUserRequest.Builder
java.lang.Object
com.dzidzi.dto.user.AddUserRequest.Builder
- Enclosing class:
AddUserRequest
-
Method Summary
Modifier and TypeMethodDescriptionaddress(AddAddressRequest address) The address of the user.build()The contact of the userThe user email.The first name of the userThe last name of the userThe user email.The user email.toString()The user email.
-
Method Details
-
firstName
The first name of the user- Returns:
this.
-
lastName
The last name of the user- Returns:
this.
-
contact
The contact of the user- Returns:
this.
-
address
The address of the user.AddAddressRequest- Returns:
this.
-
email
The user email.- Returns:
this.
-
password
The user email.- Returns:
this.
-
username
The user email.- Returns:
this.
-
provider
The user email.- Returns:
this.
-
build
-
toString
-