| Modifier and Type | Method and Description |
|---|---|
UserRole |
User.getRole()
Get the role for the user in LIGAaaS application.
|
static UserRole |
UserRole.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UserRole[] |
UserRole.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(UserRole role)
Set the role for the user in LIGAaaS application.
|
| Constructor and Description |
|---|
User(String login,
String password,
String email,
String name,
String lastName,
String address,
String city,
String province,
String country,
String postalCode,
String phoneNumber,
Date birthDate,
String facebookProfile,
String twitterProfile,
String instagramProfile,
Date deleted,
UserRole role,
String preregistrationCode,
Player ownPlayer) |
Copyright © 2018. All rights reserved.