Uses of Enum Class
diegosneves.github.conectardoacoes.core.domain.user.entity.value.UserProfile
Packages that use UserProfile
Package
Description
-
Uses of UserProfile in diegosneves.github.conectardoacoes.core.domain.user.entity
Fields in diegosneves.github.conectardoacoes.core.domain.user.entity declared as UserProfileMethods in diegosneves.github.conectardoacoes.core.domain.user.entity that return UserProfileModifier and TypeMethodDescriptionUser.getUserProfile()UserContract.getUserProfile()Retorna o objeto UserProfile associado ao usuário.Constructors in diegosneves.github.conectardoacoes.core.domain.user.entity with parameters of type UserProfile -
Uses of UserProfile in diegosneves.github.conectardoacoes.core.domain.user.entity.value
Methods in diegosneves.github.conectardoacoes.core.domain.user.entity.value that return UserProfileModifier and TypeMethodDescriptionstatic UserProfileReturns the enum constant of this class with the specified name.static UserProfile[]UserProfile.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of UserProfile in diegosneves.github.conectardoacoes.core.domain.user.factory
Methods in diegosneves.github.conectardoacoes.core.domain.user.factory with parameters of type UserProfile -
Uses of UserProfile in diegosneves.github.conectardoacoes.core.service
Methods in diegosneves.github.conectardoacoes.core.service with parameters of type UserProfileModifier and TypeMethodDescriptionUserService.createUser(String username, String email, UserProfile userProfile, String password) Cria um novo usuário com os detalhes fornecidos e armazena no repositório de usuários.UserServiceContract.createUser(String username, String email, UserProfile userProfile, String password) Método para criar usuário.