Uses of Enum Class
dev.fernando.user_authentication_api.enums.UserRole
Packages that use UserRole
Package
Description
-
Uses of UserRole in dev.fernando.user_authentication_api.dto
Methods in dev.fernando.user_authentication_api.dto that return UserRoleModifier and TypeMethodDescriptionAuthUserDto.userRole()
Returns the value of theuserRole
record component.ViewUserDto.userRole()
Returns the value of theuserRole
record component.Constructors in dev.fernando.user_authentication_api.dto with parameters of type UserRoleModifierConstructorDescriptionAuthUserDto
(String email, String password, UserRole userRole) Creates an instance of aAuthUserDto
record class.ViewUserDto
(Long id, String username, String email, String phone, Date birthdayDate, String cpf, UserRole userRole) Creates an instance of aViewUserDto
record class. -
Uses of UserRole in dev.fernando.user_authentication_api.enums
Methods in dev.fernando.user_authentication_api.enums that return UserRole -
Uses of UserRole in dev.fernando.user_authentication_api.model
Constructors in dev.fernando.user_authentication_api.model with parameters of type UserRole