|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.AbstractMap<K,V>
java.util.HashMap<String,Object>
org.exoplatform.social.service.rest.api.models.ProfileRestOut
public class ProfileRestOut
The Profile model for Social Rest APIs.
| Nested Class Summary | |
|---|---|
static class |
ProfileRestOut.Field
|
| Nested classes/interfaces inherited from class java.util.AbstractMap |
|---|
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V> |
| Constructor Summary | |
|---|---|
ProfileRestOut()
Default Constructor |
|
ProfileRestOut(org.exoplatform.social.core.identity.model.Profile profile)
Construct the Profile model from Social profile. |
|
| Method Summary | |
|---|---|
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 |
| Methods inherited from class java.util.HashMap |
|---|
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values |
| Methods inherited from class java.util.AbstractMap |
|---|
equals, hashCode, toString |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.util.Map |
|---|
equals, hashCode |
| Constructor Detail |
|---|
public ProfileRestOut()
public ProfileRestOut(org.exoplatform.social.core.identity.model.Profile profile)
profile - | Method Detail |
|---|
public void setFullName(String fullName)
fullName - public String getFullName()
public void setAvatarUrl(String avatarUrl)
avatarUrl - public String getAvatarUrl()
avatarUrl -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||