public class QuotePost extends Post
Constructor and Description |
---|
QuotePost() |
Modifier and Type | Method and Description |
---|---|
protected Map<String,Object> |
detail()
Get the details for this post (and the base details)
|
String |
getSource()
Get the source of this post
|
String |
getText()
Get the text of this post
|
void |
save()
save swallowing IOException (only for audio, video, photo)
|
void |
setSource(String source)
Set the source of this post
|
void |
setText(String text)
Set the text of this post
|
addTag, delete, getAuthorId, getBlogName, getDateGMT, getFormat, getId, getNoteCount, getNotes, getPostUrl, getRebloggedFromId, getRebloggedFromName, getReblogKey, getSlug, getSourceTitle, getSourceUrl, getState, getTags, getTimestamp, getType, isBookmarklet, isLiked, isMobile, like, reblog, reblog, removeTag, setBlogName, setDate, setDate, setFormat, setId, setSlug, setState, setTags, toString, unlike
public String getText()
public String getSource()
public void setText(String text)
text
- the textpublic void setSource(String source)
source
- the sourceCopyright © 2014. All Rights Reserved.