public final class User extends Object
| Constructor and Description |
|---|
User(String userName,
String fullName) |
User(String userName,
String fullName,
String email,
String password) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
static User |
forUsername(String username) |
String |
getEmail() |
String |
getFullName() |
String |
getPassword() |
String |
getUserName() |
int |
hashCode() |
String |
toString() |
Copyright © 2002-2019 Atlassian. All Rights Reserved.