public class ProfileInfo extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ProfileInfo.Builder |
Modifier and Type | Field and Description |
---|---|
protected String |
email |
protected String |
firstName |
protected String |
lastName |
protected String |
nickName |
protected ProfileType |
type |
protected String |
uuid |
Constructor and Description |
---|
ProfileInfo(String uuid,
String email,
String firstName,
String lastName,
String nickName,
ProfileType type) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getEmail()
Checks for valid email address
|
protected String |
getFirstName() |
protected String |
getLastName() |
protected String |
getNickName()
Used in phpBB nick name
|
protected ProfileType |
getType() |
String |
getUuid() |
int |
hashCode() |
String |
toString() |
protected final String uuid
protected final String email
protected final String firstName
protected final String lastName
protected final String nickName
protected final ProfileType type
public String getUuid()
public String getEmail()
protected String getFirstName()
protected String getLastName()
protected String getNickName()
protected ProfileType getType()
Copyright © 2009-2012 jclouds. All Rights Reserved.