org.springframework.social.linkedin.api
Class UpdateAction

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

public class UpdateAction
extends LinkedInNetworkUpdate

Model class representing an update action.

See Also:
Serialized Form

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

Constructor Detail

UpdateAction

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

getAction

public java.lang.String getAction()

getUpdateComments

public java.util.List<Comment> getUpdateComments()