|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.asplode.tumblr.Post
net.asplode.tumblr.TextPost
public class TextPost
Nested Class Summary |
---|
Nested classes/interfaces inherited from class net.asplode.tumblr.Post |
---|
Post.State |
Constructor Summary | |
---|---|
TextPost()
|
Method Summary | |
---|---|
void |
setBody(java.lang.String body)
|
void |
setTitle(java.lang.String title)
|
Methods inherited from class net.asplode.tumblr.Post |
---|
postToTumblr, postToTumblr, setBlog, setCredentials, setGenerator, setPostUrl, setPrivate, setPublishOn, setSlug, setState, setTags, setTwitter |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TextPost()
Method Detail |
---|
public void setTitle(java.lang.String title) throws java.io.UnsupportedEncodingException
title
- Post title
java.io.UnsupportedEncodingException
public void setBody(java.lang.String body) throws java.io.UnsupportedEncodingException
body
- Post body
java.io.UnsupportedEncodingException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |