Class PeopleRestService.ConnectionInfoRestOut
java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap<String,Object>
org.exoplatform.social.service.rest.PeopleRestService.ConnectionInfoRestOut
- All Implemented Interfaces:
Serializable,Cloneable,Map<String,Object>
- Enclosing class:
- PeopleRestService
- See Also:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K extends Object,V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object, V extends Object> -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor, used by JAX-RS.ConnectionInfoRestOut(org.exoplatform.social.core.identity.model.Identity identity) ConnectionInfoRestOut(org.exoplatform.social.core.identity.model.Identity identity, org.exoplatform.social.core.activity.model.ExoSocialActivity lastestActivity, String lang) -
Method Summary
Modifier and TypeMethodDescriptionvoidsetActivityId(String activityId) voidsetActivityTitle(String activityTitle) voidsetAvatarUrl(String avatarUrl) voidsetDisplayName(String displayName) voidsetPosition(String position) voidsetPrettyPostedTime(String postedTime) voidsetProfileUrl(String profileUrl) Methods inherited from class java.util.HashMap
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesMethods inherited from class java.util.AbstractMap
equals, hashCode, toString
-
Constructor Details
-
ConnectionInfoRestOut
public ConnectionInfoRestOut()Default constructor, used by JAX-RS. -
ConnectionInfoRestOut
public ConnectionInfoRestOut(org.exoplatform.social.core.identity.model.Identity identity) -
ConnectionInfoRestOut
public ConnectionInfoRestOut(org.exoplatform.social.core.identity.model.Identity identity, org.exoplatform.social.core.activity.model.ExoSocialActivity lastestActivity, String lang)
-
-
Method Details
-
getDisplayName
-
setDisplayName
-
getAvatarUrl
-
setAvatarUrl
-
getProfileUrl
-
setProfileUrl
-
getActivityTitle
-
setActivityTitle
-
getPrettyPostedTime
-
setPrettyPostedTime
-
getPosition
-
setPosition
-
getActivityId
-
setActivityId
-