public class RestProfile extends Model
| Modifier and Type | Class and Description |
|---|---|
static class |
RestProfile.Field
The fields that represent the Profile object in json form.
|
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>propertyChanges| Constructor and Description |
|---|
RestProfile()
Default constructor.
|
RestProfile(String identityId,
String fullName,
String avatarUrl)
Constructor to set values.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAvatarUrl()
Gets the avatar url of the associated identity.
|
String |
getFullName()
Gets the full name of the associated identity.
|
String |
getIdentityId()
Gets the identity id associated with this profile.
|
void |
setAvatarUrl(String avatarUrl)
Sets the avatar url of the associated identity.
|
void |
setFullName(String fullName)
Sets the full name of the associated identity.
|
void |
setIdentityId(String identityId)
Sets the identity id associated with this profile.
|
addPropertyChangeListener, addToListField, findPropertyChangeListeners, getField, getFieldAsList, getFieldAsMap, getFieldAsString, getFieldNames, hasField, isFieldMultikeyed, isFieldMultivalued, removePropertyChangeListener, setFieldescape, toJSONString, toJSONString, toString, toString, writeJSONString, writeJSONStringclear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, valuesequals, hashCodefinalize, getClass, notify, notifyAll, wait, wait, waitpublic String getIdentityId()
public void setIdentityId(String identityId)
identityId - the identity idpublic String getFullName()
public void setFullName(String fullName)
fullName - the full namepublic String getAvatarUrl()
public void setAvatarUrl(String avatarUrl)
avatarUrl - the avatar urlCopyright © 2011–2016 eXo Platform SAS. All rights reserved.