org.springframework.social.linkedin.api
Class CurrentShare

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

public class CurrentShare
extends Share

Model class representing details of the last thing that User shared on LinkedIn

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class org.springframework.social.linkedin.api.Share
Share.ShareContent, Share.ShareSource
 
Constructor Summary
CurrentShare(java.lang.String comment, Share.ShareContent content, java.lang.String id, Share.ShareSource source, java.util.Date timestamp, java.lang.String visibility)
           
 
Method Summary
 LinkedInProfile getAuthor()
           
 
Methods inherited from class org.springframework.social.linkedin.api.Share
getComment, getContent, getId, getSource, getTimestamp, getVisibility
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CurrentShare

public CurrentShare(java.lang.String comment,
                    Share.ShareContent content,
                    java.lang.String id,
                    Share.ShareSource source,
                    java.util.Date timestamp,
                    java.lang.String visibility)
Method Detail

getAuthor

public LinkedInProfile getAuthor()