org.springframework.social.linkedin.api
Class Post

java.lang.Object
  extended by org.springframework.social.linkedin.api.Post
All Implemented Interfaces:
java.io.Serializable

public class Post
extends java.lang.Object
implements java.io.Serializable

Model class representing a Post.

See Also:
Serialized Form

Nested Class Summary
static class Post.Attachment
           
static class Post.PostAvailableAction
           
static class Post.PostCategory
           
static class Post.PostRelation
           
static class Post.PostType
           
 
Constructor Summary
Post(LinkedInProfile creator, java.lang.String id, java.lang.String title, Post.PostType type)
           
 
Method Summary
 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()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Post

public Post(LinkedInProfile creator,
            java.lang.String id,
            java.lang.String title,
            Post.PostType type)
Method Detail

getCreator

public LinkedInProfile getCreator()

getId

public java.lang.String getId()

getTitle

public java.lang.String getTitle()

getType

public Post.PostType getType()

getCreationTimestamp

public java.util.Date getCreationTimestamp()

getRelationToViewer

public Post.PostRelation getRelationToViewer()

getSummary

public java.lang.String getSummary()

getLikes

public java.util.List<LinkedInProfile> getLikes()

getAttachment

public Post.Attachment getAttachment()