public class Post extends LinkedInObject implements java.io.Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
Post.Attachment |
static class |
Post.PostAvailableAction |
static class |
Post.PostCategory |
static class |
Post.PostRelation |
static class |
Post.PostType |
| Constructor and Description |
|---|
Post(LinkedInProfile creator,
java.lang.String id,
java.lang.String title,
Post.PostType type) |
| Modifier and Type | Method and Description |
|---|---|
Post.Attachment |
getAttachment() |
java.util.Date |
getCreationTimestamp() |
LinkedInProfile |
getCreator() |
java.lang.String |
getId() |
java.util.List<LinkedInProfile> |
getLikes() |
Post.PostRelation |
getRelationToViewer() |
java.lang.String |
getSummary() |
java.lang.String |
getTitle() |
Post.PostType |
getType() |
add, getExtraDatapublic Post(LinkedInProfile creator, java.lang.String id, java.lang.String title, Post.PostType type)
public LinkedInProfile getCreator()
public java.lang.String getId()
public java.lang.String getTitle()
public Post.PostType getType()
public java.util.Date getCreationTimestamp()
public Post.PostRelation getRelationToViewer()
public java.lang.String getSummary()
public java.util.List<LinkedInProfile> getLikes()
public Post.Attachment getAttachment()