|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RestLike
The like item of an activity.
| Nested Class Summary | |
|---|---|
static class |
RestLike.Field
The fields that represent the RestLike object in json form. |
| Nested classes/interfaces inherited from interface java.util.Map |
|---|
Map.Entry<K,V> |
| Method Summary | |
|---|---|
RestActivity |
getActivity()
Gets the activity associated with this like. |
String |
getActivityId()
Gets the activity id. |
RestIdentity |
getIdentity()
Gets the identity associated with this like. |
String |
getIdentityId()
Gets the identity id. |
void |
setActivityId(String activityId)
Sets the activity id. |
void |
setIdentityId(String identityId)
Sets the identity id. |
| 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 getActivityId()
void setActivityId(String activityId)
activityId - the activity idString getIdentityId()
void setIdentityId(String identityId)
identityId - the identity idRestActivity getActivity()
RestIdentity getIdentity()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||