public class ProfileRestOut extends HashMap<String,Object>
| Modifier and Type | Class and Description |
|---|---|
static class |
ProfileRestOut.Field |
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
ProfileRestOut()
Default Constructor
|
ProfileRestOut(org.exoplatform.social.core.identity.model.Profile profile)
Construct the Profile model from Social profile.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAvatarUrl()
Gets avatarURL of profile
|
String |
getFullName()
Gets fullname of profile
|
void |
setAvatarUrl(String avatarUrl)
Sets avatarURL of profile
|
void |
setFullName(String fullName)
Sets fullName of profile
|
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, valuesequals, hashCode, toStringpublic ProfileRestOut()
public ProfileRestOut(org.exoplatform.social.core.identity.model.Profile profile)
profile - public void setFullName(String fullName)
fullName - public String getFullName()
public void setAvatarUrl(String avatarUrl)
avatarUrl - public String getAvatarUrl()
avatarUrl - Copyright © 2003–2015 eXo Platform SAS. All rights reserved.