public class User extends Object
| Constructor and Description |
|---|
User(String username,
String fullName,
String email) |
User(String username,
String password,
String fullName,
String email) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getEmail() |
String |
getFullName() |
String |
getPassword() |
String |
getUsername() |
int |
hashCode() |
Copyright © 2015 Atlassian. All rights reserved.