org.springframework.social.linkedin.api
Class Share
java.lang.Object
org.springframework.social.linkedin.api.LinkedInObject
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Share
public Share(String comment,
Share.ShareContent content,
String id,
Share.ShareSource source,
Date timestamp,
String visibility)
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()