|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RestProfile
eXo Social Profile Model: for information for identities.
| Nested Class Summary | |
|---|---|
static class |
RestProfile.Field
The fields that represent the Profile object in json form. |
| Nested classes/interfaces inherited from interface java.util.Map |
|---|
Map.Entry<K,V> |
| Method Summary | |
|---|---|
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. |
| Methods inherited from interface org.exoplatform.social.client.api.model.Model |
|---|
addPropertyChangeListener, addToListField, findPropertyChangeListeners, getField, getFieldAsList, getFieldAsMap, getFieldAsString, getFieldNames, hasField, isFieldMultikeyed, isFieldMultivalued, removePropertyChangeListener, setField |
| Methods inherited from interface java.util.Map |
|---|
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values |
| Methods inherited from interface org.json.simple.JSONAware |
|---|
toJSONString |
| Methods inherited from interface org.json.simple.JSONStreamAware |
|---|
writeJSONString |
| Method Detail |
|---|
String getIdentityId()
void setIdentityId(String identityId)
identityId - the identity idString getFullName()
void setFullName(String fullName)
fullName - the full nameString getAvatarUrl()
void setAvatarUrl(String avatarUrl)
avatarUrl - the avatar url
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||