org.springframework.social.linkedin.api
Class Share

java.lang.Object
  extended by org.springframework.social.linkedin.api.LinkedInObject
      extended by org.springframework.social.linkedin.api.Share
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CurrentShare

public class Share
extends LinkedInObject
implements Serializable

Model class representing a share.

See Also:
Serialized Form

Nested Class Summary
static class Share.ShareContent
           
static class Share.ShareSource
           
 
Constructor Summary
Share(String comment, Share.ShareContent content, String id, Share.ShareSource source, Date timestamp, String visibility)
           
 
Method Summary
 String getComment()
           
 Share.ShareContent getContent()
           
 String getId()
           
 Share.ShareSource getSource()
           
 Date getTimestamp()
           
 String getVisibility()
           
 
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

Share

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

getComment

public String getComment()

getContent

public Share.ShareContent getContent()

getId

public String getId()

getSource

public Share.ShareSource getSource()

getTimestamp

public Date getTimestamp()

getVisibility

public String getVisibility()