| Package | Description |
|---|---|
| es.uvigo.esei.microstories.domain.entities | |
| es.uvigo.esei.microstories.domain.types |
| Modifier and Type | Method and Description |
|---|---|
UserType |
User.getRole() |
| Modifier and Type | Method and Description |
|---|---|
void |
User.setRole(UserType role) |
| Constructor and Description |
|---|
User(Long id,
String username,
String password,
UserType role,
Collection<Story> stories) |
User(String username,
String password,
UserType role) |
User(String username,
String password,
UserType role,
Collection<Story> stories) |
| Modifier and Type | Method and Description |
|---|---|
static UserType |
UserType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UserType[] |
UserType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2025. All rights reserved.