Uses of Enum Class
com.raphaelsalles.backend.domain.model.enums.UserRole
Packages that use UserRole
Package
Description
-
Uses of UserRole in com.raphaelsalles.backend.api.dto.auth
Fields in com.raphaelsalles.backend.api.dto.auth declared as UserRoleModifier and TypeFieldDescriptionprivate final UserRoleLoginResponseDTO.roleThe field for therolerecord component.Methods in com.raphaelsalles.backend.api.dto.auth that return UserRoleModifier and TypeMethodDescriptionLoginResponseDTO.role()Returns the value of therolerecord component.Constructors in com.raphaelsalles.backend.api.dto.auth with parameters of type UserRoleModifierConstructorDescriptionLoginResponseDTO(String token, String name, UserRole role) Creates an instance of aLoginResponseDTOrecord class. -
Uses of UserRole in com.raphaelsalles.backend.domain.model
Fields in com.raphaelsalles.backend.domain.model declared as UserRoleMethods in com.raphaelsalles.backend.domain.model that return UserRoleMethods in com.raphaelsalles.backend.domain.model with parameters of type UserRoleConstructors in com.raphaelsalles.backend.domain.model with parameters of type UserRole -
Uses of UserRole in com.raphaelsalles.backend.domain.model.enums
Subclasses with type arguments of type UserRole in com.raphaelsalles.backend.domain.model.enumsMethods in com.raphaelsalles.backend.domain.model.enums that return UserRole