org.springframework.social.linkedin.api
Class LinkedInNetworkUpdate

java.lang.Object
  extended by org.springframework.social.linkedin.api.LinkedInNetworkUpdate
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
UpdateAction

public class LinkedInNetworkUpdate
extends java.lang.Object
implements java.io.Serializable

Model class containing a user's LinkedIn Network update information.

See Also:
Serialized Form

Constructor Summary
LinkedInNetworkUpdate(java.util.Date timestamp, java.lang.String updateKey, UpdateType updateType)
           
 
Method Summary
 java.util.List<LinkedInProfile> getLikes()
           
 int getNumLikes()
           
 java.util.Date getTimestamp()
           
 UpdateContent getUpdateContent()
           
 java.util.List<java.lang.String> getUpdatedFields()
           
 java.lang.String getUpdateKey()
           
 UpdateType getUpdateType()
           
 boolean isCommentable()
           
 boolean isLikable()
           
 boolean isLiked()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LinkedInNetworkUpdate

public LinkedInNetworkUpdate(java.util.Date timestamp,
                             java.lang.String updateKey,
                             UpdateType updateType)
Method Detail

getTimestamp

public java.util.Date getTimestamp()

getUpdateKey

public java.lang.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 java.util.List<LinkedInProfile> getLikes()

getUpdatedFields

public java.util.List<java.lang.String> getUpdatedFields()