| Modifier and Type | Method and Description |
|---|---|
IdentificationType |
User.getIdentificationType()
Returns the identificationType of the user
|
static IdentificationType |
IdentificationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IdentificationType[] |
IdentificationType.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.setIdentificationType(IdentificationType identificationType)
Sets the identification type of the user
|
| Constructor and Description |
|---|
User(String login,
String password,
String email,
String name,
String surname,
GregorianCalendar birthdate,
IdentificationType identificationType,
String numIdentificationType,
String residence,
String location,
String province,
String country,
String phone)
Creates a new instance
User |
User(String login,
String password,
String email,
String name,
String surname,
GregorianCalendar birthdate,
IdentificationType identificationType,
String numIdentificationType,
String residence,
String location,
String province,
String country,
String phone,
String facebook,
String twitter,
String instagram,
Player player,
List<Player> managedPlayers,
List<Competition> managedCompetitions,
Team... teams)
Creates a new instance
User |
Copyright © 2017. All rights reserved.