org.springframework.social.linkedin.api
Class LinkedInNetworkUpdate
java.lang.Object
org.springframework.social.linkedin.api.LinkedInObject
org.springframework.social.linkedin.api.LinkedInNetworkUpdate
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- UpdateAction
public class LinkedInNetworkUpdate
- extends LinkedInObject
- implements Serializable
Model class containing a user's LinkedIn Network update information.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LinkedInNetworkUpdate
public LinkedInNetworkUpdate(Date timestamp,
String updateKey,
UpdateType updateType)
getTimestamp
public Date getTimestamp()
getUpdateKey
public String getUpdateKey()
getUpdateType
public UpdateType getUpdateType()
getUpdateContent
public UpdateContent getUpdateContent()
isCommentable
public boolean isCommentable()
isLikable
public boolean isLikable()
isLiked
public boolean isLiked()
getNumLikes
public int getNumLikes()
getLikes
public List<LinkedInProfile> getLikes()
getUpdatedFields
public List<String> getUpdatedFields()