org.springframework.social.linkedin.api
Class LinkedInNetworkUpdate

java.lang.Object
  extended by org.springframework.social.linkedin.api.LinkedInObject
      extended by 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

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

Constructor Detail

LinkedInNetworkUpdate

public LinkedInNetworkUpdate(Date timestamp,
                             String updateKey,
                             UpdateType updateType)
Method Detail

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()