Package com.dzidzi.dto.credential
Class AddNewUserRequest
java.lang.Object
com.dzidzi.dto.credential.AddNewUserRequest
AddNewUserRequest represents the DTO request containing the objects used to create a new user with
UserRole.RESTAURANT_ADMIN, UserRole.COURIER, UserRole.SERVICE,
UserRole.ADMIN.-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic AddNewUserRequest.Builderbuilder()getEmail()The first name of the courierThe role of the user to be created
-
Method Details
-
builder
-
getEmail
The first name of the courier -
getUserRole
The role of the user to be created
-