org.springframework.social.linkedin.api
Class Post
java.lang.Object
org.springframework.social.linkedin.api.LinkedInObject
org.springframework.social.linkedin.api.Post
- All Implemented Interfaces:
- Serializable
public class Post
- extends LinkedInObject
- implements Serializable
Model class representing a Post.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Post
public Post(LinkedInProfile creator,
String id,
String title,
Post.PostType type)
getCreator
public LinkedInProfile getCreator()
getId
public String getId()
getTitle
public String getTitle()
getType
public Post.PostType getType()
getCreationTimestamp
public Date getCreationTimestamp()
getRelationToViewer
public Post.PostRelation getRelationToViewer()
getSummary
public String getSummary()
getLikes
public List<LinkedInProfile> getLikes()
getAttachment
public Post.Attachment getAttachment()