| Package | Description |
|---|---|
| com.groupdocs.annotation.models |
The namespace provides annotation data classes.
|
| Modifier and Type | Method and Description |
|---|---|
Role |
User.getRole()
Role
|
static Role |
Role.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Role[] |
Role.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
User.setRole(Role value)
Role
|
| Constructor and Description |
|---|
User(int id,
String name,
Role role)
Initializes new instance of
User class. |
Copyright © 2024. All rights reserved.