public class Profile extends Object implements Serializable
| Constructor and Description |
|---|
Profile() |
| Modifier and Type | Method and Description |
|---|---|
String |
email() |
Profile |
email(String email) |
String |
fullName() |
Profile |
fullName(String fullName) |
String |
language() |
Profile |
language(String language) |
String |
photo() |
Profile |
photo(String photo) |
String |
username() |
Profile |
username(String username) |
Copyright © 2018. All rights reserved.