Package com.dzidzi.dto.customerService
Class ChangeCustomerServiceRequest.Builder
java.lang.Object
com.dzidzi.dto.customerService.ChangeCustomerServiceRequest.Builder
- Enclosing class:
ChangeCustomerServiceRequest
-
Method Summary
Modifier and TypeMethodDescriptionaddress(ChangeAddressRequest address) The new address of the customer service rep.avatar(org.springframework.web.multipart.MultipartFile avatar) The new profile image of the customer representativebuild()The address of the couriernewPassword(String newPassword) The new password to set.The existing password.toString()The new username to use.
-
Method Details
-
contact
The address of the courier- Returns:
this.
-
address
The new address of the customer service rep.ChangeAddressRequest- Returns:
this.
-
newPassword
The new password to set.- Returns:
this.
-
password
The existing password.- Returns:
this.
-
username
The new username to use.- Returns:
this.
-
avatar
public ChangeCustomerServiceRequest.Builder avatar(org.springframework.web.multipart.MultipartFile avatar) The new profile image of the customer representative- Returns:
this.
-
build
-
toString
-