|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springframework.social.linkedin.api.LinkedInObject
org.springframework.social.linkedin.api.Share
org.springframework.social.linkedin.api.CurrentShare
public class CurrentShare
Model class representing details of the last thing that User shared on LinkedIn
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.springframework.social.linkedin.api.Share |
|---|
Share.ShareContent, Share.ShareSource |
| Constructor Summary | |
|---|---|
CurrentShare(String comment,
Share.ShareContent content,
String id,
Share.ShareSource source,
Date timestamp,
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 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 |
|---|
public CurrentShare(String comment,
Share.ShareContent content,
String id,
Share.ShareSource source,
Date timestamp,
String visibility)
| Method Detail |
|---|
public LinkedInProfile getAuthor()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||