public class TextPost extends Post
Constructor and Description |
---|
TextPost() |
Modifier and Type | Method and Description |
---|---|
protected Map<String,Object> |
detail()
Get the details of this post (and the base details)
|
String |
getBody()
Get the body of this post
|
String |
getTitle()
Get the title of this post
|
void |
save()
save swallowing IOException (only for audio, video, photo)
|
void |
setBody(String body)
Set the body of this post
|
void |
setTitle(String title)
Set the title 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 getTitle()
public String getBody()
public void setTitle(String title)
title
- the titlepublic void setBody(String body)
body
- the bodyCopyright © 2014. All Rights Reserved.