org.springframework.social.linkedin.api
Class Post.Attachment
java.lang.Object
org.springframework.social.linkedin.api.LinkedInObject
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Post.Attachment
public Post.Attachment(String contentDomain,
String contentUrl,
String imageUrl,
String summary,
String title)
getContentDomain
public String getContentDomain()
getContentUrl
public String getContentUrl()
getImageUrl
public String getImageUrl()
getSummary
public String getSummary()
getTitle
public String getTitle()