org.springframework.social.linkedin.api
Class Post.Attachment

java.lang.Object
  extended by org.springframework.social.linkedin.api.LinkedInObject
      extended by org.springframework.social.linkedin.api.Post.Attachment
All Implemented Interfaces:
Serializable
Enclosing class:
Post

public static class Post.Attachment
extends LinkedInObject
implements Serializable

See Also:
Serialized Form

Constructor Summary
Post.Attachment(String contentDomain, String contentUrl, String imageUrl, String summary, String title)
           
 
Method Summary
 String getContentDomain()
           
 String getContentUrl()
           
 String getImageUrl()
           
 String getSummary()
           
 String getTitle()
           
 
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.Attachment

public Post.Attachment(String contentDomain,
                       String contentUrl,
                       String imageUrl,
                       String summary,
                       String title)
Method Detail

getContentDomain

public String getContentDomain()

getContentUrl

public String getContentUrl()

getImageUrl

public String getImageUrl()

getSummary

public String getSummary()

getTitle

public String getTitle()