public class User extends Object
| Modifier and Type | Field and Description |
|---|---|
private String |
group
Defines the group the user belongs to.
|
private String |
id
Defines the identification of the user.
|
private String |
image
The path to the user avatar.
|
private String |
name
Defines the full name of the user.
|
| Constructor and Description |
|---|
User() |
private String id
private String name
private String group
private String image
Copyright © 2023–2024. All rights reserved.