org.springframework.social.linkedin.api
Class UpdateAction

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

public class UpdateAction
extends LinkedInNetworkUpdate

Model class representing an update action.

See Also:
Serialized Form

Constructor Summary
UpdateAction(Date timestamp, String updateKey, UpdateType updateType)
           
 
Method Summary
 String getAction()
           
 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 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

UpdateAction

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

getAction

public String getAction()

getUpdateComments

public List<Comment> getUpdateComments()