org.springframework.social.linkedin.api
Class Post

java.lang.Object
  extended by org.springframework.social.linkedin.api.LinkedInObject
      extended by 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

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, String id, String title, Post.PostType type)
           
 
Method Summary
 Post.Attachment getAttachment()
           
 Date getCreationTimestamp()
           
 LinkedInProfile getCreator()
           
 String getId()
           
 List<LinkedInProfile> getLikes()
           
 Post.PostRelation getRelationToViewer()
           
 String getSummary()
           
 String getTitle()
           
 Post.PostType getType()
           
 
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

Post

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

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()