Package com.dzidzi.dto.user
Class CreateUserRequest
java.lang.Object
com.dzidzi.dto.user.CreateUserRequest
CreateUserRequest represents the DTO request containing the objects used to create account with
UserRole.USER.-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic CreateUserRequest.Builderbuilder()getEmail()The email of the accountThe password of the accountThe provider of the menuThe username the account.
-
Method Details
-
builder
-
getEmail
The email of the account -
getPassword
The password of the account -
getUsername
The username the account. It must be unique -
getProvider
The provider of the menu
-