Uses of Enum Class
com.fiap.tech_challenge.parte1.ms_users.entities.Role
Packages that use Role
-
Uses of Role in com.fiap.tech_challenge.parte1.ms_users.entities
Methods in com.fiap.tech_challenge.parte1.ms_users.entities that return RoleModifier and TypeMethodDescriptionUser.getRole()
Returns the role assigned to the user.static Role
Returns the enum constant of this class with the specified name.static Role[]
Role.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.fiap.tech_challenge.parte1.ms_users.entities with parameters of type Role