|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.tumblr.jumblr.types.Resource
com.tumblr.jumblr.types.Post
com.tumblr.jumblr.types.QuotePost
public class QuotePost
This class represents a post of type "quote"
| Field Summary |
|---|
| Fields inherited from class com.tumblr.jumblr.types.Resource |
|---|
client |
| Constructor Summary | |
|---|---|
QuotePost()
|
|
| Method Summary | |
|---|---|
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 |
| Methods inherited from class com.tumblr.jumblr.types.Post |
|---|
addTag, delete, getBlogName, getDateGMT, getFormat, getId, getPostUrl, getRebloggedFromId, getRebloggedFromName, getReblogKey, getSourceUrl, getState, getTags, getTimestamp, getType, isBookmarklet, isLiked, isMobile, like, reblog, reblog, removeTag, setBlogName, setDate, setDate, setFormat, setId, setSlug, setState, setTags, toString, unlike |
| Methods inherited from class com.tumblr.jumblr.types.Resource |
|---|
getClient, setClient |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public QuotePost()
| Method Detail |
|---|
public String getText()
public String getSource()
public void setText(String text)
text - the textpublic void setSource(String source)
source - the sourceprotected Map<String,Object> detail()
detail in class Postpublic void save()
save in class Post
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||